JerboaBurrow / Particles

jerboa.app/particles source code; an interactive particle simulation | Free on the Google Play store
https://jerboa.app/particles
GNU General Public License v3.0
4 stars 3 forks source link

Refactor Shaders, performance improvements #10

Closed Jerboa-app closed 10 months ago

Jerboa-app commented 10 months ago

Shaders now Shader, moved to Shader file

reduce tutorial image size (too big for OpenGL on Nexus 5)

particle and parameter buffers are now instanced at init, and filled in a coroutine to stop blocking the draw thread