Skip to content
/ haiku Public template

Open source base client for the latest Fabric version.

License

Notifications You must be signed in to change notification settings

vil/haiku

Folders and files

NameName
Last commit message
Last commit date
Nov 13, 2023
Aug 19, 2023
Mar 30, 2024
Jan 16, 2024
Jun 14, 2024
Jan 21, 2023
Jun 23, 2023
Feb 3, 2025
Jun 12, 2024
Jan 21, 2023
Jan 21, 2023
Jun 12, 2024
Jan 21, 2023

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?

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


License

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