Commit Graph

13 Commits

Author SHA1 Message Date
Peter Evans 68f9daf6ac Add -O3 optimization
Also add debugging symbols in the unit test version (which we didn't
have???)
2018-03-14 00:12:00 -05:00
Peter Evans f59f5e2d55 Remove colors 2018-03-02 16:43:22 -06:00
Peter Evans 5812fb8672 Compile with debugging symbols for now 2018-01-29 00:30:49 -06:00
Peter Evans f31fcd9c37 Add support for vm_bitfont 2017-12-19 21:50:50 -06:00
Peter Evans 28cd93d5e9 Do static analysis if env variable is set 2017-12-19 01:02:48 -06:00
Peter Evans f3966dc010 Enable static analysis through clang
If you want to, just uncomment the line that adds the --analyze flag to
CMAKE_C_FLAGS.
2017-12-18 14:26:53 -06:00
Peter Evans 4ef9e50792 Really basic implementation of SDL2.
Plus a crappy rectangle to prove that our vm screen code is working in
principle. (It will be removed shortly.)
2017-12-17 23:31:56 -06:00
Peter Evans ad37d59b2d Remove references to OpenGL/GLFW/GLEW 2017-12-17 20:20:11 -06:00
Peter Evans 83dcfaf646 Add glew, defines for width/height 2017-12-17 19:09:54 -06:00
Peter Evans 8beb761535 Actually show a window.
This is also the beginning outline of how we want to abstract graphics
away in erc.
2017-12-16 23:38:59 -06:00
Peter Evans b646bfc511 First stab at adding graphics.
This involves using glfw. This first commit creates a window but doesn't
do anything with it; it also just hangs until you can escape out
somehow.
2017-12-16 22:45:39 -06:00
Peter Evans 18dca43e61 It's erc, not emp 2017-12-06 16:07:36 -06:00
Peter Evans 237d5e3cb6 First commit 2017-11-21 23:24:51 -06:00