Commit Graph

19 Commits

Author SHA1 Message Date
Nicolás Ortega Froysa 29cfe699cc
Make for smoother zoom. 2018-10-25 23:40:22 +02:00
Nicolás Ortega Froysa 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
Nicolás Ortega Froysa 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
Nicolás Ortega Froysa 44a71b3227
Set version string to v2.1 2018-10-25 23:01:26 +02:00
Nicolás Ortega Froysa e1f7cbaa1d
Optimize color changing with OpenMP. 2018-10-25 23:00:26 +02:00
Nicolás Ortega Froysa 766a2d597c
Add FPS limiter (limits at 60 FPS). 2018-10-25 22:59:40 +02:00
Nicolás Ortega Froysa 5400c4a8fc
New version. 2018-10-25 20:40:30 +02:00
Nicolás Ortega Froysa 039ae5f134
Use real fullscreen. 2018-10-25 20:40:09 +02:00
Nicolás Ortega Froysa d420f1aa35
Added argument parsing.
Now also allows you to change resolution and fullscreen mode.
2018-10-25 20:31:53 +02:00
Nicolás Ortega Froysa 20ad76f86d
Change global to C header file. 2018-10-25 20:13:12 +02:00
Nicolás Ortega Froysa 6e25741cc9
VERSION macro safeguard 2018-10-25 19:59:19 +02:00
Nicolás Ortega Froysa 552ca5e6a9
Add flags to build. 2018-10-25 19:56:30 +02:00
Nicolás Ortega Froysa 709345afb7
Change window title. 2018-10-25 18:39:34 +02:00
Nicolás Ortega Froysa 26d654cb61
Fix coloring issue. 2018-10-25 18:26:14 +02:00
Nicolás Ortega Froysa 442e5a12b2
Enable face culling. 2018-10-25 18:26:03 +02:00
Nicolás Ortega Froysa eb41b8178c
Use VBO indexing. 2018-10-25 17:57:52 +02:00
Nicolás Ortega Froysa 6e80cc759f
Added sources. 2018-10-25 16:19:07 +02:00
Nicolás Ortega Froysa f202d0499e
Fixed .keep file in gitignore. 2018-10-25 15:47:32 +02:00
Nicolás Ortega Froysa 4d1a4cfca9
Added basic files. 2018-10-25 15:46:52 +02:00