Home | Reviews | GUIpedia | Forum | Fun500
Brandon | UpdateIts 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-27 | 5:26 PM |
aguma | Re:UpdateSpark 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-27 | 8:53 PM |
Todd | Re:UpdateNo 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-27 | 9:44 PM |
aguma | Re:Updateidk, but it runs faster than all my other ones (lol) | 2008-09-27 | 9:59 PM |
ksr | Re:UpdateI'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-28 | 10:42 AM |
GUIs
2021 Brandon Cornell