jcward / hxtelemetry

Haxe Telemetry Generator for hxScout
MIT License
61 stars 13 forks source link

added hl support #55

Closed ncannasse closed 6 years ago

ncannasse commented 6 years ago

Here's HashLink support for HxScout. Only memory usage / allocations and FPS for now. It seems to work correctly, will try with more complex samples soon. Do you have any plans to open source HxScout exe sources?

jcward commented 6 years ago

Wow, cool! I'll see if I can figure out how to test it.

Yes, I plan on open sourcing hxScout. I wrote it as nearly my first project in Haxe, and quickly, so I'd really like to go over it... 1) to cleanup a bit, but mostly 2) to try and improve performance. I used a lot of typedefs that I want to try to improve -- maybe @:structInit will help? I'll add you to the repo.