Particle type definitions and basic movement #5

Merged
insberr merged 14 commits from basic-simulation into main 2024-09-07 21:40:44 -07:00
insberr commented 2024-06-26 23:21:44 -07:00 (Migrated from github.com)

I want to be able to define particle types and their movement rules easily.

The movement rules might end up being temporary because I might want to do some sort of fluid simulation instead.

The main things that I did:

  • Particle movement rules
  • Random movement (janky)
  • Added water type
  • You can now draw all the particle types
  • Imporved drawing to be look-at based rather than the janky arrow keys
  • Updated ImGui menus to have more information
  • Created a particle data manager
I want to be able to define particle types and their movement rules easily. The movement rules might end up being temporary because I might want to do some sort of fluid simulation instead. The main things that I did: - Particle movement rules - Random movement (janky) - Added water type - You can now draw all the particle types - Imporved drawing to be look-at based rather than the janky arrow keys - Updated ImGui menus to have more information - Created a particle data manager
insberr commented 2024-06-30 15:52:46 -07:00 (Migrated from github.com)

This is basically ready to go. I will define a few new particle types and their movements and then merge.

This is basically ready to go. I will define a few new particle types and their movements and then merge.
Sign in to join this conversation.
No description provided.