forked from los-cocos/cocos
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
54 lines (34 loc) · 947 Bytes
/
README
File metadata and controls
54 lines (34 loc) · 947 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
cocos2d: A framework for building 2D games
http://cocos2d.org
version: 0.4.0b1
Requirements
------------
Software:
* python 2.4 with ctypes or python 2.5
* pyglet 1.1.4 or newer (http://www.pyglet.org)
* Linux, Windows or Mac OS/X
Hardware:
* To execute some effects you will need a video card with the:
GL_EXT_framebuffer_object extension.
Installing
----------
Read INSTALL file
Learning cocos2d
----------------
* go the tuturials / documentation page:
http://cocos2d.org/doc.html
you will find:
. the Programming Guide
. the API Reference
. some tutorial videos
* run ( and read ) the samples:
$ cd samples
$ python RUN_ALL_THE_SAMPLES.py
* run ( and read ) the test:
$ cd test
$ python test_*.py
( and read the tests source code )
Do you have any doubt ?
http://groups.google.com/group/cocos-discuss
Did you find any bug ?
http://code.google.com/p/los-cocos/issues/list