Skip to content

Commit

Permalink
refactoring module index files, updating deps (cljx & shadergraph),
Browse files Browse the repository at this point in the history
update example section
  • Loading branch information
postspectacular committed Feb 25, 2015
1 parent 0b5f1b8 commit d530a9e
Show file tree
Hide file tree
Showing 8 changed files with 158 additions and 221 deletions.
46 changes: 21 additions & 25 deletions geom-core/src/index.org
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,22 @@ the other library modules).

ALPHA quality, in active development.

* Namespaces

- [[./core.org][thi.ng.geom.core]]
- [[./intersect.org][thi.ng.geom.core.intersect]]
- [[./matrix.org][thi.ng.geom.core.matrix]]
- [[./quaternion.org][thi.ng.geom.core.quaternion]]
- [[./subdiv.org][thi.ng.geom.core.subdiv]]
- [[./utils.org][thi.ng.geom.core.utils]]
- [[./vector.org][thi.ng.geom.core.vector]]

* Tests

- [[../test/core.org][thi.ng.geom.core.test.core]]

* Module definition

** Building & testing this project

Please see the [[file:../../src/index.org][parent project]] for further information.
Expand All @@ -38,19 +54,7 @@ thi.ng/geom-core
target/geom-core-<<conf-version()>>.js
#+END_SRC

** Release history

| *Version* | *Released* | *Description* | *Lein coordinates* | *Tagged Github URL* |
|-----------+------------+--------------------+-------------------------+-------------------------------------------|
| 0.2.0 | 2014-03-10 | 1st public release | =[thi.ng/geom "0.2.0"]= | https://github.com/thi-ng/geom/tree/0.2.0 |

** Contributors

