Terry Cavanagh

Results 132 comments of Terry Cavanagh

``` haxe Some useful optimisation test code: import haxegon.*; class Main { function init(){ Gfx.linethickness = 5; radheight = 60; radwidth = 100; } var radwidth:Float; var radheight:Float; function update()...

Thank you! I have no idea what’s going on here, but I’ll get to the bottom of it!

Thanks, @azrafe7! I'm about to dive into 7drl, so probably not doing much on Haxegon this week. Will have this figured out for 0.13.0, though!

Atom has serious problems too. The Snowkit plugin has three dependencies, all of which require searching for them by name in the package manager - however, Atom doesn't actually list...

Created an issue on the Snowkit atom project, will reassess this if the installation process improves

https://github.com/snowkit/atom-haxe/issues/65

Hey! It would be cool to do this, but I think there are a lot of things to consider! 1) The `RenderTexture` changes sort of simulate a lock and unlock...

http://stackoverflow.com/questions/14078071/how-can-i-get-pixel-values-of-a-texture-in-starling

This works! It can be dramatically improved, and probably needs to be stress tested - but it's useable! Specific things to improve/implement: - [x] Caching the screen for repeated getpixel...

This has been slightly improved for 0.11.0! Kicking it back for final improvements.