Commit Graph

19 Commits

Author SHA1 Message Date
29cfe699cc Make for smoother zoom. 2018-10-25 23:40:22 +02:00
72e2b3dd09 Can use ESC or 'Q' to quit now.
For those who don't know the system shortcut for closing a window.
2018-10-25 23:33:55 +02:00
30c0bdb23b Removing OpenMP support.
Just realized that there are only 8 vertices, and therefore 24 variables
being updated every frame, which means that using OpenMP would (if
anything) slow it down.
2018-10-25 23:05:05 +02:00
44a71b3227 Set version string to v2.1 2018-10-25 23:01:26 +02:00
e1f7cbaa1d Optimize color changing with OpenMP. 2018-10-25 23:00:26 +02:00
766a2d597c Add FPS limiter (limits at 60 FPS). 2018-10-25 22:59:40 +02:00
5400c4a8fc New version. v2.0.1 2018-10-25 20:40:30 +02:00
039ae5f134 Use real fullscreen. 2018-10-25 20:40:09 +02:00
d420f1aa35 Added argument parsing.
Now also allows you to change resolution and fullscreen mode.
v2.0
2018-10-25 20:31:53 +02:00
20ad76f86d Change global to C header file. 2018-10-25 20:13:12 +02:00
6e25741cc9 VERSION macro safeguard 2018-10-25 19:59:19 +02:00
552ca5e6a9 Add flags to build. 2018-10-25 19:56:30 +02:00
709345afb7 Change window title. v1.0 2018-10-25 18:39:34 +02:00
26d654cb61 Fix coloring issue. 2018-10-25 18:26:14 +02:00
442e5a12b2 Enable face culling. 2018-10-25 18:26:03 +02:00
eb41b8178c Use VBO indexing. 2018-10-25 17:57:52 +02:00
6e80cc759f Added sources. 2018-10-25 16:19:07 +02:00
f202d0499e Fixed .keep file in gitignore. 2018-10-25 15:47:32 +02:00
4d1a4cfca9 Added basic files. 2018-10-25 15:46:52 +02:00