#Raylib bindings for Cyber.

5 messages · Page 1 of 1 (latest)

crystal apex
#

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

obtuse valley
#

Nice! Thanks for sharing! Did you add the binding to raylib BINDINGS.md?

meager pilot
#

I didn't know about Cyber. Looks like a neat little scripting language. Maybe even an alternative to Lua, since its also embeddable

crystal apex
crystal apex