Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vil/haiku
Open source base client for the latest Fabric version.
https://github.com/vil/haiku
base-client fabric fabric-client fabric-mod gui hack-client imgui java minecraft minecraft-client minecraft-hack minecraft-mod template utility-mod
Last synced: about 2 months ago
JSON representation
Open source base client for the latest Fabric version.
- Host: GitHub
- URL: https://github.com/vil/haiku
- Owner: vil
- License: gpl-3.0
- Archived: true
- Created: 2023-01-21T19:23:14.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-27T07:23:25.000Z (3 months ago)
- Last Synced: 2024-09-21T11:03:01.321Z (about 2 months ago)
- Topics: base-client, fabric, fabric-client, fabric-mod, gui, hack-client, imgui, java, minecraft, minecraft-client, minecraft-hack, minecraft-mod, template, utility-mod
- Language: Java
- Homepage:
- Size: 3.7 MB
- Stars: 34
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Haiku
Open source base client for the latest Fabric version.
Gui uses [ImGui](https://github.com/SpaiR/imgui-java).
Feel free to use this for your own client. Also feel free to make pull requests to improve my code.
## Images
click here
## Installation
1. Make sure to have the [latest Java](https://www.oracle.com/java/technologies/downloads/) 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
- [x] a config manager.
- [x] example modules and a module manager.
- [x] example command and a command manager.
- [x] settings and a setting manager.
- [x] a gui for the client.
- [x] events and a eventbus.
- [x] rendering utility for making esp, tracer, etc.
- [x] it just works.It has all the essentials for a client.
## Need help?
You can find all the ImGui guides and documentation from [here](https://github.com/SpaiR/imgui-java) & Fabric guides and documentation from [here](https://fabricmc.net/wiki/start).-----------------------------
## License
> [This source code is under the GNU General Public License, version 3.](https://www.gnu.org/licenses/gpl-3.0.txt)