8000 GitHub - St0wy/raylib-jai
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

St0wy/raylib-jai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

raylib bindings for Jai

Theses are bindings of raylib 5.5 for Jai. raylib is compiled and then the bindings are generated in generate.jai.

Generating the bindings

Install :

  • Jai (To generate the bindings)
  • CMake (To compile raylib, not needed just to generate)

Then get the source code from the release page and put them in this folder with the name raylib/.

To generate the bindings, just run

jai generate.jai

If you want to also compile raylib, run

jai generate.jai - -compile

Note that for now the compilation uses CMake, but other build systems could be supported if needed. Feel free to create an issue or send a PR to add more ways of building raylib.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0