nimrod-glfw icon indicating copy to clipboard operation
nimrod-glfw copied to clipboard

GLFW Bindings for the Nim Programming Language

About nimrod-glfw

This is a Nim binding for [GLFW3] library.

Current Version: 3.2.0

To Run:

  1. Have Nim installed first. Instructions are here.
  2. Give it a try: cd test, then nim c -d:release --app:gui glfwtest.nim on your terminal of choice. Tested on Windows and Linux
  3. Profit !