im curious how is the performance, compilation times etc with raylib? i ve been looking for alternatives to love2d cuz im bored of lua. is this any better than using monogame? monogame is quite bad i dont like it
Raylib's performance is excellent. I used love2d before but I wasn´t happy with the performance so I tested a lot of frameworks/engines and raylib was by far the best. (I was only interested in drawing shapes on the fly, so if you want to use textures/sprites there might be better options out there)
It is not perfect and has some issues but the performance is really awesome. The compile times are also fast (but I can only speak for small to medium-sized projects). I use Raylib_CsLo c# bindings and Visual Studio, so if you plan on using it with c or c++ the performance will probably be even better.
← Return to Game Engine Demo
Comments
Log in with itch.io to leave a comment.
cool game engine!
Thanks :)
very good
Thank you :)
really nice, i love basic geometric shapes...
im curious how is the performance, compilation times etc with raylib? i ve been looking for alternatives to love2d cuz im bored of lua. is this any better than using monogame? monogame is quite bad i dont like it
Thanks!
Raylib's performance is excellent. I used love2d before but I wasn´t happy with the performance so I tested a lot of frameworks/engines and raylib was by far the best. (I was only interested in drawing shapes on the fly, so if you want to use textures/sprites there might be better options out there)
It is not perfect and has some issues but the performance is really awesome. The compile times are also fast (but I can only speak for small to medium-sized projects). I use Raylib_CsLo c# bindings and Visual Studio, so if you plan on using it with c or c++ the performance will probably be even better.
I hope this helps :)