Skip to content

spacemakerai/color-buildings-tutorial

Repository files navigation

This is an Autodesk Forma sandbox extension

This extension is built using the * Forma SDK for Javascript* using an Embedded View in a floating panel.

This tutorial describes step by step how this extension was built.

What it does: Allow the user to select some buildings and change their color as illustrated below:

Building colors screenshot

How was this built

The stack is built in a vite + preact framework to enable features which are typical in a modern web developers toolbox.

Local testing

In order to work with this extension locally, make sure you follow the steps in the getting started guide.

Then, install dependencies using

npm install

and run the extension with

npm run dev

Releases

No releases published

Packages

No packages published