Subversion Repositories gelsvn

Rev

Rev 153 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 153 Rev 154
Line 242... Line 242...
242
----------------------------------------------------------------------
242
----------------------------------------------------------------------
243
 
243
 
244
Each directory under src represents a library. There are some dependencies
244
Each directory under src represents a library. There are some dependencies
245
between these libraries.
245
between these libraries.
246
 
246
 
-
 
247
 
-
 
248
 
247
lib						depends on
249
lib						depends on
-
 
250
-----------------------------------
248
CGLA 					nothing
251
CGLA 					nothing 
-
 
252
 
249
Util 					CGLA
253
Util 					CGLA
-
 
254
 
250
LinAlg 				CGLA
255
LinAlg 				CGLA
-
 
256
 
251
Geometry 			LinAlg, CGLA
257
Geometry 			LinAlg, CGLA
-
 
258
 
252
HMesh					CGLA, Util, Geometry, LinAlg (indirectly)
259
HMesh					CGLA, Util, Geometry, LinAlg (indirectly)
-
 
260
 
-
 
261
GLGraphics		Everything (since it contains general rendering
253
GLGraphics		
262
							facilities)
-
 
263
 
254
 
264
 
255
----------------------------------------------------------------------
265
----------------------------------------------------------------------
256
7. TODO
266
7. TODO
257
----------------------------------------------------------------------
267
----------------------------------------------------------------------
258
 
268