All Projects → woodsbagot → WombatGH

woodsbagot / WombatGH

Licence: GPL-3.0 license
Wombat for Grasshopper

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to WombatGH

dendro
volumetric modeling for grasshopper built on top of openvdb
Stars: ✭ 47 (+23.68%)
Mutual labels:  grasshopper, rhino3d
RobotComponents
A Grasshopper plugin for intuitive robot programming
Stars: ✭ 30 (-21.05%)
Mutual labels:  grasshopper, rhino3d
gh-web-ui
Package for building web-based User Interfaces (UI) in Rhino Grasshopper.
Stars: ✭ 69 (+81.58%)
Mutual labels:  grasshopper, rhino3d
compas fab
Robotic fabrication package for the COMPAS Framework.
Stars: ✭ 75 (+97.37%)
Mutual labels:  rhino3d
groundhog
A Grasshopper plugin, a set of reference models, and a wiki that collectively explore the applications of computational design techniques in landscape architecture.
Stars: ✭ 20 (-47.37%)
Mutual labels:  grasshopper
K3D tests
Unit tests for the Finite Element Toolkit Karamba3D
Stars: ✭ 24 (-36.84%)
Mutual labels:  rhino3d
clipper
Implementation for the clipper library in rhino and grasshopper.
Stars: ✭ 55 (+44.74%)
Mutual labels:  grasshopper
rhino-secrets
A short overview on the secrets of Rhino 3D & Grasshopper.
Stars: ✭ 28 (-26.32%)
Mutual labels:  grasshopper
gismo
Gismo is a free Grasshopper plugin for GIS environmental analysis
Stars: ✭ 67 (+76.32%)
Mutual labels:  grasshopper
speckle-sharp
.NET SDK, Schema and Connectors: Revit, Rhino, Grasshopper, Dynamo, ETABS, AutoCAD, Civil3D & more.
Stars: ✭ 214 (+463.16%)
Mutual labels:  grasshopper
glTF-Rhino
Support for glTF 2.0 files in Rhino
Stars: ✭ 37 (-2.63%)
Mutual labels:  rhino3d
import 3dm
Blender importer script for Rhinoceros 3D files
Stars: ✭ 225 (+492.11%)
Mutual labels:  rhino3d
firehopper
Rhino Grasshopper's RESTful interface for Google Firebase
Stars: ✭ 18 (-52.63%)
Mutual labels:  grasshopper
Impala
Parallel High-Performance Components for Rhino/Grasshopper
Stars: ✭ 32 (-15.79%)
Mutual labels:  rhino3d
RhinoLink
Wolfram Language interface to Rhino3D
Stars: ✭ 23 (-39.47%)
Mutual labels:  rhino3d

WombatGH

This is the source code for the Wombat Grasshopper library. The most recent build can be found on Food4Rhino

How to Use

This project is built using Visual Studio, so you'll need to install that to get started. After that:

  1. git clone https://github.com/woodsbagot/WombatGH.git
  2. Open the solution (WombatGH/WombatGH.sln) in Visual Studio.
  3. Build the solution (right click on Solution 'WombatGH' -> Build Solution)
  4. The Grasshopper library (GHA) file is configured to build to WombatGH/bin/<config>/WombatGH.gha. You'll need to copy it to your Grasshopper components directory, or use GrasshopperDeveloperSettings command to tell Grasshopper to look in your /debug/ directory for the assembly.

Find a bug? Want a new feature?

Open an issue on the project's Github page. Please check previous issues to make sure you're not duplicating what's already there, and be as descriptive as possible! If you're up for it, you could even fix the bug yourself & become a contributor:

Contributing

We're excited that you want to help improve WombatGH! This project uses a forking workflow for contributions. You can read about the basics here. An overview:

  1. Fork this repo to create your own copy of the repo.
  2. Clone your fork so you can make local changes.
  3. Commit your changes to your fork.
  4. When you're ready, open a pull request. We'll review it, and if it's approved we'll merge your fork back into the master.

Reminder, you may want to keep your fork in sync with the master. This doesn't happen automatically! These two commands will pull the changes from the this repository and push them to your forked repository:

git pull upstream master
git push origin master

Contributors

These tools were initially built by Andrew Heumann and Brian Ringley on behalf of the Woods Bagot Design Technology team. Previously maintained by Matthew Swaidan. They are currently maintained by Andrea Tassera.

A big thank you to all the Woods Bagot project staff whose requests and testing made these tools possible!

License

GPL v3.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].