HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tkp

no profile record

comments

tkp
·3 years ago·discuss
It is very nice to be able to compute this in our browsers without limits or registration. The results are not always perfect but already allows having good time testing remixes or doing karaoke with friends! Thanks for sharing your work.
tkp
·4 years ago·discuss
Depending on your needs, Scribus might help with it's scripting API[1], see ScribusGenerator[2] for example.

Scribus and inkscape can import pdfs but it would be preferable to use a clean "source" format, pdf is AFAIK meant for output, like lossy compressed images.

[1] https://impagina.org/scribus-scripter-api/ [2] https://berteh.github.io/ScribusGenerator/
tkp
·4 years ago·discuss
Inkscape can be used from the commandline to export pdfs : https://wiki.inkscape.org/wiki/Using_the_Command_Line
tkp
·4 years ago·discuss
Just downloaded 1.2 for testing, and the setup/splashscreen has a "Keyboard" select with "Adobe illustrator" option.
tkp
·4 years ago·discuss
The feeling is understandable and it could be worrying, but since some years Nicolas seems to be focusing on Shiro games and game dev tooling (heaps, hide). The compiler is developed by the Haxe Foundation and the ecosystem by the community which is not that big but has quite a few talents.
tkp
·4 years ago·discuss
Heaps has it's own API, but other Haxe frameworks[1][2] reimplement the flash API. Some tools[3][4] help to convert AS3 source code to Haxe, and the typing and compiler are helpful to identify issues. So depending on the size and dependencies, conversion can be easy once you get past the main language differences.

[1] https://www.openfl.org/ [2] https://github.com/haxenme/NME [3] https://github.com/HaxeFoundation/as3hx [4] https://github.com/innogames/ax3