Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 510 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 510 Bytes

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