/nim2d

A nim expirement: 2d game engine for Nim, inspired by Love2d

Primary LanguageNimzlib LicenseZlib

Nim2D

A pre-alpha minimal 2d game engine inspired by love2d. Using Nim and SDL2.

There's not much yet, but check examples/all.nim for an example that uses almost all of what's currently exposed.

Note: I'm using this project as a way to get my hands dirty with Nim and SDL2. Some things might be very wrong.