HN user

skavish

85 karma

co-founder at www.animatron.com

Posts15
Comments72
View on HN
[dead] 6 years ago

See the authors list. One of them, Zhengli-Li Shi, moved to Wuhan (of all places) and continued the research there after it was banned by US government.

wow! this is awesome!

I especially like that you can pass compiler options, like -O3 and see the magic :)

I wish I had something like that back in the days when I was optimizing crap out of my code

main reason is very hard to do something manually and at the same time virtually no authoring tools

everything else is just a consequence of those

until recently we had JS scripting support in the editor, i.e. you could write logic in JS and attach it to various UI elements etc. we disabled it about one month ago because of major JS API overhaul.

we will enable it back in about one month or so and you will be able to do that and many other things in a clip.

sorry about that

thanks for feedback!

we do show a message right after the registration saying that email has been sent and you need to click there to confirm.

either it was not shown for whatever reason or you did not notice it or something like that.

anyway, we will rethink the process, so that things like that won't happen. thanks again!

the player is relatively small piece of JS code and most of the time there is only one developer working on it. on the other hand the editor is quite large application and the team is 9 developers. developing this kind of app in Java with the help of excellent java tools is just much easier and maintainable than in JS.