/nim-sokol

Nim bindings for the excellent sokol cross-platform libraries

Primary LanguageC

nim-sokol

Nim bindings for the excellent sokol cross-platform libraries by Andre Weissflog.

!!! Very much work in progress

Prerequisities

  • nim & nimble: brew install nim

Usage

  1. Clone: git clone https://github.com/gustavolsson/nim-sokol.git
  2. Enter: cd nim-sokol
  3. Fetch sokol: git submodule update --init
  4. Run examples/hello_sokol.nim: nimble example