Skip to content

wooster0/raylib-Nim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Nim bindings for raylib version 2.0.

Usage

You must use raylib as a shared library.

  • On Windows you need libraylib_shared.dll.
  • On Linux you need libraylib.so.
  • On Mac OS X you need libraylib.dylib.

These shared librarys can be gotten from https://github.com/raysan5/raylib/releases.

Your source file must share the same location as the shared library.

Notes

  • Desktop only for now (no iOS, Android or Web).
  • There isn't a documentation yet. For now you can use this cheatsheet.

About

Nim bindings for raylib.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nim 100.0%