Commit Graph

11 Commits

Author SHA1 Message Date
Theron b6361738fe apu 2019-12-09 21:22:53 -06:00
Theron bbeb38475c apu 2019-12-07 17:09:28 -06:00
Theron d0896707bd sketching, reading 2019-12-04 20:57:05 -06:00
Theron ac416cc722 apu 2019-11-26 22:23:18 -06:00
Theron Spiegl a9227af750 starting on audio 2019-11-26 19:11:51 -06:00
Theron Spiegl b35add1999 fixed sprite bug thanks to /u/dwedit 2019-11-12 17:57:23 -06:00
spieglt d3d8b135ca
Update README.md 2019-11-12 17:48:35 -06:00
spieglt 4abfe68ff2
Update README.md 2019-11-12 17:47:56 -06:00
Theron 28b371a5ae fixed performance issue on windows. got profiling with visual studio working, found that calling canvas.fill_rect() every pixel was way too slow. now writing pixels to one raw RGB buffer, and between frames, updating a texture with that buffer and copying it to the canvas. 2019-11-12 17:19:25 -06:00
Theron Spiegl 4edcbdd73c readme 2019-11-11 18:05:27 -06:00
Theron Spiegl 03e949eb19 init 2019-11-11 18:04:07 -06:00