Skip to content

IndividualCoder/GamePlus-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GamePlus editor is a 3D gui editor for python.

This editor gives you the freedom to make 3D python games!

Links

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 :)

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 ^_~ Backend supported by Ursina engine and panda3d

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