Caution
The repository has not been published to NPM/JSR.
Maxima is a v8ui / jsui graphical extension framework to build rich js interfaces in max / max4live
- Collision detection between elements
- implement missing jsthis events
- lock global eventing when currently an event is firing
constmaxima=newMaxima()constrect=Rectangle.of({x: 0,y: 0,width: 100,height: 100,background: Color.from(255,255,255,1)}).state({value: 39})maxima.add(rect)