Omnimaga

Calculator Community => Other Calculators => Topic started by: ztrumpet on November 19, 2009, 03:16:46 pm

Title: Oasis
Post by: ztrumpet on November 19, 2009, 03:16:46 pm
Here is my program Oasis. It is for this challenge. http://tibasicdev.wikidot.com/forum/t-164477#post-628597

Oasis is a basic shell that will run basic programs.  It uses Celtic III.

Let me know what you think.
Title: Re: Oasis
Post by: Eeems on November 19, 2009, 04:49:17 pm
Wow! Looks great! A little remenicent of mirage, but not quite. It looks very simple and well done, now if only I had a calc to test it!
Title: Re: Oasis
Post by: ztrumpet on November 19, 2009, 05:17:54 pm
Now if only I had a calc to test it!
lol

I was inspired a lot by mirage.
Also, I wanted to prove simple homescreen graphics can look nice.
Title: Re: Oasis
Post by: megajake03 on November 19, 2009, 05:45:16 pm
Now if only I had a calc to test it!
lol

I was inspired a lot by mirage.
Also, I wanted to prove simple homescreen graphics can look nice.
and it very much does
Title: Re: Oasis
Post by: Builderboy on November 19, 2009, 06:23:48 pm
Very awesome!  Nice and simple interface with functionality as a preference :)
Title: Re: Oasis
Post by: DJ Omnimaga on November 19, 2009, 06:31:00 pm
This is nice ^^

I wonder, for games that uses Return instead of Stop to exit completly, does these games can exit back to the shell without causing problem?
Title: Re: Oasis
Post by: ztrumpet on November 19, 2009, 06:54:10 pm
I wonder, for games that uses Return instead of Stop to exit completly, does these games can exit back to the shell without causing problem?
Return works, but not Stop.  Since Return returns and Stop stops...  :D
Title: Re: Oasis
Post by: DJ Omnimaga on November 19, 2009, 07:01:12 pm
Well, what I was wondering more is: can variable conflicts occurs? I mean, if the shell uses a variable or list in particular, then the game overwrites it, then when it returns to the shell, a RAM clear occurs due to a bad variable value used with Celtic III
Title: Re: Oasis
Post by: ztrumpet on November 19, 2009, 07:04:13 pm
Well, what I was wondering more is: can variable conflicts occurs? I mean, if the shell uses a variable or list in particular, then the game overwrites it, then when it returns to the shell, a RAM clear occurs due to a bad variable value used with Celtic III
Nope, cleaver coding prevents that.  I back up my variables needed in the AppVar that I store the Hot Keys in during program execution.  The stop dosn't remove these, so it will mess with stuff, though not bad enough for a RAM clear.  It just messes up your hot keys.  If this happens, you can just delete both AppVars.
Title: Re: Oasis
Post by: DJ Omnimaga on November 19, 2009, 07:11:29 pm
Aaah ok, good then :)
Title: Re: Oasis
Post by: Galandros on November 20, 2009, 08:58:59 am
Simple but nice.

BASIC Shells aren't a new idea but these new ones are actually very good.