← Назад к ресурсам

Eyelib

Focused on high-performance rendering lib

Modrinth library

Описание

# Eyelib the renderer lib for _Minecraft_. ![Maven Central Version](https://img.shields.io/maven-central/v/io.github.tt432/eyelib) [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/TT432/eyelib) ## Getting Started The lib is published to Maven Central. ```groovy dependencies { implementation "io.github.tt432:eyelib:${eyelib_version}" } ``` ## Dependencies - [Antlr-Molang](https://github.com/TT432/antlr-molang) for parse Molang. - [jdk-classfile-backport](https://github.com/dmlloyd/jdk-classfile-backport) for generate bytecode for Molang. - [lombok](https://projectlombok.org/) for generate getter/setter and more. - [Chin](https://github.com/TT432/chin) for utils.