Warning
THIS LIBRARY IS A WORK IN PROGRESS! USE THIS LIBRARY AT YOUR OWN RISK!
A fork of CodeChickenLib for Fabric.
At the moment, this library provides various methods for doing 3D math, transformations and rendering.
Add a maven repository to your build.gradle.
maven {
url "https://maven.tobynguyen.dev/releases"
}Then declare CodeBebeLib as a dependency
dependencies {
modImplementation("dev.tobynguyen27:codebebelib:<version>")
}You can read some examples of using CodeBebeLib with well-explained here.
Pull requests that add more examples are also welcomed!
CodeBebeLib is licensed under the LGPL-2.1 license. Check LICENSE for further details.
CodeBebeLib is a modified distribution of CodeChickenLib created by ChickenBones and covers1624 which licensed under the LGPL-2.1 license.