mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-23 21:12:14 -05:00
[PR #2544] [CLOSED] Add Fusion Engine #15557
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/2544
Author: @dimkauzh
Created: 1/4/2024
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
dbcc1fdUpdate README.mdb5697a9Update README.md📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
What is this Python project?
Link to project here
Fusion engine is a game engine that is focused to be as easy as possible, but to still be powerfull enough for most games. It's leveraging different python libraries to make it powerfull. The api is made for ease of use and is really open to beginners. For more pro's it offers more "general needed" features, so you won't have to implement it yourself.
What's the difference between this Python project and similar ones?
Enumerate comparisons.
Ease of use:
Fusion is made in mind to be as easy as possible, while other libraries have a bigger learning curve. This makes it more approachable to beginners.
Very feature-full:
Includes a lot of feautures to make your development a lot easier. It removes the requirement to implement everything yourself. Other libraries often require you to implement a lot of things by yourself.
Fast:
Fusion is build around PyOpenGL and Pygagme-ce. We are using the powerful library pygame for windowing and events, while the rendering is happening in PyOpenGL for fast rendering. Due to this our engine is fast, but still pretty light.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.