Skip to content

Commit 80f4941

Browse files
[meta] upate readme with note about new project structure
1 parent 1fb0ca9 commit 80f4941

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.org

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,35 @@ A preliminary list of other projects using this library:
175175
The project was originally structured into a number of separate
176176
modules, which have now been consolidated.
177177

178+
*Important note:* For time reasons, the graph below is still
179+
reflecting the previous structure (up until v0.0.908) - it will be
180+
updated ASAP. Several namespaces have been added, migrated, renamed or
181+
merged:
182+
183+
| *Previous* | *Current/new* |
184+
|----------------------------------+-------------------------------|
185+
| =thi.ng.geom.core.vector= | =thi.ng.geom.vector= |
186+
| =thi.ng.geom.core.matrix= | =thi.ng.geom.matrix= |
187+
| =thi.ng.geom.core.quaternion= | =thi.ng.geom.quaternion= |
188+
| =thi.ng.geom.core.utils= | =thi.ng.geom.utils= |
189+
| =thi.ng.geom.core.macros.vector= | =thi.ng.geom.macros.vector= |
190+
| =thi.ng.geom.core.macros.matrix= | =thi.ng.geom.macros.matrix= |
191+
| =thi.ng.geom.core.intersect= | =thi.ng.geom.utils.intersect= |
192+
| =thi.ng.geom.core.subdiv= | =thi.ng.geom.utils.subdiv= |
193+
| =thi.ng.geom.mesh.delaunay= | =thi.ng.geom.utils.delaunay= |
194+
| =thi.ng.geom.types.utils= | =thi.ng.geom.utils= (merged) |
195+
| =thi.ng.geom.types.utils.ptf= | =thi.ng.geom.ptf= |
196+
|----------------------------------+-------------------------------|
197+
| | =thi.ng.geom.attribs= |
198+
| | =thi.ng.geom.indexedmesh= |
199+
| | =thi.ng.geom.meshface= |
200+
| | =thi.ng.geom.webgl.camera= |
201+
| | =thi.ng.geom.webgl.constants= |
202+
| | =thi.ng.geom.webgl.glmesh= |
203+
204+
All examples now share the common ns prefix: =thi.ng.geom.examples.*=
205+
(sources & docs located in =/examples= dir)
206+
178207
[[./assets/overview.png]]
179208

180209
*** core

0 commit comments

Comments
 (0)