https://github.com/rythe-interactive/rythe-llri
Rythe Low Level Rendering Interface provides a graphics API agnostic rendering interface with minimal CPU overhead and low level access to verbose GPU operations.
https://github.com/rythe-interactive/rythe-llri
directx12 graphics graphics-library library platform-agnostic vulkan
Last synced: 10 months ago
JSON representation
Rythe Low Level Rendering Interface provides a graphics API agnostic rendering interface with minimal CPU overhead and low level access to verbose GPU operations.
- Host: GitHub
- URL: https://github.com/rythe-interactive/rythe-llri
- Owner: Rythe-Interactive
- License: mit
- Created: 2021-07-03T16:39:04.000Z (almost 5 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-17T17:55:32.000Z (over 1 year ago)
- Last Synced: 2025-04-10T18:06:12.313Z (about 1 year ago)
- Topics: directx12, graphics, graphics-library, library, platform-agnostic, vulkan
- Language: C++
- Homepage: https://docs.legion-engine.com/llri/
- Size: 52.1 MB
- Stars: 27
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Authors: AUTHORS.md
Awesome Lists containing this project
README
[](https://legion-engine.com)
[](https://github.com/Rythe-Interactive/Rythe-LLRI/actions?query=workflow%3Abuild)
[](https://github.com/Rythe-Interactive/Rythe-LLRI/actions?query=workflow%3Aanalysis)
[](https://github.com/Rythe-Interactive/Rythe-LLRI/actions?query=workflow%3Adocs-build)
[](https://github.com/Rythe-Interactive/Rythe-LLRI/blob/main/LICENSE)
[](https://discord.gg/unVNRbd)
# Rythe-LLRI
Rythe-LLRI, or “Rythe Low Level Rendering Interface” is a rendering API that aims to provide a graphics API agnostic approach to graphics development.
LLRI is designed as a low overhead API that helps developers write graphics API / platform agnostic code without the typical limitations of higher level abstractions.
## Supported APIs
- Vulkan
- DirectX 12
- MoltenVK
## Documentation
Learn more about how to get started, or about how the API works in-depth through our docs: https://docs.legion-engine.com/llri/.
## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
## Authors
* **Leon Brands** - *LLRI, API design, VK, DX, Samples, Unit tests* - [[Website](https://leonbrands.software)] [[Github](https://github.com/LeonBrands)] [[LinkedIn](https://www.linkedin.com/in/leonbrands/)]
* **Glyn Leine** - *Technical director, setup* - [[Website](https://glynleine.com)] [[Github](https://github.com/GlynLeine)] [[LinkedIn](https://www.linkedin.com/in/glyn-leine-7140a8167/)]
* **Raphael Baier** - *Docs generation, GitHub Actions* - [[Website](https://rbaier.me)] [[Github](https://github.com/Algo-ryth-mix)] [[LinkedIn](https://www.linkedin.com/in/raphael-baier-26800a188/)]
See also the list of [contributors](AUTHORS.md) who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details