Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kneelawk/krender
Cross-platform Minecraft rendering abstraction
https://github.com/kneelawk/krender
Last synced: 25 days ago
JSON representation
Cross-platform Minecraft rendering abstraction
- Host: GitHub
- URL: https://github.com/kneelawk/krender
- Owner: Kneelawk
- License: mit
- Created: 2024-04-18T05:32:26.000Z (8 months ago)
- Default Branch: 0.1.x-1.21.x
- Last Pushed: 2024-10-24T05:39:21.000Z (2 months ago)
- Last Synced: 2024-10-24T23:45:36.795Z (about 2 months ago)
- Language: Java
- Size: 498 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KRender
Cross-platform Minecraft rendering abstraction
This library is an abstraction over the various loader-specific rendering mechanisms, especially focusing on block
rendering.This is API takes significant inspiration from [FREX] and the [Fabric Render API]. However, one of the main differences
between this API and FREX and the Fabric Render API is that this API is designed to have multiple backends loaded and
running at once.[FREX]: https://github.com/vram-guild/frex
[Fabric Render API]: https://github.com/FabricMC/fabric/tree/1.21.1/fabric-renderer-api-v1