0 Members and 5 Guests are viewing this topic.
Well apparently they both use the same text format, so it should be good.
Quote from: Matrefeytontias on August 18, 2014, 06:24:22 pmWell apparently they both use the same text format, so it should be good.Unless it's been changed, I don't think the two use the same syntax for most special tokens (L1 for TokenIDE and {L1} for SC3 for example). <shamelessplug>But IES uses TokenIDE syntax out of the box for consistency, and comes with inline sprite editor and stuff</shamelessplug>Also, this is a nice idea. Something that might be relevant: the Our Projects board is now a bit reorganized with a subboard called Discontinued Projects, which may come in handy (?)
I got bored today, so I tried out a different algorithm for moving the snowflakes around in Dodge (our current project).The main upsides of this new algorithm are that it seems to be faster, all snowflakes move at the same time (which looks neater/more organized), and that it seems to slow down a lot less when the number of snowflakes increases (when handling a lot of them, it 'laggs' a bit when rendering the bottom line, but the movement happens at the same speed).But the algorithm also has a major downside though: it only works when moving the snowflakes up, not down. It's also a lot slower on a MathPrint OS in MathPrint mode, though it works fine in Classic mode.Here's a comparization of the new algorithm (left) and the old algorithm (right): So, should I update the code on GitHub to use this new 'engine'? Or is the change just too big?For those interested, the source file of the test program using the new algorithm is currently 203 bytes.
Do you have a GitHub account?
I sent an invite.Welcome to the team.