Skip to content

Releases: pixano/pixano-elements

Fix unwanted rectangle creation while panning

06 Jul 11:03
Compare
Choose a tag to compare

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

02 Jun 21:23
Compare
Choose a tag to compare
  • Fix canvas panning instability in view-controls.ts: change getLocalPosition to manual computation of relative mouse position

Add keypoints (pxn-graph) + temporal rectangle (pxn-tracking)

02 Jun 11:40
Compare
Choose a tag to compare

Source

  • Add pxn-graph for skeleton annotation
  • Add pxn-tracking and pxn-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

22 Apr 11:10
Compare
Choose a tag to compare

Dependencies

Documentation

  • Add coding guidelines documentation

Add additional HTTP server in demos

22 Apr 06:03
Compare
Choose a tag to compare

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

21 Apr 16:19
Compare
Choose a tag to compare

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

22 Mar 16:42
Compare
Choose a tag to compare

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