Author Topic: Feature Requests  (Read 55642 times)

0 Members and 1 Guest are viewing this topic.

SirCmpwn

  • Guest
Re: Feature Requests
« Reply #15 on: June 23, 2010, 02:57:02 pm »
Lol yeah :P

Offline matthias1992

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 408
  • Rating: +33/-5
    • View Profile
Re: Feature Requests
« Reply #16 on: July 15, 2010, 02:13:09 pm »
well i know you have tons of requests so lets rather make this a suggestion. customizable GUI! maybe that is not even possible but personally I don't like having a  castle at the bottom left corner. Not trying to offend in any way but it is just a personal preference, abstract and slick are more my ways of a GUI.

Second suggestion would be to NOT make it a mouse interface. I really hated DoorCS because of that, it's completely inpractical, just stick with the Ti-os way of doing it, it makes going from Ti-os to k-os easier.

third: Command line interface? (I seem to recall that is already planned so my apologies if I bumped it)

It is a really really cool project and quite a challenge! I never installed OS 2 from BrandonW because it did not work for me...I don't think compatability is a issue really but just make sure it easily installs.

hang on to this! as well as tiDE! and your Axe guide :P

You have, just like me, lots of projects in parallel only that your projects are thrice as complicated. Just keep going at your own pace and keep us posted about (significant) progress!

Good luck!
MASM xxxxxxxxxx aborted | SADce ====:::::: 40% -Halted until further notice| XAOS =====::::: 50% -Units done| SKYBOX2D engine ========== 100% -Pre-alpha done. Need to  document it and extend |

~Those who dream by day are cognizant of much more than those who dream by night only. -Sir Edgar Allen Poe-

SirCmpwn

  • Guest
Re: Feature Requests
« Reply #17 on: July 16, 2010, 04:45:39 am »
Thanks for the requests and the support, matthias.
As for the castle in the bottom corner, when I get home from Hawaii I can post some stuff. Sir Cmpwn is a modern Knight, and is into abstract interfaces, too ;)

Mouse interface is not happening, I describe a mouseless GUI in some of my posts and docs, here on Omnimaga and on Cemetech.  I haven't posted a ton about this, because I have not really coded any of it yet.  My current progress has been soely on the kernel.

Command line interface with modern linux syntax is planned.

I will do my best to keep other projects working, although the Axe guide has fallen far to the side.  It has not been forgotten, though, so don't worry.

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Feature Requests
« Reply #18 on: July 16, 2010, 05:07:25 am »
Maybe a TI-OS imitation (definitely not an emulator; just a flashing 5x7 cursor on a blank screen would work) for the people using the gaming interface as a sort of "teacher-proofing" trick? More students would try KnightOS that way ;)

And to add to the "abstract interfaces" discussion, how about a custom startup splash screen?

By the way, how's the kernel coming along? And good luck (on this and all the other projects, too)!




Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Feature Requests
« Reply #19 on: July 19, 2010, 02:03:13 pm »
I wish you good luck for this project and I hope nothing bad happens to it :)

Offline Galandros

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1140
  • Rating: +42/-10
    • View Profile
Re: Feature Requests
« Reply #20 on: July 23, 2010, 11:18:47 am »
Trading ASCII texts between computer<->calculator.
That would be a easy and nice feature.

And font compatible with ASCII. ;)
Hobbing in calculator projects.

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: Feature Requests
« Reply #21 on: July 24, 2010, 02:51:33 am »
I second the font compatible with ASCII ^^

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Feature Requests
« Reply #22 on: July 25, 2010, 05:08:42 am »
How about batch files and personalizable commands? The second one isn't that important, though.

Also, not having a limit on ASM programs and not having a such thing as an application (what's the difference, anyway?).




Offline Hot_Dog

  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Feature Requests
« Reply #23 on: July 25, 2010, 11:34:57 am »
Quote
Also, not having a limit on ASM programs and not having a such thing as an application (what's the difference, anyway?)

An application uses PAGES of archive space and runs from ROM.  This allows them to be big, whereas ASM programs run entirely from RAM.  The Ti-83+ processor can handle at most 64 KB of RAM, so I doubt that "applications" could be ignored entirely
« Last Edit: July 25, 2010, 11:35:32 am by Hot_Dog »

SirCmpwn

  • Guest
Re: Feature Requests
« Reply #24 on: July 25, 2010, 02:32:23 pm »
Not sure about applications, but I believe you will like programming under KOS.
ASCII is already supported.  :P
Also, the filesystem will not have restrictions, you can put any file you like on your calc, including text files from your computer, even Word files.
« Last Edit: July 25, 2010, 02:33:01 pm by SirCmpwn »

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Feature Requests
« Reply #25 on: July 25, 2010, 08:19:02 pm »
This is going to be epic :P
I was wondering, is there any way that we can customize our interface? like adding our own mouse routine if we want it or something?
/e

SirCmpwn

  • Guest
Re: Feature Requests
« Reply #26 on: July 26, 2010, 11:52:05 am »
Probably.  I haven't worked on the interface yet in code, so it is still flexible.  I was thinking that users could change their entire interfaces, sort of like KDE vs Gnome, and a particular interface could certainly support a mouse.

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Feature Requests
« Reply #27 on: July 26, 2010, 12:30:45 pm »
Ok sweet :D
Can't wait to start programming for it :)
/e

_player1537

  • Guest
Re: Feature Requests
« Reply #28 on: July 26, 2010, 04:04:19 pm »
^^ seconded

SirCmpwn

  • Guest
Re: Feature Requests
« Reply #29 on: July 26, 2010, 10:02:42 pm »
Thanks for the support.  I will be working on it a bit more in the next few minutes.