Skip to content

Magnitude is an open-source game engine and editor built with Dear PyGui and written in Python3 that lets you easily create games using Python3.

License

Notifications You must be signed in to change notification settings

Commander07/Magnitude

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Magnitude is an open-source game engine and editor built with Dear PyGui and written in Python3 that lets you easily create games using Python3. (Do note the engine is currently not in a usable state)
Version Security Status Build Status

Installation    |    Usage    |    Contributing

Installation

Windows

# clone the repo
$ git clone https://github.com/Commander07/magnitude.git

# change the working directory to magnitude
$ cd magnitude

# create and activate python environment
$ python3 -m venv bot-env
$ bot-env\Scripts\activate.bat

# install the requirements
$ python3 -m pip install -r requirements.txt

Linux

# clone the repo
$ git clone https://github.com/Commander07/magnitude.git

# change the working directory to magnitude
$ cd magnitude

# create and activate python environment
$ python3 -m venv bot-env
$ source bot-env/bin/activate

# install the requirements
$ python3 -m pip install -r requirements.txt

Usage (Editor)

Windows

# start editor
$ python3 editor.py

Linux

# start editor
$ python3 editor.py

Resources

  • Online Documentation for official documentation.

Trello links

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Feel free to create a fork and use the code.

About

Magnitude is an open-source game engine and editor built with Dear PyGui and written in Python3 that lets you easily create games using Python3.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages