1. Raylib 4.5
- Posted by Icy_Viking Mar 19, 2023
- 829 views
So I noticed that Raylib 4.5 was released yesterday. Its mostly the same, with some new stuff here and there. The camera system has been rewritten. I only skimmed through it, but it looks like some new colors were added, some new functions added or removed. I might wrap it after I'm done with my current project. I tried getting raygui to build into a DLL, but with no luck.
2. Re: Raylib 4.5
- Posted by Icy_Viking Apr 07, 2023
- 618 views
Alright so I have completed the wrapper along with RayMath and RLGL.
https://github.com/gAndy50/EuRayLib4
Still can't get RayGUI to build into a DLL, but everything else works fine.