Go to file
Stephen Seo a6517b8982 Render to cache that only updates on click
This is to prevent slowdown when drawing per frame. Previously, the
program would draw each individual triangle each frame. Now the draws
are cached to a texture that is drawn each frame, and the cache is
recreated on click or undo/redo events.
2020-07-22 19:03:33 +09:00
include Impl basic drawing, a basic start to the program 2020-07-21 20:15:10 +09:00
src Render to cache that only updates on click 2020-07-22 19:03:33 +09:00
third_party Init skeleton project 2020-07-21 20:03:22 +09:00
.gitignore Impl basic drawing, a basic start to the program 2020-07-21 20:15:10 +09:00
.gitmodules Init skeleton project 2020-07-21 20:03:22 +09:00
CMakeLists.txt Fix check for git submodules 2020-07-22 15:02:38 +09:00