Skip to content

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

Notifications You must be signed in to change notification settings

Paindar/LambdaLib2

 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 58.5%
  • Java 28.7%
  • C 10.6%
  • Kotlin 2.0%
  • GLSL 0.2%
  • Batchfile 0.0%