ZeroCool940711 / Sandbox-Game-Engine

GNU General Public License v3.0
4 stars 1 forks source link

Add an Script Editor Panel #37

Open ZeroCool940711 opened 5 years ago

ZeroCool940711 commented 5 years ago

Right now the Game Engine doesn't have a Script Editor that we could use to edit and create script from within the WorldEditor, in order to create a new script or edit an existing one we have to open an external IDE and open at least 10 windows on the Windows Explorer as many things are placed on different folders, as we don't have a Python Module that we could use to import in that external IDE it's hard to work on the game scripting and we also have to open a few more explorer windows in order to have the engine documentation at hand.

I propose use PyCharm which is open source and embed it inside the WorldEditor as a panel that we can attach and detach from the main windows, here is an example of how this is done on another game engine. Script Editor

Here is also a YouTube video showing some features PyCharm has. PyCharm: Quick Tour