This project is dead. There probably will not be any commits, although pull request are welcome. Discord server is also completely dead. We also recommend a Go Game Engine called Vuelto, which is a fast and lightweight Game Engine, made with usabillity in mind. It is a better alternative to Fusion.
Warning
Website is down, and wont be brought up. The links here are not updated.
If u like this project and want to work on it, we would happily accept you, but keep in mind that most of the infrastructure is dead or needs maintainance. Feel free to open an issue and tag @dimkauzh for further discussion.
Fusion is a game engine for creating graphical applications using OpenGL and the programming language Python. It provides a simple coding interface for creating windows, rendering graphics, and handling user input. It is and engine to create games fast and easy!
To install our package, run this:
pip install fusion-engine
Our PyPI package is at this link
if you want to install the package from source and get the latest changes then you do it like this:
git clone https://github.com/dimkauzh/fusion-engine.git
cd fusion-engine
pip install .
The examples are located here If you want to run the example, then follow these instructions:
- First, make sure you have fusion engine installed.
- If fusion engine is installed, you can run the first example with the following command:
python -m fusionengine.examples.example1
For other examples, you can modify the command to run the other example. Just change the number of the example.
We have a discord server at this link. Need to contact us? Just #dimkauzh in discord and he will try to react as fast as possible
Our community is just growing, so if you want to help us with the project, it will be very helpful! We are welcome to all people who want to contribute, but you do need to follow the contribution rules Special thanks to all the contributors, they made the project even better! And thanks to our community of course!
Are you exited to start with fusion engine but you dont know where to start? Then maybe its worth looking though one of our tutorials! We tried to make them as simple as possible but still very informative. You can find them here
We are working hard to implement very basic and complex stuff so our engine becomes more rigid. To see our changelog and todo list, please go to our docs
💡 - If you have more ideas, please tell us them in our discord server or create an issue!
See Licence here
This project began May 1, 2023. The original project began in C, but it's entirely rewritten in Python for it's big userbase and ease of use (productivity). This is actually also my EuroPython 2023 project. But after some time, the community has grown, and fusion had a lot of big releases. It was becoming a big project with a giant codebase.
We as fusion team support Ukraine and we hope it will win. Fusion engine is dedicated to Ukraine fighting the Russian invasion. 🇺🇦 Please support Ukraine! 🇺🇦
A 13-year-old game developer with much passion about game development. So I made this project to grow my programming skills and just make a tool that I can use for myself or a tool for other people to help them develop games.