meshmash / Plankton

A C# half-edge mesh data structure, and components for using this in Grasshopper/Rhino
http://meshmash.github.io/Plankton
GNU Lesser General Public License v3.0
216 stars 66 forks source link

Folders #7

Closed pearswj closed 10 years ago

pearswj commented 10 years ago

A general reorganisation of the repository to allow for the addition of docs/scripts/tests/etc. in the future.

To be merged after Dan-Piker/Plankton#5 has been merged. If you're happy that is!

The only commit that is important to this PR is 0b49a35. (The rest will disappear when mesh-ops gets merged).

The addition of the lib/ folder makes cloning and building this project much easier:

  1. Clone.
  2. Copy Rhinocommon.dll, Grasshopper.dll and GH_IO.dll to the lib/ folder (and their XML documentation too if you want intellisense).
  3. Build.

Previously I would have to edit PlanktonGh.csproj to add the paths to assemblies as they are on my machine and then try to remember not to commit it along with any other changes!

pearswj commented 10 years ago

@Dan-Piker I've updated this changeset to include building all assemblies into a single output directory – src/bin/Release and src/bin/Debug – and generating the xml documentation (when in Release mode only). If you're happy with the changes, hit the big green button!