/[gzz]/gzz/doc/pegboard/projectsplit--tjl/peg.rst
ViewVC logotype

Diff of /gzz/doc/pegboard/projectsplit--tjl/peg.rst

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by tjl, Wed Feb 19 18:39:13 2003 UTC revision 1.5 by tjl, Thu Feb 20 11:12:08 2003 UTC
# Line 51  Issues Line 51  Issues
51      I.e. split metacode, storm, &c, but don't split      I.e. split metacode, storm, &c, but don't split
52      opengl and awt vob stuff.      opengl and awt vob stuff.
53    
54    - Should we really have a separate XuStorm package?
55    
56        RESOLVED: Yes. It certainly doesn't belong in Storm:
57        putting any xanalogical stuff there will just muddle
58        up potential users. On the other hand, combining
59        it with higher level stuff makes it harder for someone
60        to just get the xu stuff.
61    
62  - What should be the names of the new projects?  - What should be the names of the new projects?
63    
64  - Who will have what powers in the new packages?  - Who will have what powers in the new packages?
# Line 65  Issues Line 73  Issues
73      will hopefully clarify the goals and have the decisionmakers      will hopefully clarify the goals and have the decisionmakers
74      close to the actual work..      close to the actual work..
75    
76    - Where does mipzip stuff belong?
77    
78        RESOLVED: Even though it is currently only used for xanalogical
79        images, it belongs firmly in the vob package.
80    
81  Changes  Changes
82  =======  =======
83    
# Line 103  the same classes in ``gzz.util`` are use Line 116  the same classes in ``gzz.util`` are use
116          use UMLLinker          use UMLLinker
117          use Storm          use Storm
118    
119        package LibGLMosaicText
120            use UMLLinker
121    
122      package LibVob      package LibVob
123          use UMLLinker          use UMLLinker
124            use LibGLMosaicText
125    
126      package LibPaper      package LibPaper
127          use UMLLinker          use UMLLinker
# Line 120  the same classes in ``gzz.util`` are use Line 137  the same classes in ``gzz.util`` are use
137      ---      ---
138      XuStorm.c = Storm.c + (100, 100);      XuStorm.c = Storm.c + (100, 100);
139      LibPaper.c = LibVob.c + (100, 100);      LibPaper.c = LibVob.c + (100, 100);
140        LibGLMosaicText.c = LibVob.c - (100, 100);
141    
142      TheCoreProjectThatHasNoNameYetButIsTheRealOverallGoal.c = UMLLinker.c + (500,0);      TheCoreProjectThatHasNoNameYetButIsTheRealOverallGoal.c = UMLLinker.c + (500,0);
143    
# Line 162  Xu-Storm Line 180  Xu-Storm
180  An implementation of xanalogical hypertext on top of the distributed Storm  An implementation of xanalogical hypertext on top of the distributed Storm
181  library.  library.
182    
183    ---------------
184    LibGLMosaicText
185    ---------------
186    
187    :Maintainer: Tuomas J. Lukka
188    
189    An OpenGL library interfacing to freetype, providing
190    fonts in textures, able to dice.
191    
192    Uses templates to provide flexible interfaces, allowing
193    flexible geometry processing by the programmer.
194    
195  ------  ------
196  LibVob  LibVob
# Line 216  Todo: Line 245  Todo:
245    
246    
247    
248    
249    
250    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26