Home
Welcome to the Vuelto website! Here you will find things like documentation, blogs, tutorials and everything about Vuelto!
βΉοΈ About¶
Vuelto is an open-source, fast, and light game engine, based on Golang, CGo, and OpenGL. It's really easy to use, yet very powerful, and it also supports cross-platform compiling.
β¨ Features¶
- π Cross Platform
- π οΈ Open-Source
- π Easy to learn
- π Fully built using CGo (and some other libraries)
π¦ Go package¶
We have a Go package published, so run this command to add it to your go.mod:
π₯οΈ Platform Support¶
Platform | Status |
---|---|
Windows | β |
macOS (Darwin) | β |
Linux | β |
Web | β (Work In Progress, V1.1) |
π Docs¶
You can check out Vuelto's documentation at Vuelto's website.
Tip
In case the documentation is missing something or there is something wrong, use the GoDoc page for API documentation. Use the examples directory for usage examples.
π£οΈ Roadmap¶
Our roadmap is available on the website (URL here) or in the ROADMAP.md file in the root of the GitHub repo.
π€ Contributing¶
We're really thankful for your contributions! Please see our Contributing Guide for details.
- π΄ Fork the repository
- π Create your feature branch (
git checkout -b feature/amazing-feature
) - π Commit your changes (
git commit -m 'Add some amazing feature'
) - π Push to the branch (
git push origin feature/amazing-feature
) - π Open a Pull Request
π‘οΈ Support & Security¶
π Issues¶
See the Issues page for current bugs and feature requests. In case you find any issues, please open an issue or search for any other form of contact to submit a bug report.
π Security Issues¶
If you find a security vulnerability, please follow the instructions in SECURITY.md to safely report it.
π License¶
Vuelto is licensed under the VL-Cv1.1 Licence. Any PRs that primarily focus on changing the license won't be accepted.
π Community and Contact¶
You can contact us via our Discord community or at our email:
- π¨οΈ Discord server
- βοΈ Email
π Thanks To¶
A special thanks to:
- Dimkauzh for the initial idea and development.
- ZakaHaceCosas for the great improvements on top of vuelto.
Your support has helped make Vuelto even better! β€οΈ