Welcome to Jovia! Jovia is an open-source AI framework designed to allow Godot developers to integrate local AI models into their games. Jovia, also provides a game design assistant named... Jovia of course, capable of executing instructions within the Godot engine.
git clone https://github.com/NiceDuckGames/Jovia.git
cargo build -p binding --release
To cross compile for windows from Linux you will need to install a few additional things.
rustup target add x86_64-pc-windows-gnu
sudo apt install mingw-w64
cargo build -p bindings --release --target x86_64-pc-windows-gnu
We are not currently accepting pull-requests on this repository from people outside of our team, though we probably will once the project reaches a certain level of stability and usefulness.
Instead if you would like to contribute, please open an issue for discussion first or create a discussion.
An additional way to contribute to the project is to contribute to the datasets used to create the custom models.
To contribute your own command sequence data to the model dataset see the Submitting Your Own Data section of the ducky-command-dataset repository.
If you wish to contribute GDScript source code for use in training the jovia codegen model see the ducky-ai-codegen-optins repository for instruction on how to do that.
Jovia is a passion-driven project, and your support is greatly appreciated. You can support the development of Jovia through the following platforms:
GitHub Sponsorship: Become a sponsor on GitHub to support ongoing development and maintenance of Jovia. Sponsor Jovia
Patreon: Join our Patreon community to get exclusive access to behind-the-scenes updates, early releases, and more. Support Jovia on Patreon
Your support helps us continue to improve Jovia and provide valuable resources to the community.
This project is licensed under the MIT License - see the LICENSE file for details.
For support or inquiries, please contact us at support@niceduck.games.