Re: Replacement for X-Windows?

2002-06-28 Thread Camilo Olarte
maybe you might want to use pygames too... since you want to make a file
system browser based on a game...


also (this is not from python...)check the 3d file browser .. its like a
solar system.. and every folder is like a galaxy!!

camilo olarte
- Original Message -
From: Crispin Wellington [EMAIL PROTECTED]
To: debian-user@lists.debian.org
Sent: Thursday, June 27, 2002 09:39 PM
Subject: RE: Replacement for X-Windows?


 On Thu, 2002-06-27 at 05:51, Sean 'Shaleh' Perry wrote:
   One other thing: I am stuck knowing only BASIC.  Anyone willing to
bring this
   idea to fruition, however, would have my blessings.
  
 
  go right now to http://www.python.org.  Easy, fun, elegant.  You should
be able
  to use it in about two or 3 days and be really proficient in 3 months.

 And then get the pyOpenGL bindings. Then buy the Red Book. Thats to say
 the OpenGL Programmers guide. Then you're on your way to your 3D
 interface.

 Crispin



 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED]




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



RE: Replacement for X-Windows?

2002-06-26 Thread Sean 'Shaleh' Perry
 One other thing: I am stuck knowing only BASIC.  Anyone willing to bring this
 idea to fruition, however, would have my blessings.
 

go right now to http://www.python.org.  Easy, fun, elegant.  You should be able
to use it in about two or 3 days and be really proficient in 3 months.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



RE: Replacement for X-Windows?

2002-06-26 Thread Brooks R. Robinson
| I have an idea for a cool GUI that would be intuitive, if nothing
| else.  It
| would be based on a Doom interface, where you walk from directory to
| directory.  In each Directory, there would be a room.  In the
| back wall of the
| room (as you enter) would be the door to the parent directory.
| In the front
| wall of the room would be doors leading to subdirectories.  Along
| the front
| wall would also be filing cabinets (this could also be along the
| right or left
| walls).  The filing cabinets could have a graphical
| representation of all the
| files in that directory (subdirectories not included).  Along
| with the file
| cabinets would be a metal cabinet (new file), copier (copy file) and a
| shredder (wipe file).  There would also have to be a wall panel
| in each room
| that has shortcuts that are always available to the user.  To
| open a file, one
| merely has to access a file drawer (by opening it), then select
| their file
| (which goes in to their inventory) and opening it.  This can bring up an
| associated application.  To copy a file, they take a file to the
| copier, place
| it on the machine, and press start, which produces another copy
| of the file in
| their inventory.  You can wipe the file by dropping it in to the
| shredder.
| You deselect a file by dropping it from your inventory (if you drop it in
| another directory room, you just moved it!  So be careful!).
| If you have a
| copy of a file, you can place it in whatever room you want.  I
| don't know how
| to emulate a link ...
|

I believe that there was a hack to have DOOM as an interface for linux
processes.  All of the monsters were linux processes.  The only problem was
that the monsters would kill each other in the game and subsequently kill of
the processes.  I think all of the information is at
http://www.cs.unm.edu/~dlchao/flake/doom/

HTH,

Brooks


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



RE: Replacement for X-Windows?

2002-06-26 Thread Crispin Wellington
On Thu, 2002-06-27 at 05:51, Sean 'Shaleh' Perry wrote:
  One other thing: I am stuck knowing only BASIC.  Anyone willing to bring 
  this
  idea to fruition, however, would have my blessings.
  
 
 go right now to http://www.python.org.  Easy, fun, elegant.  You should be 
 able
 to use it in about two or 3 days and be really proficient in 3 months.

And then get the pyOpenGL bindings. Then buy the Red Book. Thats to say
the OpenGL Programmers guide. Then you're on your way to your 3D
interface.

Crispin



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]