Releases: pixano/pixano-elements
Releases · pixano/pixano-elements
Fix unwanted rectangle creation while panning
graphics-2d
- Fix #1 Shape creation while panning
- Refactor canvas hit area computation on panning/wheeling
- Bump pixi.js to 5.3.0
Fix panning instability
- Fix canvas panning instability in
view-controls.ts
: changegetLocalPosition
to manual computation of relative mouse position
Add keypoints (pxn-graph) + temporal rectangle (pxn-tracking)
Source
- Add
pxn-graph
for skeleton annotation - Add
pxn-tracking
andpxn-track-panel
for track bounding box annotation - Fix
pxn-cuboid
point fitting algorithm - Add rough ground elevation for
pxn-cuboid
- Improve
pxn-cuboid
scale edition controller
Bump @material version to 0.14.1
Add additional HTTP server in demos
Demos
- Add new demo that communicates with an external HTTP server
Source
- Graphics-2d: minor debug for polygon create controller (fix removeEventListener)
Fix panning artefacts + Cuboid custom transform control + API documentation
Source
- Graphics 2d: fix panning artefacts
- Graphics 2d: rename 'update' mode to 'edit'
- Graphics 2d/3d: handle "none" mode which allows no user interaction
- Graphics 3d: add ability to resize cuboid with opposite cuboid side as origin
- Graphics 3d: simplify transform handlers colors/opacity
Documentation
- Clean up
- Add API in graphics-2d and graphics-3d: properties / methods / events
Examples: clean up + tutorials
Source
- Graphics 2d: fix persistent button cursor hover of polygons
- Canvas: new base class that renders an image with a view controlling
- Renderer: image brightness settings
Documentation
- Clean up
- Added
from scratch
component creation tutorial - Added
inherited + http
component creation tutorial