makuto / cakelisp

Metaprogrammable, hot-reloadable, no-GC language for high perf programs (especially games), with seamless C/C++ interop
https://macoy.me/blog/programming/CakelispIntro
Other
338 stars 16 forks source link

Raylib bindings? #8

Closed MetalMaxMX closed 2 years ago

MetalMaxMX commented 2 years ago

So hi! Very curious about what you're doing there with Cakelisp. This is more of a feature request but I was wondering if you could consider adding bindings to the Raylib project (https://github.com/raysan5/raylib) as its API is written in C and I think could make a great addition there.

Cheers! MetalMaxMX.

makuto commented 2 years ago

It's in gamelib now! https://macoy.me/code/macoy/gamelib/src/branch/master/src/Raylib.cake

makuto commented 2 years ago

I was able to set it up in 20 minutes. It's nice and simple!