10 Commits

Author SHA1 Message Date
83ba8baba5 revert 3059e17622428b804e196941eb21719399a9208a
revert reorganizations.
2024-12-28 20:15:57 -06:00
3059e17622 reorganizations. 2024-12-28 20:10:00 -06:00
b2187693d7 major UI improvements the UI doesn't tank FPS.
there has been a lot of changes and fixes
currently refactoring the code base and optimizing

- Added UI optimizations to improve performance and reduce FPS impact
- Implemented various bug fixes and improvements
- Started code refactoring for better maintainability
- Updated particle system configuration in particles.json
- Modified rendering pipeline for better efficiency
- Updated simulation core logic in sim.py
- Adjusted settings and configuration parameters
- Updated gitignore rules
- Fixed initialization code in __init__.py
2024-12-28 13:29:37 -06:00
28653ec606 Minor hotfix not much was changed since
Massive changes
2024-12-27 10:34:49 -06:00
986750c722 Massive changes to the repository have been made.
feat: Performance optimizations and UI improvements

- Added dormant state tracking for static particles
- Fixed settings menu particle spawn overlap
- Optimized particle batch processing
- Added brush cursor visualization
- Improved UI interaction zones
- Enhanced gas particle effects
- Added glow toggle functionality disabled by default due to performance impact
- Fixed particle rendering issues
- Debug Overlay Disabled by default
- FPS counter added semi seperate from Debug Overlay, Turn this one off when using Debug Overlay
- Improved particle rendering performance

Performance improvements focus on reducing unnecessary calculations for static particles while maintaining core simulation mechanics. UI changes prevent unwanted particle spawning during menu interactions.
2024-12-27 07:39:31 -06:00
33404edcc1 README 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 commit

Current Features of Readme is incomplete
and isn't fully reflecting what works and doesn't.
2024-12-26 19:40:31 -06:00
b9a280208b made 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 performance
2024-12-26 19:16:46 -06:00
a03ba2b950 purdyfied and added to the commit messages
may of changed a couple of other things
maybe minor tweaks to physics.
2024-12-26 05:44:34 -06:00
1a6ef4f3c4 changed 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 more
2024-12-26 05:21:13 -06:00
73470225d0 Initial commit 2024-12-26 04:11:32 -06:00