6 Commits

Author SHA1 Message Date
3c35a730f5 Add basic setup for shadow rendering
adapted from the previous ECS project. working to some extent, but far from ideal
2021-05-20 00:15:58 +02:00
5637868200 Add draft for multiple particle types
The type was changed from int to float, because comparing the int to values (e.g. type == 1) never returned true...
2021-05-08 19:03:29 +02:00
f8d5b98574 I see particles 2021-05-08 13:11:20 +02:00
c3796e7b55 Add basic Particle setup
Compiles, but doesn't work
2021-05-08 00:13:27 +02:00
10138d5fd8 Add draft for text rendering 2021-05-04 12:07:56 +02:00
ff576182c4 Make Application create a GLFW Window 2021-04-30 22:40:42 +02:00