Andreas Bresser

Results 52 issues of 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

enhancement

add basic (scientific) component to show - 2D-point coordinates and - bar charts

enhancement

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).

enhancement

...with an API like the one in feathers, see https://github.com/BowlerHatLLC/feathers/blob/master/source/feathers/controls/ScrollContainer.as

feature-request

Add example for PickerList / Drop Down functionality

documentation

overwrite destroy-function and remove all listeners, destroy skins, help gc to free memory.

enhancement

keep store position of thumb and recalculate it when the scrollbar gets resized

bug

``` var btn = GOWN.Button() btn.enabled = false; ```

feature-request

see "example 7 - slider" not working

bug

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...