-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
just link to real readme in the root readme
- Loading branch information
1 parent
a584930
commit aa2ff1e
Showing
1 changed file
with
2 additions
and
17 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 |
---|---|---|
@@ -1,21 +1,6 @@ | ||
# Plant builder repo | ||
|
||
This is a monorepo containing multiple packages centered around procedural generation of plants specifically. | ||
|
||
## [Plant Builder](Packages/com.dman.plantbuilder) | ||
|
||
[![openupm](https://img.shields.io/npm/v/com.dman.plantbuilder?label=openupm®istry_uri=https://package.openupm.com)](https://openupm.com/packages/com.dman.plantbuilder/) | ||
|
||
Node graph based editing for assembling meshes, with only a few available nodes. | ||
|
||
## [L System](Packages/com.dman.l-system) | ||
# [L System](Packages/com.dman.l-system) | ||
|
||
[![openupm](https://img.shields.io/npm/v/com.dman.l-system?label=openupm®istry_uri=https://package.openupm.com)](https://openupm.com/packages/com.dman.l-system/) | ||
|
||
An implementation of an L System parser and a 3D Turtle interpreter | ||
|
||
## [Mesh draft extensions](Packages/com.dman.MeshDraftExtensions) | ||
|
||
[![openupm](https://img.shields.io/npm/v/com.dman.mesh-draft-extensions?label=openupm®istry_uri=https://package.openupm.com)](https://openupm.com/packages/com.dman.mesh-draft-extensions/) | ||
|
||
Extensions to the [Procedural Toolkit](https://github.com/Syomus/ProceduralToolkit) library, including integration with the [Spline Mesh](https://github.com/benoit-dumas/SplineMesh) library. Mostly focused around appending to existing MeshDrafts, and wrapping mesh drafts around a spline using the algorithm from the Spline Mesh library. | ||
An implementation of an L System parser, 3D Turtle interpreter, and environment based interactions for the organs. Further details in the [package readme](Packages/com.dman.l-system) |