Skip to content

Legacy

v4

Api

Wasn't maintaned since fusion 4.1.0

Api

v3

About

The wiki, api and tutorials to the old v3 version of fusion, which is not being under development

Wiki

Tutorials

Api

💻 Setting up v3

To install it run this:

  pip install fusion-engine

Then import:

  import fusionengine as engine

And after that you need to create a object of our engine to run functions of it:

  main = engine.Main()