Skip to content

Example/test of gamedev related libraries' bindings

License

Notifications You must be signed in to change notification settings

KislyjKisel/game1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example setup for Raylib.lean, Flecs.lean and Luau.lean.

Can be run using lake exe game.

Troubleshooting

General

  • No guarantee of stability is given, so it is recommended to specify commit hashes in the lakefile's require commands.
  • First build may take a few minutes to clone library repos (lake shows "Computing build jobs").
  • Building bindings and libraries requires git, make, mkdir, a C compiler and, when using Luau, clang++ and libc++.
  • See bindings readme files.

Linux

  • LEAN_CC=cc may be required due to incompatibilities between the Lean's bundled older glibc and the newer system glibc used when compiling Luau.

Windows

About

Example/test of gamedev related libraries' bindings

Topics

Resources

License

Stars

Watchers

Forks

Languages