QLibs is a multipurpose library, suitable for making graphical applications and games.
There are quite a lot of them!
- Resource system.
- Math: vectors and matrices.
- Wavefont OBJ loading and rendering.
- Window creation and widgets.
- Text rendering.
- Network packets and sockets.
- More to come.
See https://intquant.github.io/qlibs/ Also there are examples.
- Use pip install qlibs[full]to install all dependencies.
- pip install qlibswill install only MIT-licensed dependencies.
- --no-depsswitch can be used to ignore dependencies, most of library will still work.