Skip to content

A Fabric mod library provides various methods for doing 3D math, transformations and rendering.

License

Notifications You must be signed in to change notification settings

tobynguyen27/CodeBebeLib

Repository files navigation

CodeBebeLib

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.

Basic usage

Build setup

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!

License

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.

About

A Fabric mod library provides various methods for doing 3D math, transformations and rendering.

Topics

Resources

License

Stars

Watchers

Forks

Languages