d125e0d802Updated documents based on current tests and status.
dev
stan442026-03-10 20:03:33 -05:00
fd737528baEverything has been pushed to c# no longer using python for this project. this c# version is much more stable and faster. there is a prototype chunked version as well and goals to have multithreaded as everything is still single threaded.stan442026-03-10 13:53:08 -05:00
d05e64839f- gravity and physics are the same thing now. - __init__.py added to all folders - preparing docs - .gitignore updated - .vscode/settings.json updated - mypy.ini updated - pyproject.toml updated - plansandideas/Coding optimization plan.md added - plansandideas/REORGANIZATION.md added - scripts/lint.py added - scripts/setup_dev.py added - requirements-dev.txt added - and more.Stan442025-01-05 03:35:17 -06:00
c225632aaclaid out and done like most of the ground work to reorganize the Physics Engine so that it'll be friendly to others to read.Stan442024-12-31 01:50:07 -06:00
c6c047fdb7updated using numpy debugger_systemStan442024-12-29 19:29:37 -06:00
9c5a93ac3aload_particle_properties(): updated it now includes sub folders so you may have //src/parts/mods/modname1/partname/ //src/parts/mods/modname1/customthing //src/parts/mods/modname/partname //src/parts/coreparts/partname/ removed some old sim logic that was accidentally being reused.Stan442024-12-28 23:51:44 -06:00
64e45910a2intergrations to new folder structure done now we need to fix perfomance in physics before merging / syncing / pushing anything to masterStan442024-12-28 23:22:34 -06:00
7692acfdf7Directory Structure & Particle Organization
Jacob Schmidt
2024-12-28 16:54:21 -06:00
b2187693d7major UI improvements the UI doesn't tank FPS. there has been a lot of changes and fixes currently refactoring the code base and optimizingStan442024-12-28 13:29:37 -06:00
28653ec606Minor hotfix not much was changed since Massive changesStan442024-12-27 10:34:49 -06:00
986750c722Massive changes to the repository have been made.Stan442024-12-27 07:39:31 -06:00
33404edcc1README Updated to try to reflect current state Controls and Current Features added listing Working, Partial, Not Working/Implementated. Key bindings was added in the last commitStan442024-12-26 19:40:31 -06:00
b9a280208bmade several changes working on zoom added proper particle count there is a settings menu some keybindings have been added ESC to exit Glowing particles are now a thing Gas effects can be toggled on and off for performanceStan442024-12-26 19:16:46 -06:00
05e37a0bd5made small updates to the spatial grid rearranged some of the code for better readabilityStan442024-12-26 14:22:19 -06:00
a03ba2b950purdyfied and added to the commit messages may of changed a couple of other things maybe minor tweaks to physics.Stan442024-12-26 05:44:34 -06:00
1a6ef4f3c4changed imports.py it is now settings.py settings handles loading the json file for the particles and imports, and potentially other things such as actual settings that are saveable and moreStan442024-12-26 05:21:13 -06:00