-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactoring module index files, updating deps (cljx & shadergraph),
update example section
- Loading branch information
1 parent
0b5f1b8
commit d530a9e
Showing
8 changed files
with
158 additions
and
221 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
@@ -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()>>"] | ||
|
@@ -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]] | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
@@ -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()>>"] | ||
|
@@ -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]] | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
@@ -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()>>"] | ||
|
@@ -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]] | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
@@ -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()>>"] | ||
|
@@ -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]] | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
@@ -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()>>"] | ||
|
@@ -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]] | | ||
|
Oops, something went wrong.