mirror of
https://github.com/kirsle/kirsle.net
synced 2024-11-14 12:59:28 +00:00
606 B
606 B
Python cocos2d Installation
Notes for installing the cocos2d game framework in Python, from the ground up.
Mac OS X
This is a very low level, ground-up list of steps. Skip some if you've already gotten some of these out of the way before.
- Install homebrew
- Install Python:
brew install python
- Install cocos2d:
pip install cocos2d
Install was surprisingly simple (no need to get OpenGL dependencies? I did have Xcode installed, though).
Python 3
Works in Python 3! OS X instructions:
brew install python3
mkdir ~/.venv
pyvenv ~/.venv/sandbox
pip install cocos2d