Skip to content
This repository has been archived by the owner on Dec 3, 2022. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 447 Bytes

readme.md

File metadata and controls

17 lines (12 loc) · 447 Bytes

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 !