-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibs.txt
More file actions
227 lines (226 loc) · 8.91 KB
/
libs.txt
File metadata and controls
227 lines (226 loc) · 8.91 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
------------------------------------------------------------------
name: aicore
tag: cpp,ai
repo: git clone git://github.com/idmillington/aicore.git
refs: Artificial Intelligence for Games
------------------------------------------------------------------
name: akihabara
tag: javascript,html5,game engine
repo: git clone git://github.com/kesiev/akihabara.git
home: http://www.kesiev.com/akihabara/
------------------------------------------------------------------
name: blender
tag: cpp,python,tools,animation
home: http://www.blender.org
repo: svn checkout https://svn.blender.org/svnroot/bf-blender/trunk/blender
------------------------------------------------------------------
name: boost
tag: cpp,framework
home: http://www.boost.org/
------------------------------------------------------------------
name: Box2D
tag: cpp,physics
home: http://www.box2d.org/
repo: svn checkout http://box2d.googlecode.com/svn/trunk/ box2d-read-only
------------------------------------------------------------------
name: bullet
tag: cpp,physics
home: http://code.google.com/p/bullet/
repo: svn checkout http://bullet.googlecode.com/svn/trunk/ bullet-read-only
------------------------------------------------------------------
name: cairo graphics
tag: c,2d,graphics
home: http://cairographics.org/
repo: git clone git://anongit.freedesktop.org/git/cairo
repo: git clone git://anongit.freedesktop.org/git/pixman.git
------------------------------------------------------------------
name: canvas2image
tag: javascript,html5
home: http://www.nihilogic.dk/labs/canvas2image/
------------------------------------------------------------------
name: cakejs
tag: javascript,html5,animation
home: http://code.google.com/p/cakejs/
repo: svn checkout http://cakejs.googlecode.com/svn/trunk/ cakejs-read-only
------------------------------------------------------------------
name: CEGUI
tag: cpp,ui
home: http://www.cegui.org.uk/wiki/index.php/Main_Page
repo: svn co https://crayzedsgui.svn.sourceforge.net/svnroot/crayzedsgui/cegui_mk2/trunk cegui_mk2-trunk
repo: svn co https://crayzedsgui.svn.sourceforge.net/svnroot/crayzedsgui/CELayoutEditor/trunk LayoutEditor
repo: svn co https://crayzedsgui.svn.sourceforge.net/svnroot/crayzedsgui/CEImagesetEditor/trunk ImagesetEditor
------------------------------------------------------------------
name: chipmunk-physics
tag: c,physics
home: http://code.google.com/p/chipmunk-physics/
repo: svn checkout http://chipmunk-physics.googlecode.com/svn/trunk/ chipmunk-physics-read-only
------------------------------------------------------------------
name: ClanLib
tag: cpp,game engine
home: http://clanlib.org/wiki/Main_Page
------------------------------------------------------------------
name: cocos2d-iphone
tag: objc,2d,game engine
home: http://www.cocos2d-iphone.org/
repo: git clone git://github.com/cocos2d/cocos2d-iphone.git
------------------------------------------------------------------
name: cocos2d-x
tag: cpp,2d,game engine
repo: git clone git://github.com/cocos2d/cocos2d-x.git
------------------------------------------------------------------
name: DevIL
tag: c,image
home: http://openil.sourceforge.net/
repo: svn co https://openil.svn.sourceforge.net/svnroot/openil openil
------------------------------------------------------------------
name: dojo
tag: javascript,framework
home: http://www.dojotoolkit.org/
repo: svn checkout http://svn.dojotoolkit.org/src/
------------------------------------------------------------------
name: EASTL
tag: cpp
home: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2271.html
repo: git clone git://github.com/paulhodge/EASTL.git
------------------------------------------------------------------
name: FreeImage
tag: cpp,image
home: http://freeimage.sourceforge.net
------------------------------------------------------------------
name: FreeType
tag: c,font
home: http://freetype.sourceforge.net/index2.html
------------------------------------------------------------------
name: G3D
tag: cpp,3d,game engine
home: http://g3d.sourceforge.net/
repo: cvs -z3 -d:pserver:anonymous@g3d.cvs.sf.net:/cvsroot/g3d co -P G3D
repo: cvs -z3 -d:pserver:anonymous@g3d.cvs.sf.net:/cvsroot/g3d co -P data
------------------------------------------------------------------
name: galaxyengine
tag: Mac,iOS,game engine
home: http://code.google.com/p/galaxyengine/
repo: svn checkout http://galaxyengine.googlecode.com/svn/trunk/ galaxyengine-read-only
------------------------------------------------------------------
name: glib
tag: c,framework
home: http://www.gtk.org/
repo: git clone git://git.gnome.org/glib
------------------------------------------------------------------
name: glibc
tag: c,framework
home: http://www.gnu.org/software/libc/
repo: git clone git://sourceware.org/git/glibc.git
------------------------------------------------------------------
name: glut
tag: c,opengl
home: http://www.opengl.org/resources/libraries/glut/
------------------------------------------------------------------
name: gtk+
tag: c,ui,framework
home: http://www.gtk.org/
repo: git clone git://git.gnome.org/gtk+
------------------------------------------------------------------
name: gx
tag: javascript,animation
home: http://gx.riccardodegni.net/
------------------------------------------------------------------
name: iup
tag: c,lua,ui
home: http://www.tecgraf.puc-rio.br/iup/
------------------------------------------------------------------
name: jQuery
tag: javascript,framework
home: http://jquery.com/
repo: git clone git://github.com/jquery/jquery.git
------------------------------------------------------------------
name: jQuery-ui
tag: javascript,ui
home: http://jqueryui.com/
repo: git clone git://github.com/jquery/jquery-ui.git
------------------------------------------------------------------
name: libRocket
tag: cpp,ui
home: http://librocket.com
repo: git clone git://github.com/lloydw/libRocket.git
------------------------------------------------------------------
name: loki
tag: cpp,framework
home: http://loki-lib.sourceforge.net/
repo: svn co https://loki-lib.svn.sourceforge.net/svnroot/loki-lib loki-lib
------------------------------------------------------------------
name: love2d
tag: cpp,2d,game engine
home: http://love2d.org/
repo: hg clone http://bitbucket.org/rude/love
------------------------------------------------------------------
name: mootools-core
tag: javascript,framework
home: http://mootools.net/
repo: git clone git://github.com/mootools/mootools-core.git
------------------------------------------------------------------
name: mootools-more
tag: javascript,framework
home: http://mootools.net/
repo: git clone git://github.com/mootools/mootools-more.git
------------------------------------------------------------------
name: mochaui
tag: javascript,ui
home: http://mochaui.org/
repo: git clone git://github.com/mui/mochaui.git
------------------------------------------------------------------
name: ogre3d
tag: 3d,cpp
home: http://www.ogre3d.org/
------------------------------------------------------------------
name: OpenSceneGraph
tag: cpp,3d,opengl
home: http://www.openscenegraph.org/projects/osg
------------------------------------------------------------------
name: opensteer
tag: cpp,ai
home: http://opensteer.sourceforge.net/
refs: http://www.red3d.com/cwr/
------------------------------------------------------------------
name: owyl
tag: python,ai
home: http://code.google.com/p/owyl/
repo: svn checkout http://owyl.googlecode.com/svn/trunk/ owyl-read-only
------------------------------------------------------------------
name: prototype
tag: javascript,framework
home: http://www.prototypejs.org/
repo: git clone git://github.com/sstephenson/prototype.git
------------------------------------------------------------------
name: physFS
tag: c,filesystem
home: http://icculus.org/physfs
repo: hg clone http://hg.icculus.org/physfs
------------------------------------------------------------------
name: RenderEngine-js
tag: javascript,game engine
home: http://www.renderengine.com/
home: http://code.google.com/p/renderengine/
repo: svn checkout http://renderengine.googlecode.com/svn/trunk/ renderengine-read-only
------------------------------------------------------------------
name: SDL
tag: c,framework
home: http://www.libsdl.org/hg.php
repo: hg clone http://hg.libsdl.org/SDL
repo: hg clone -u SDL-1.2 http://hg.libsdl.org/SDL SDL-1.2
------------------------------------------------------------------
name: wykobi
desc: Wykobi is an extremly efficient, robust and simple to use C++ 2D/3D oriented computational geometry library.
tag: cpp,geometry
home: http://www.wykobi.com/
------------------------------------------------------------------
name: yajl
tag: json,c
home: http://lloyd.github.com/yajl/
repo: https://github.com/lloyd/yajl.git
------------------------------------------------------------------
name: yui3
tag: javascript,framework,ui
home: http://developer.yahoo.com/yui/
repo: git clone git://github.com/yui/yui3.git
------------------------------------------------------------------