|
1 | 1 | # PyUnity Editor
|
2 | 2 |
|
3 |
| -[](https://github.com/pyunity/pyunity-gui/blob/develop/LICENSE) |
| 3 | +[](https://github.com/pyunity/pyunity-gui/blob/master/LICENSE) |
4 | 4 | [](https://pypi.python.org/pypi/pyunity-gui)
|
5 | 5 | [](https://pypi.python.org/pypi/pyunity-gui)
|
6 | 6 | [](https://lgtm.com/projects/g/pyunity/pyunity-gui/context:python)
|
|
9 | 9 | [](https://gitter.im/pyunity/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
10 | 10 | [](https://github.com/pyunity/pyunity-gui/stargazers)
|
11 | 11 |
|
12 |
| -This is a pure Python editor to make PyUnity projects (see https://github.com/pyunity/pyunity-gui). |
| 12 | +This is a pure Python editor to make PyUnity projects (see https://github.com/pyunity/pyunity). |
13 | 13 | PyUnity is a pure Python Game Engine that is only inspired by Unity and not bindings for Unity,
|
14 | 14 | therefore this Editor is completely separate, but inspired by the UnityEditor.
|
15 | 15 |
|
16 | 16 | ## Installing
|
17 | 17 |
|
18 | 18 | The PyUnity Editor can be installed via pip:
|
19 | 19 |
|
20 |
| -> pip install pyunity-editor |
| 20 | + > pip install pyunity-editor |
21 | 21 |
|
22 | 22 | 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:
|
23 | 23 |
|
24 |
| -> git clone https://github.com/pyunity/pyunity-gui |
25 |
| -> git checkout master |
26 |
| -> python setup.py install |
| 24 | + > git clone https://github.com/pyunity/pyunity-gui |
| 25 | + > git checkout master |
| 26 | + > python setup.py install |
27 | 27 |
|
28 | 28 | 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.
|
29 | 29 |
|
30 | 30 | ## Running
|
31 | 31 | To run the PyUnity Editor, you run this command from the terminal:
|
32 | 32 |
|
33 |
| -> pyunity-editor project/ |
| 33 | + > pyunity-editor project/ |
34 | 34 |
|
35 | 35 | where `project/` is your project folder. The PyUnity Editor will launch with a splash screen, then the editor window will appear.
|
36 | 36 |
|
37 | 37 | ## Contributing
|
38 | 38 |
|
39 | 39 | If you would like to contribute, please
|
40 |
| -first see the [contributing guidelines](https://github.com/pyunity/pyunity-gui/blob/mastser/contributing.md), |
| 40 | +first see the [contributing guidelines](https://github.com/pyunity/pyunity-gui/blob/master/contributing.md), |
41 | 41 | check out the latest [issues](https://github.com/pyunity/pyunity-gui/issues)
|
42 | 42 | and then make a [pull request](https://github.com/pyunity/pyunity-gui/pulls).
|
0 commit comments