Hyperobjects parametric modelling language library
The Hyperobjects Language is the foundation library for the Hyperobjects parametric generative tools. It is implemented as a Javascript library providing the core model and geometry classes to build parametric objects & visuals. The library also contains a couple of React components to easily create interactive interfaces to display, manipulate and render parametric models interactively.
The repository is set up for local development using a react app in the example folder.
To start development first run:
npm run start
Then in the example folder as well,
cd example
npm run start
MIT © dp50mm