Описание
# Eyelib
the renderer lib for _Minecraft_.

[](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.