Andreas Bresser
Andreas Bresser
There are already shapes defined in PIXI. We can of course extend them but it sounds like a good idea to remove our shapes and merge with PIXI. see https://github.com/pixijs/pixi.js/tree/dev/src/core/math/shapes
add basic (scientific) component to show - 2D-point coordinates and - bar charts
looking at the code of the current PIXI this ES6 looks very nice, I think we should refactor to this (some day in the future).
...with an API like the one in feathers, see https://github.com/BowlerHatLLC/feathers/blob/master/source/feathers/controls/ScrollContainer.as
overwrite destroy-function and remove all listeners, destroy skins, help gc to free memory.
keep store position of thumb and recalculate it when the scrollbar gets resized
Hi, I noticed that the files https://github.com/TensorLab/tensorfx/blob/master/src/data/__init__.py and https://github.com/TensorLab/tensorfx/blob/master/src/training/_trainer.py are missing the dot before after the "from " import statements. So tensorfx does not run on my machine. Is this...