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:
The stack is built in a vite + preact framework to enable features which are typical in a modern web developers toolbox.
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