| *Name* | *Role* | *Website* |
| [[mailto:[email protected]][Karsten Schmidt]] | initiator & principal developer | [[http://postspectacular.com][postspectacular.com]] |
| | | [[http://thi.ng][thi.ng]] |

** Leiningen coordinates
** Leiningen coordinates :noexport:

#+BEGIN_SRC clojure :noweb yes :noweb-ref lein-coords
[<<project-name>> "<<conf-version()>>"]
Expand Down Expand Up @@ -147,16 +151,8 @@ symbol =version= holding the version string defined above:
(def version "<<conf-version()>>")
#+END_SRC

* Namespaces

- [[./core.org][thi.ng.geom.core]]
- [[./intersect.org][thi.ng.geom.core.intersect]]
- [[./matrix.org][thi.ng.geom.core.matrix]]
- [[./quaternion.org][thi.ng.geom.core.quaternion]]
- [[./subdiv.org][thi.ng.geom.core.subdiv]]
- [[./utils.org][thi.ng.geom.core.utils]]
- [[./vector.org][thi.ng.geom.core.vector]]

* Tests
** Contributors

- [[../test/core.org][thi.ng.geom.core.test.core]]
| *Name* | *Role* | *Website* |
| [[mailto:[email protected]][Karsten Schmidt]] | initiator & principal developer | [[http://postspectacular.com][postspectacular.com]] |
| | | [[http://thi.ng][thi.ng]] |
42 changes: 19 additions & 23 deletions geom-meshops/src/index.org
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,20 @@ versions forthcoming.

ALPHA quality, in active development.

* Namespaces

- [[./csg.org][thi.ng.geom.mesh.csg]]
- [[./delaunay.org][thi.ng.geom.mesh.delaunay]]
- [[./io.org][thi.ng.geom.mesh.io]]
- [[./meshops.org][thi.ng.geom.mesh.ops]]
- [[./subdivision.org][thi.ng.geom.mesh.subdivision]]

* Tests

- [[../test/core.org][Tests]]

* Module definition

** Building & testing this project

Please see the [[file:../../src/index.org][parent project]] for further information.
Expand All @@ -31,19 +45,7 @@ thi.ng/geom-meshops
target/geom-meshops-<<conf-version()>>.js
#+END_SRC

** Release history

| *Version* | *Released* | *Description* | *Lein coordinates* | *Tagged Github URL* |
|-----------+------------+--------------------+-------------------------+-------------------------------------------|
| 0.2.0 | 2014-03-10 | 1st public release | =[thi.ng/geom "0.2.0"]= | https://github.com/thi-ng/geom/tree/0.2.0 |

** Contributors

| *Name* | *Role* | *Website* |
| [[mailto:[email protected]][Karsten Schmidt]] | initiator & principal developer | [[http://postspectacular.com][postspectacular.com]] |
| | | [[http://thi.ng][thi.ng]] |

** Leiningen coordinates
** Leiningen coordinates :noexport:

#+BEGIN_SRC clojure :noweb yes :noweb-ref lein-coords
[<<project-name>> "<<conf-version()>>"]
Expand Down Expand Up @@ -140,14 +142,8 @@ symbol =version= holding the version string defined above:
(def version "<<conf-version()>>")
#+END_SRC

* Namespaces

- [[./csg.org][thi.ng.geom.mesh.csg]]
- [[./delaunay.org][thi.ng.geom.mesh.delaunay]]
- [[./io.org][thi.ng.geom.mesh.io]]
- [[./meshops.org][thi.ng.geom.mesh.ops]]
- [[./subdivision.org][thi.ng.geom.mesh.subdivision]]

* Tests
** Contributors

#+INCLUDE: "../test/core.org" :minlevel 2
| *Name* | *Role* | *Website* |
| [[mailto:[email protected]][Karsten Schmidt]] | initiator & principal developer | [[http://postspectacular.com][postspectacular.com]] |
| | | [[http://thi.ng][thi.ng]] |
33 changes: 15 additions & 18 deletions geom-physics/src/index.org
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ integration]] and an extensible behavior system.

ALPHA quality, in active development.

* Namespaces

- [[./core.org][thi.ng.geom.physics.core]]

* Tests

- [[../test/core.org][test/core.org]]

* Module definition

** Building & testing this project

Please see the [[file:../../src/index.org][parent project]] for further information.
Expand All @@ -30,18 +40,7 @@ thi.ng/geom-physics
target/geom-physics-<<conf-version()>>.js
#+END_SRC

** Release history

| *Version* | *Released* | *Description* | *Lein coordinates* | *Tagged Github URL* |
|-----------+------------+--------------------+-------------------------+-------------------------------------------|

** Contributors

| *Name* | *Role* | *Website* |
| [[mailto:[email protected]][Karsten Schmidt]] | initiator & principal developer | [[http://postspectacular.com][postspectacular.com]] |
| | | [[http://thi.ng][thi.ng]] |

** Leiningen coordinates
** Leiningen coordinates :noexport:

#+BEGIN_SRC clojure :noweb yes :noweb-ref lein-coords
[<<project-name>> "<<conf-version()>>"]
Expand Down Expand Up @@ -138,10 +137,8 @@ symbol =version= holding the version string defined above:
(def version "<<conf-version()>>")
#+END_SRC

* Namespaces

- [[./core.org][thi.ng.geom.physics.core]]

* Tests
** Contributors

- [[../test/core.org][test/core.org]]
| *Name* | *Role* | *Website* |
| [[mailto:[email protected]][Karsten Schmidt]] | initiator & principal developer | [[http://postspectacular.com][postspectacular.com]] |
| | | [[http://thi.ng][thi.ng]] |
39 changes: 18 additions & 21 deletions geom-svg/src/index.org
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,19 @@ uses [[http://github.com/weavejester/hiccup][hiccup]] to serialize assets as SVG

ALPHA quality, in active development.

* Namespaces

- [[./core.org][thi.ng.geom.svg.core]]
- [[./renderer.org][thi.ng.geom.svg.renderer]]
- [[./shaders.org][thi.ng.geom.svg.shaders]]
- [[./examples.org][examples]]

* Tests

- [[../test/core.org][Tests]]

* Module definition

** Building & testing this project

Please see the [[file:../../src/index.org][parent project]] for further information.
Expand All @@ -38,18 +51,7 @@ target/geom-svg-<<conf-version()>>.js
[hiccup "1.0.5"]
#+END_SRC

** Release history

| *Version* | *Released* | *Description* | *Lein coordinates* | *Tagged Github URL* |
|-----------+------------+--------------------+-------------------------+-------------------------------------------|

** Contributors

| *Name* | *Role* | *Website* |
| [[mailto:[email protected]][Karsten Schmidt]] | initiator & principal developer | [[http://postspectacular.com][postspectacular.com]] |
| | | [[http://thi.ng][thi.ng]] |

** Leiningen coordinates
** Leiningen coordinates :noexport:

#+BEGIN_SRC clojure :noweb yes :noweb-ref lein-coords
[<<project-name>> "<<conf-version()>>"]
Expand Down Expand Up @@ -149,13 +151,8 @@ symbol =version= holding the version string defined above:
(def version "<<conf-version()>>")
#+END_SRC

* Namespaces

- [[./core.org][thi.ng.geom.svg.core]]
- [[./renderer.org][thi.ng.geom.svg.renderer]]
- [[./shaders.org][thi.ng.geom.svg.shaders]]
- [[./examples.org][examples]]

* Tests
** Contributors

#+INCLUDE: "../test/core.org" :minlevel 2
| *Name* | *Role* | *Website* |
| [[mailto:[email protected]][Karsten Schmidt]] | initiator & principal developer | [[http://postspectacular.com][postspectacular.com]] |
| | | [[http://thi.ng][thi.ng]] |
70 changes: 33 additions & 37 deletions geom-types/src/index.org
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,34 @@ operations:

ALPHA quality, in active development.

* Namespaces

- [[./aabb.org][thi.ng.geom.aabb]]
- [[./basicmesh.org][thi.ng.geom.basicmesh]]
- [[./bezier.org][thi.ng.geom.bezier]]
- [[./circle.org][thi.ng.geom.circle]]
- [[./cuboid.org][thi.ng.geom.cuboid]]
- [[./gmesh.org][thi.ng.geom.gmesh]]
- [[./line.org][thi.ng.geom.line]]
- [[./path.org][thi.ng.geom.path]]
- [[./plane.org][thi.ng.geom.plane]]
- [[./polygon.org][thi.ng.geom.polygon]]
- [[./quad.org][thi.ng.geom.quad]]
- [[./rect.org][thi.ng.geom.rect]]
- [[./spatialtree.org][thi.ng.geom.spatialtree]]
- [[./sphere.org][thi.ng.geom.sphere]]
- [[./tetrahedron.org][thi.ng.geom.tetrahedron]]
- [[./triangle.org][thi.ng.geom.triangle]]
- [[./types.org][thi.ng.geom.types]]
- [[./utils.org][thi.ng.geom.types.utils]]
- [[./ptf.org][thi.ng.geom.types.utils.ptf]]

* Tests

- [[../test/protocols.org][thi.ng.geom.types.test.protocols]]

* Module definition

** Building & testing this project

Please see the [[file:../../src/index.org][parent project]] for further information.
Expand All @@ -76,19 +104,7 @@ thi.ng/geom-types
target/geom-types-<<conf-version()>>.js
#+END_SRC

** Release history

| *Version* | *Released* | *Description* | *Lein coordinates* | *Tagged Github URL* |
|-----------+------------+--------------------+-------------------------+-------------------------------------------|
| 0.2.0 | 2014-03-10 | 1st public release | =[thi.ng/geom "0.2.0"]= | https://github.com/thi-ng/geom/tree/0.2.0 |

** Contributors

| *Name* | *Role* | *Website* |
| [[mailto:[email protected]][Karsten Schmidt]] | initiator & principal developer | [[http://postspectacular.com][postspectacular.com]] |
| | | [[http://thi.ng][thi.ng]] |

** Leiningen coordinates
** Leiningen coordinates :noexport:

#+BEGIN_SRC clojure :noweb yes :noweb-ref lein-coords
[<<project-name>> "<<conf-version()>>"]
Expand Down Expand Up @@ -184,29 +200,9 @@ symbol =version= holding the version string defined above:
(def version "<<conf-version()>>")
#+END_SRC

* Namespaces

- [[./aabb.org][thi.ng.geom.aabb]]
- [[./basicmesh.org][thi.ng.geom.basicmesh]]
- [[./bezier.org][thi.ng.geom.bezier]]
- [[./circle.org][thi.ng.geom.circle]]
- [[./cuboid.org][thi.ng.geom.cuboid]]
- [[./gmesh.org][thi.ng.geom.gmesh]]
- [[./line.org][thi.ng.geom.line]]
- [[./path.org][thi.ng.geom.path]]
- [[./plane.org][thi.ng.geom.plane]]
- [[./polygon.org][thi.ng.geom.polygon]]
- [[./quad.org][thi.ng.geom.quad]]
- [[./rect.org][thi.ng.geom.rect]]
- [[./spatialtree.org][thi.ng.geom.spatialtree]]
- [[./sphere.org][thi.ng.geom.sphere]]
- [[./tetrahedron.org][thi.ng.geom.tetrahedron]]
- [[./triangle.org][thi.ng.geom.triangle]]
- [[./types.org][thi.ng.geom.types]]
- [[./utils.org][thi.ng.geom.types.utils]]
- [[./ptf.org][thi.ng.geom.types.utils.ptf]]

* Tests
** Contributors

- [[../test/protocols.org][thi.ng.geom.types.test.protocols]]
| *Name* | *Role* | *Website* |
| [[mailto:[email protected]][Karsten Schmidt]] | initiator & principal developer | [[http://postspectacular.com][postspectacular.com]] |
| | | [[http://thi.ng][thi.ng]] |

Loading

0 comments on commit d530a9e

Please sign in to comment.