This repository has been archived by the owner on Sep 22, 2024. It is now read-only.
0.5.1
- Fixed an input bug on GLFW
- Chunk update bugfix
- UI text formatting
- Made input configurable
- Added gamepad support on GLFW
- Added the mouse scroll wheel code
- Use
clock_gettime(CLOCK_MONOTONIC...
orQueryPerformanceCounter
instead ofgettimeofday
- Getting input now uses a pointer instead of returning a large struct