awesome-python icon indicating copy to clipboard operation
awesome-python copied to clipboard

Add Fusion Engine

Open dimkauzh opened this issue 1 year ago • 3 comments

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.

dimkauzh avatar Jan 04 '24 21:01 dimkauzh

Looks awesome, bright future ahead 😀

EpicSprout avatar Jan 04 '24 23:01 EpicSprout

YOOOOOO

MrSerge01 avatar Jan 26 '24 15:01 MrSerge01

@vinta this has reached 20 thumbs please merge. Thx!

NoahStoessel avatar Jan 26 '24 15:01 NoahStoessel