8 releases
new 0.2.6 | Mar 25, 2025 |
---|---|
0.2.5 | Mar 25, 2025 |
0.1.0 | May 15, 2023 |
#144 in Graphics APIs
268 downloads per month
64KB
172 lines
Welcome to the FRUG repo!
In here you will find the source code for the FRUG library.
About
FRUG is intended to provide a similar abstraction layer over graphics programming as to how Monogame does for C#, meaning that it should provide developers enough control and flexibility to implement their own architectures & design patterns, yet simplifying the process of working with graphics so developers won't have to worry about implementing all the repetitive tasks related to getting things to the screen.
Please check out the documentation to learn more about the project and how to use it! (there is also the cargo documentation, but I'm afraid that part is not as polished for now)
I'm currently migrating this whole thing to work more like what monogame is for C#. So I'm changing this so instead of using WGPU we'll use SDL3 (rust API) and hopefully I'll find some way to make it work with game consoles as well.
On a side note, please take into account that the project is in it's first iteration and many features are still under development or missing.
Dependencies
~5MB
~41K SLoC