dmuratshin 5aed61b8e5 Merge branch 'master' into dev hace 10 años
..
gen_view_code 857ae40bec added http requests library hace 11 años
others 1780af447f major changes: hace 10 años
resbuild 1780af447f major changes: hace 10 años
templates 5aed61b8e5 Merge branch 'master' into dev hace 10 años
gen_template.py a80a84b3d3 fixed Python3 hace 10 años
gen_view_code.py 303c23e521 minor fixes hace 11 años
install.py f824e03749 updated xcode projects hace 11 años
oxygine.py 20458e8c80 - refactored Touches event handling model hace 10 años
oxyresbuild.py 9ce79fc007 - added no_hit_test option to oxyresbuild hace 10 años
readme.txt d9aa98a2f5 Python3 compatible hace 11 años

readme.txt

how to use "oxyresbuild.py":
1. download and install Python3 (http://python.org/download/)
2. add to your system environment variable 'PATH' path to Python folder
3. install Pillow library for Python. run:
easy_install pillow
or
pip install pillow

4. run install.py. It would add current path of Oxygine to System global variable


***if you are already using Python2.7***
3. install Python Imaging Library from http://www.pythonware.com/products/pil/