No description
Find a file
2017-10-11 21:25:57 +02:00
.idea Game and Screen 2014-10-29 22:16:54 +01:00
dlls Support 32 and 64 bit executables 2014-11-15 17:18:55 +01:00
examples Update helloworld.nim 2016-11-01 23:22:06 +01:00
lib #1 Updated to latest nim version (0.11.2) 2015-07-10 22:04:17 +02:00
.gitignore First test running 2014-10-29 15:35:11 +01:00
nim-ludens.babel Configuration 2014-10-29 19:22:40 +01:00
nim-ludens.iml Configuration 2014-10-29 19:22:40 +01:00
README.md Update README.md 2017-10-10 14:33:56 +02:00

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