Justinfront

Results 9 issues of Justinfront

There is no haxe starter kit listed here, there are entries from Go, Typescript, Coffee etc... http://andrewhfarmer.com/starter-project/ Ideally it would include redux, electron, react-routing... ? These two kits look interesting...

help wanted
question

Aduros Can I find this Format class elsewhere, just parsing flump json is something that is not really tied just to flambe, but I did not find this class elsewhere...

haxe.ui.toolkit.controls.Image line 135 fails on haxe 3.2 when accessing var gif:Gif = GifDecoder.parseByteArray(ResourceManager.instance.getBytes(res)); when accessing com.yagp.GifDecoder with the following messages C:/HaxeToolkit/haxe/lib/yagp/1,1,4/com/yagp/GifDecoder.hx:82: characters 35-53 : js.html.Uint8Array should be haxe.io.BytesData C:/HaxeToolkit/haxe/lib/yagp/1,1,4/com/yagp/GifDecoder.hx:82: characters...

I tried the ListView in html5, it works but does not seem to mask properly and the creation time with long lists times out the browser, if I limit creation...

ready
requires investigation

Hi I tried to use this as a subcomponent of a 2D react app but the webgl seemed to take over the context and a side menu bar I had...

I was just thinking that the Readme does not list TS libraries tested/used against, users should be encouraged to submit these with notes? By creating a list of libraries it...

On mac using many dll like the ones associated with GTK require the related dylib's used to be associated properly. Currently there is no documentation on how this should be...

Azrafe7 If they are correct these would seem useful... ``` public function setPixelColorAndAlpha( x: Int, y: Int, col: Int, alpha: Int ) { var pos = (y * this.width +...

Azrafe7 I was thinking that it would be ideal to have hxPixel abstraction above: https://github.com/HaxeFoundation/format/tree/master/format/jpg https://github.com/HaxeFoundation/format/tree/master/format/gif https://github.com/HaxeFoundation/format/tree/master/format/png https://github.com/HaxeFoundation/format/tree/master/format/swf https://github.com/HaxeFoundation/format/tree/master/format/bmp I am thinking that a complementary library hxVector might be ideal...