aashkann / rhino-compute

Rhino-compute boiler plate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grasshopper on the Web: Creating Websites with Rhino.Compute, Vue, and Three.js.

Learn to build a custom web interface for real-time control and display of Grasshopper definitions. In this workshop, you will learn how to prepare your Grasshopper scripts to run on the web with Rhino.Compute. You will also explore the basics of Vue.js, a user-friendly web framework, enabling you to create a beautiful and reusable web interfaces that can control your Grasshopper definition inputs. Additionally, you will gain experience with Three.js web geometry library to develop dynamic and custom 3D scenes in your website.

Prerequisites

Installation Instructions

  • Rhino 7
  • Hops
  • Visual Studio Code
  • Node
  • Git
  • Github

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

About

Rhino-compute boiler plate

License:MIT License


Languages

Language:Vue 77.6%Language:CSS 11.6%Language:JavaScript 10.0%Language:HTML 0.8%