Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 610 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 610 Bytes

LambdaLib2

A Minecraft modding library that facilitates content development with useful middle layers.

It offers following features:

  • Rendering (A modern GL based rendering pipeline & render engine, mesh, material etc.)
  • CGUI (Node-based GUI system with a visual editor)
  • Registration (Use annotated methods to achive better loading decoupleness)
  • Serialization (Object-to-NBT, Object-to-Bytes, etc.)
  • Network RPCs

The project is in early stage of development, feel free to try it out! :P

Usage

To build the jar

./gradlew build

License

This project uses MIT license.