Thomas Alrek

Results 16 issues of Thomas Alrek

I am unable to change the default valueSpecifier for the MultiLineChartView. It shows percentage no matter what I do. ## Description ```swift MultiLineChartView( data: [(device.voltageMeasurements, GradientColors.green)], title: "Voltage", form: ChartForm.extraLarge,...

I couldn't find an answer to this in the readme. Do anyone know if this module is compatible with Browserify? I am trying to make a webapp, using a module...

Hello. Thanks for this great piece of software. I was wondering if it was possible to hide the port number in the Shared Sites tab. I am running the server...

good first issue

Unable to build om macOS. The dependencies isn't found by the compiler

The engine should be rewritten in ES6 (ES2015). Then we don't have to implement our own extend and clone methods

enhancement
help wanted

It looks weird. It animates for a few frames, and then resets

bug

ParticleSystem should have a loop variable, that makes it looping, or single shot.

enhancement

Each GameObject should have a _gc method, that returns true/false if the object should be garbage collected. If true, JSGame should clear it from it's children object

enhancement

GameObject should have a Physics prototype, that implements a crude physics engine. This engine should also take into consideration each GameObjects rotation, if possible, and implement methods such as addForce()....

enhancement