An Editor for PyUnity in the style of the UnityEditor
Project description
PyUnity Editor
This is a pure Python editor to make PyUnity projects (see https://github.com/pyunity/pyunity). PyUnity is a pure Python Game Engine that is only inspired by Unity and not bindings for Unity, therefore this Editor is completely separate, but inspired by the UnityEditor.
Installing
The PyUnity Editor can be installed via pip:
> pip install pyunity-editor
Alternatively, you can clone the repository to build the package from source. These builds are sometimes broken, so use at your own risk. You can build as follows:
> git clone https://github.com/pyunity/pyunity-gui
> git checkout master
> python setup.py install
Its only dependencies are PyUnity, PyQt5 and Pillow. Microsoft Visual C++ Build Tools are required on Windows for building PyUnity from source (if there isn't a wheel available). The PyUnity Editor requires a PyUnity version of at least 0.7.1.
Running
To run the PyUnity Editor, you run this command from the terminal:
> pyunity-editor project/
where project/
is your project folder. The PyUnity Editor will launch with a splash screen, then the editor window will appear.
Contributing
If you would like to contribute, please first see the contributing guidelines, check out the latest issues and then make a pull request.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for pyunity_editor-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 55a1c406311ed5a0d800177fce99d08a56feda9925daf92a33783fa49efd63f1 |
|
MD5 | 1061a065d28ae5ef4a71307e8ecbac6b |
|
BLAKE2b-256 | ccc1b0e981343bb336d4278bd8444d09fc0ee6fa7ab3e7941c39f58b5e13adb8 |