Skip to content

eibanezdepablo/aectech-2024-kpf-ttcore-worskhop

 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 77.3%
  • CSS 11.9%
  • JavaScript 10.0%
  • HTML 0.8%