summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Collapse)AuthorFilesLines
2017-05-12add update_particles() and USE_COMPUTE_SHADERPaul Duncan1-72/+120
2017-05-12add compute shader (busted)Paul Duncan1-21/+77
2017-05-12add init_particles(), use SSBOPaul Duncan1-21/+64
2017-05-12use shader storage instead of uniform buffer, remove hard-coded particle countPaul Duncan1-20/+24
2017-05-12add instanced draw with uniform bufferPaul Duncan1-4/+27
2017-05-11add context_t and handle_events()Paul Duncan1-147/+115
2017-05-11refactor link_programPaul Duncan1-7/+60
2017-05-11fix hidpi support, add commentsPaul Duncan1-3/+34
2017-05-11add fps timer, openmpPaul Duncan1-3/+76
2017-05-11switch from glfw to sdl2Paul Duncan1-82/+102
2017-05-11initial commitPaul Duncan1-0/+261