[PR #2544] [CLOSED] Add Fusion Engine #6271

Closed
opened 2026-04-17 07:23:36 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2544
Author: @dimkauzh
Created: 1/4/2024
Status: Closed

Base: masterHead: master


📝 Commits (2)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/2544 **Author:** [@dimkauzh](https://github.com/dimkauzh) **Created:** 1/4/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`dbcc1fd`](https://github.com/vinta/awesome-python/commit/dbcc1fd48bba1033e8fc65934e6bc985a8b47065) Update README.md - [`b5697a9`](https://github.com/vinta/awesome-python/commit/b5697a98a580b931e10b73b4264fae1c0b056852) Update README.md ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? Link to project [here](https://fusion-engine.tech/) 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-17 07:23:36 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#6271