https://github.com/7244/shaper
A render engine approach
https://github.com/7244/shaper
Last synced: 6 months ago
JSON representation
A render engine approach
- Host: GitHub
- URL: https://github.com/7244/shaper
- Owner: 7244
- License: mit
- Created: 2024-04-22T07:01:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-13T03:28:56.000Z (over 1 year ago)
- Last Synced: 2025-08-10T13:59:11.552Z (12 months ago)
- Language: C++
- Homepage:
- Size: 95.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shaper
[](LICENSE)
Implements shaper that manages buffers and batch draws of opengl 3
## Features
* All dependencies are buildable
* Dynamic keys per shape
## This library meant to be used by game engines.
### For usage look at [sample](sample)
### Depends On
* https://github.com/7244/BLL
* https://github.com/7244/BDBT
* `A_resize` function
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.