Open source base client for the latest Fabric version.
Gui uses ImGui.
Feel free to use this for your own client. Also feel free to make pull requests to improve my code.
- Make sure to have the latest Java version installed.
- Clone the repository
git clone https://github.com/vil/haiku.git
- Open it with your favourite IDE, such as Intellij Idea.
- Run
gradlew genSources
or./gradlew genSources
depending on your OS. - Happy coding!
- a config manager.
- example modules and a module manager.
- example command and a command manager.
- settings and a setting manager.
- a gui for the client.
- events and a eventbus.
- rendering utility for making esp, tracer, etc.
- it just works.
It has all the essentials for a client.
You can find all the ImGui guides and documentation from here & Fabric guides and documentation from here.
This source code is under the GNU General Public License, version 3.