ludens

Little game library using opengl and sfml

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 ludens
choosenim install ludens
git clone https://github.com/rnentjes/nim-ludens

OS Compatibility

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

Source

Repository https://github.com/rnentjes/nim-ludens
Homepage https://github.com/rnentjes/nim-ludens
Registry Source nimble_official

README

Little Nim game library

Getting started

Install dependencies with nimble:

  • opengl
  • sfml

Linux

Install package:

  • libcsfml-dev

Windows

Make sure the correct (32 or 64 bit) sfml dll's are on your PATH. You can find them in the dlls directory. Which kind of executables nimrod produces depends on the nimrod install you used.

Mac

Not supported (yet)

Learning

Take a look at the examples or the wiki:

Getting-started