GamePlusEditor

A gui game maker written in python


Keywords
game, development, game-editor, game-engine, gui-application, python
License
MIT
Install
pip install GamePlusEditor==0.0.9

Documentation

GamePlus editor is a gui editor for ursina engine.

This editor gives you the freedom to make a python game without even coding!

Features

StartingUi

  • With a simmple Ui

ConfigMenu

  • Configure the editor as you want!

NewProject

  • Make new projects!

SceneEditor

  • With a simple scene editor

CodeEditor

  • A simple code editor

Playing

  • Play your project without leaving the editor

ExportToPy

  • Export your project to py

This editor will currently write your games in python. But I'll add the feture to turn your .py into .exe ^_~

How to install it?

It is very easy to install this editor, just open cmd and type pip install GamePlusEditor now make a .py file and run it with the following code: from GamePlusEditor import RunEditor; RunEditor() it is as simple as this :)

Discord

Discord server link

Contribute

Contributions to this project are welcome. If you have ideas for improving the editor, additional features, or bug fixes, please submit pull requests or open issues to discuss potential changes. Note: If you want to directly contribute to the code of the project, you first need to have a working example of what you've added and why you want to be a contributor