Home | Reviews | GUIpedia | Forum | Fun500


BrandonUpdate
Its hard to keep track of everyone and what they are upto, so maybe we should all post here. I am currently in a kind of GUI limbo, trying to decide what to do next, iNsane, improve Fun500 4 or make 5 with a new BASIC like language. I'm also getting ready to work on my Linux distrobution again, and school is going good.
2008-09-275:26 PM

agumaRe:Update
Spark v0.2 rulez so far!!! My scripting language is low-level (thank you Todd) and looks sorta like this: =50 >475 =37 >264 etc... = sets the value of the accumulator and > puts the value of the accumulator in the specified location in RAM. =50 >475 =50 >476 =300 >477 =300 >478 =Hello! >479 !WIN That makes a window at 50,50,300,300, with a title of "Hello!". Kinda hard to understand, but I'll explain it when I release it.
2008-09-278:53 PM

ToddRe:Update
No problem, aguma. My Java professor was telling us about the JVM and how it interprets byte-code and I finally got the idea to use that in a scripter since it is simple to read and when the interpreter doesn't have to look for more than one or two commands at a time, it will load and run quicker. Does Spark run faster with that low-level scripting engine?
2008-09-279:44 PM

agumaRe:Update
idk, but it runs faster than all my other ones (lol)
2008-09-279:59 PM

ksrRe:Update
I'm trying to work on Reflow whenever I find the time. The TNT parser is mostly finished, and currently I'm planning the structure of the GUI code.
2008-09-2810:42 AM

GUIs


2021 Brandon Cornell