I've created RayLib bindings for Cyber. The cool thing is that you can start creating games without any dependencies. It fetches the bindings and the dll automatically. There's also plans to create self containing exes so you can redistrubute your Raylib games. (This would also work for web with wasm bundle.) You can find out more here: https://github.com/fubark/ray-cyber And here are a few demos: https://user-images.githubusercontent.com/94020660/219881427-1244fd8d-29da-4a72-87bb-fcef46de650a.mp4 https://user-images.githubusercontent.com/94020660/219976051-ea658da6-e46b-4bbf-b191-f73151efa309.mp4
#Raylib bindings for Cyber.
5 messages · Page 1 of 1 (latest)
Nice! Thanks for sharing! Did you add the binding to raylib BINDINGS.md?
I didn't know about Cyber. Looks like a neat little scripting language. Maybe even an alternative to Lua, since its also embeddable
I just sent a PR, thank you for mentioning this.
Yep embeddable is something you'll be able to do. The playground is an example that uses Cyber as a library. https://cyberscript.dev/play.html