gamelib

A library of functions to make creating games using Nim and SDL2 easier. This does not intend to be a full blown engine and tries to keep all the components loosely coupled so that individual parts can be used separately.

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

Summary

Latest Version 0.0.2
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-08-30 07:10

Authors

  • Peter Munch-Ellingsen

Installation

nimble install gamelib
choosenim install gamelib
git clone https://github.com/PMunch/SDLGamelib

OS Compatibility

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

Source

Repository https://github.com/PMunch/SDLGamelib
Homepage https://github.com/PMunch/SDLGamelib
Registry Source nimble_official

README

SDLGamelib

A library of functions to make creating games using Nim and SDL2 easier. This does not intend to be a full blown engine and tries to keep all the components loosely coupled so that individual parts can be used separately.