Skip to content

Commit

Permalink
just link to real readme in the root readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmiller95 committed Jan 31, 2022
1 parent a584930 commit aa2ff1e
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions README.md
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&registry_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&registry_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&registry_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)

0 comments on commit aa2ff1e

Please sign in to comment.