Skip to content

vil/haiku

Repository files navigation

Haiku

logo

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.

Images

click here Showcase 1 Showcase 2

Installation

  1. Make sure to have the latest Java version installed.
  2. Clone the repository git clone https://github.com/vil/haiku.git
  3. Open it with your favourite IDE, such as Intellij Idea.
  4. Run gradlew genSources or ./gradlew genSources depending on your OS.
  5. Happy coding!

This base client has

  • 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.

Need help?

Open an issue or contact me via discord.

You can find all the ImGui guides and documentation here & Fabric guides and documentation here.


License

This source code is under the GNU General Public License, version 3.