nimrod-glfw

Nim bindings for GLFW library.

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version Unknown
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:23

Installation

nimble install nimrod-glfw
choosenim install nimrod-glfw
git clone https://github.com/rafaelvasco/nimrod-glfw/

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
nimrod-glfw - - - - - - -

Source

Repository https://github.com/rafaelvasco/nimrod-glfw/
Homepage https://github.com/rafaelvasco/nimrod-glfw
Registry Source nimble_official

README

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 !