calebsmith / automaton

A cellular automata runner in C with Scheme scripting support
GNU General Public License v2.0
5 stars 3 forks source link

Use glfw3 for CPU wait #18

Open calebsmith opened 9 years ago

calebsmith commented 9 years ago

If I recall correctly, glfw has a cross-platform implementation of "wait_until" that would help with portability of this project.