1 unstable release

0.1.0 May 15, 2023

#140 in #architecture

25 downloads per month

MIT license

44KB
799 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 SDL 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)

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. Feel free to leave your comments and evaluation in the following survey!


lib.rs:

FRUG is intended to provide a similar abstraction layer over graphics programming as to how SDL 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 see the documentation for more information.

Dependencies

~21–58MB
~754K SLoC