Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Opencroquet

Posted by michael on Wed Mar 12, 2003 09:01 AM
from the thwock-thwock dept.
zymano writes "OSnews has some information about Opencroquet, a 3d operating system worked on by Alan Kay, who also is one of the inventors of Smalltalk, one of the fathers of object oriented programming, conceiver of the laptop computer, inventor of much of the modern windowing GUI. The OS is a 3D environment running through the Squeak environment on top of another operating system. It requires a supported 3D accelerator. Squeak is an interpreted language similar to Smalltalk. Could be ssslooooww. Way cool screenshot."
This discussion has been archived. No new comments can be posted.
Opencroquet | Log In/Create an Account | Top | 380 comments (Spill at 50!) | Index Only | Search Discussion
Display Options Threshold:
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
(1) | 2
  • Assuming it unusable quite soon... (Score:5, Informative)

    by Quill_28 (553921) on Wednesday March 12 2003, @09:04AM (#5493208)
    (Last Journal: Monday January 17 2005, @09:36AM)
    Summary

    Croquet had the working name of Tea until recently. You will see many references to Tea in the system, in the code, and even in this document. Just
    assume that when you see Tea, we mean Croquet.

    Croquet was built to answer a simple question. If we were to create a new operating system and user interface knowing what we know today, how far
    could we go. What kinds of decisions would we make that we might have been unable to even consider 20 or 30 years ago, when the current set of
    operating systems were first created.

    The landscape of possibilities has evolved tremendously in the last few years. Without a doubt, we can consider Moore's law and the Internet as the two
    primary forces that are colliding like tectonic plates to create an enormous mountain range of possibilities. Since every existing OS was created when the
    world around it was still quite flat, they were not designed to truly take advantage of the heights that we are now able to scale.

    What is perhaps most remarkable about this particular question is that in answering it, we find that we are revisiting much of the work that was done in
    the early sixties and seventies that ultimately led to the current successful architectures. One could say that that in reality, this question was asked long
    ago, and the strength of the answer has successfully carried us for a quarter century. On the other hand, the current environments are really just the thin
    veneer over what even long ago were seriously outmoded approaches to development and design. Most of the really good fundamental ideas that people
    had were left on the cutting room floor.

    That isn't to say that they thought of everything either. A great deal has happened in the last few decades that allows for some fundamentally new
    approaches that could not have been considered at the time.

    We are making a number of assumptions:

    Hardware is fast - really fast, but other than for booting Windows or playing Quake no one cares - nor can they really use it. We want to take advantage
    of this power curve to enable a richer experience.

    3D Graphics hardware is really, really fast and getting much faster. This is great for games, but we would like to unlock the potential of this technology to
    enhance the entire user experience.

    Late bound languages have experienced a renaissance in both functionality and performance. Extreme late-bound systems like LISP and Smalltalk have
    often been criticized as being too slow for many applications, especially those with stringent real-time demands. This is simply no longer the case, and as
    Croquet demonstrates, world-class performance is quite achievable on these platforms.

    Communication has become a central part of the computing experience, but it is still done through the narrowest of pipes, via email or letting someone
    know that they have just been converted into chunks in Quake. We want to create a true collaboration environment, where the computer is not just a
    world unto itself, but a meeting place for many people where ideas can be expressed, explored, and transferred.

    Code is just another media type, and should be just as portable between systems. Late binding and component architectures allow for a valuable
    encapsulation of behaviors that can be dynamically shared and exchanged.

    The system should act as a virtual machine on top of any platform. We are not creating just another application that runs on top of Windows, or the
    Macintosh - we are creating a Croquet Machine that is highly portable and happens to run bit-identical on Windows, Macintosh, Linux, and ultimately on
    its own hardware... anywhere we have a CPU and a graphics processor. Once the virtual machine has been ported, everything else follows; even the
    bugs are the same. Most attempts at true multiplatform systems have turned out to be dangerous approximations (cf. Java) rather than the bit-identical
    "mathematically guaranteed" ports that are required.

    There are no boundaries in the system. We are creating an environment where anything can be created; everything can be modified, all in the 3D world.
    There is no separate development environment, no user environment. It is all be the same thing. We can even change and author the worlds in
    collaboration with others inside them while they are operating .

    The existing operating systems are like the castles that were owned by their respective Lords in the Middle Ages. They were the centers of power, a way
    to control the population and threaten the competition. Sometimes, a particular Lord would become overpowering, and he would get to declare himself as
    King. This was great for the King. And not to bad for the rest of the nobles, but in the end - technology progressed and people started blowing holes in
    the sides of the castles. The castles were abandoned. Technology does this.
  • Mirror (Score:5, Informative)

    by Anonymous Coward on Wednesday March 12 2003, @09:06AM (#5493219)

    summary.html [mrhostbot.com]

    teapot.jpeg [mrhostbot.com]

    Croquet0.1.pdf [mrhostbot.com]

    I grabbed the summary text and screenshot as well as the Croquet user manual in anticipation of /. effect. Thank MrHOSTBOT [mrhostbot.com] for the free bandwidth.

    Oh, and people seemed to be labeled "karma whore" just because they post useful (mirror) links, so I guess I'll stick to A.C. in order to please the masses.

  • I can see how this will become. by termos (Score:2) Wednesday March 12 2003, @09:06AM
  • well by Anonymous Coward (Score:2) Wednesday March 12 2003, @09:07AM
    • 1 reply beneath your current threshold.
  • ouch.... (Score:5, Funny)

    by Keebler71 (520908) on Wednesday March 12 2003, @09:07AM (#5493232)
    (Last Journal: Saturday March 17 2007, @08:48AM)
    ...conceiver of the laptop computer

    I hope he had good birthing hips... that sounds uncomfortable.

    • Re:ouch.... by WolfWithoutAClause (Score:3) Wednesday March 12 2003, @09:18AM
      • Re:ouch.... by arkane1234 (Score:1) Wednesday March 12 2003, @12:12PM
    • Re:ouch.... by cygnusx197 (Score:1) Wednesday March 12 2003, @11:05AM
      • Re:ouch.... by cygnusx197 (Score:2) Wednesday March 12 2003, @11:11AM
    • Re:ouch.... by chrisos (Score:1) Wednesday March 12 2003, @02:04PM
  • prototype? by TobiasSodergren (Score:2) Wednesday March 12 2003, @09:09AM
    • Re:prototype? (Score:5, Informative)

      by brandonY (575282) on Wednesday March 12 2003, @09:29AM (#5493399)
      I think not. Compiling would mitigate the whole point. The idea is that it's a perfect virtual machine, with exactly the same code for every system, plus a tiny little bit of specific OS code in C at the very bottom. Squeak's available for so many platforms because it takes this approach. Anybody can knock out a new version in no time, while with something with Java, a new version is a major undertaking and is sure to come with its own unique bugs. Besides, Squeak is actually surprisingly fast for a true OO, VM-based system. It can even handle movie-playing and some 3D stuff with surprisingly good speed. Yay VMs!
      [ Parent ]
      • Re:prototype? by bbqBrain (Score:1) Wednesday March 12 2003, @02:14PM
      • 1 reply beneath your current threshold.
    • Re:prototype? (Score:5, Informative)

      by RevAaron (125240) <revaaron AT hotmail DOT com> on Wednesday March 12 2003, @09:46AM (#5493540)
      (http://slashdot.org/none)
      A correction to the original post:

      Squeak isn't an interpreted language like Perl or Basic (usually) is. Squeak is compiled, but to bytecode. The bytecode is then JIT-compiled or interpreted. Never is the code itself interpreted.
      [ Parent ]
      • Re:prototype? by jim3e8 (Score:3) Wednesday March 12 2003, @10:59AM
        • Re:prototype? by Cliffton Watermore (Score:1) Wednesday March 12 2003, @01:55PM
        • Re:prototype? by RevAaron (Score:2) Wednesday March 12 2003, @01:55PM
        • Re:prototype? by Mr Z (Score:1) Wednesday March 12 2003, @02:00PM
      • Re:prototype? by Russ Nelson (Score:2) Monday March 24 2003, @11:10PM
    • Compiled by turgid (Score:2) Wednesday March 12 2003, @09:48AM
    • Re:prototype? by Anonymous Coward (Score:1) Wednesday March 12 2003, @11:00AM
      • 1 reply beneath your current threshold.
    • 1 reply beneath your current threshold.
  • How can an OS be 3D? by Anonymous Coward (Score:2) Wednesday March 12 2003, @09:10AM
  • Nifty! by defile (Score:2) Wednesday March 12 2003, @09:11AM
    • Re:Nifty! by TulioSerpio (Score:3) Wednesday March 12 2003, @09:23AM
      • Re:Nifty! by fatcat1111 (Score:1) Wednesday March 12 2003, @11:09AM
    • Re:Nifty! by tpr (Score:1) Wednesday March 12 2003, @12:53PM
  • Squeak / Small Talk Truly Awesome! by notbob (Score:2) Wednesday March 12 2003, @09:14AM
  • no OS for u! by XshadowstarX (Score:1) Wednesday March 12 2003, @09:14AM
  • Way Cool Screenshot (Score:3, Insightful)

    by nherc (530930) on Wednesday March 12 2003, @09:16AM (#5493293)
    (Last Journal: Thursday October 25, @03:12PM)
    Way cool screenshot.

    Hmm, the main link was slashdotted, so I tried the OS's website http://www.opencroquet.org [opencroquet.org]. Maybe they should change their main graphic to the "Way Cool screenshot" rather than the Monet looking Croquet game they have going on right now. They might garner a bit more interest.

  • mirror of screenshot (Score:3, Informative)

    by oever (233119) on Wednesday March 12 2003, @09:16AM (#5493298)
    (http://www.vandenoever.info/)
    Here's the screenshot [fenk.wau.nl]
    It's not too spectacular, if you ask me.
  • Licensing? by big_gibbon (Score:2) Wednesday March 12 2003, @09:17AM
    • Re:Licensing? by brandonY (Score:1) Wednesday March 12 2003, @09:33AM
    • Re:Licensing? by jitterbug (Score:3) Wednesday March 12 2003, @11:25AM
  • real 3d by W32.Klez.A (Score:1) Wednesday March 12 2003, @09:19AM
  • Wicket. (Score:3, Funny)

    Insert witty Wicket joke here.

    And what happens if two Croquet machines have packet collisions? Which one gets to make the croquet shot?

    -S
    • Re:Wicket. by viper21 (Score:2) Wednesday March 12 2003, @09:41AM
      • Re:Wicket. by DanCo (Score:2) Wednesday March 12 2003, @11:08AM
    • 2 replies beneath your current threshold.
  • I want to see it... (Score:3, Funny)

    by myLobster (528056) on Wednesday March 12 2003, @09:20AM (#5493322)
    (http://slashdot.org/)

    "Way cool screenshot."
    That sort of link is red rag to a bull...
    Slashdotted already...
  • it's a stretch (Score:3, Insightful)

    by LMCBoy (185365) on Wednesday March 12 2003, @09:20AM (#5493325)
    (http://www.30doradus.org/ | Last Journal: Wednesday September 25 2002, @12:31AM)
    The OS is a 3D environment running through the Squeak environment on top of another operating system.

    OK, I didn't RTFA, but...if it runs on top of another OS, it can't really be called an OS itself, can it? I mean, win95 jokes aside, isn't it just a fancy GUI then?
    • Re:it's a stretch by Anonymous Coward (Score:1) Wednesday March 12 2003, @09:31AM
    • Re:it's a stretch (Score:4, Informative)

      by RevAaron (125240) <revaaron AT hotmail DOT com> on Wednesday March 12 2003, @09:43AM (#5493514)
      (http://slashdot.org/none)
      Yes and no. Squeak itself is an operating system which is usually hosted on another OS, like Unix or Windows. However, it is possible for it to run on the bare metal, and there has been some work towards that end. You can even write new hardware drivers in Smalltalk. This is x86 only so far- most people are content to run it ontop of another OS for now, so there hasn't been a huge push towards getting rid of the inferior host OSes quite yet.
      [ Parent ]
      • 1 reply beneath your current threshold.
    • Re:it's a stretch (Score:4, Funny)

      by TheRaven64 (641858) on Wednesday March 12 2003, @12:31PM (#5495027)
      (http://theravensnest.org/ | Last Journal: Tuesday November 27, @07:07AM)
      OK, I didn't RTFA, but...if it runs on top of another OS, it can't really be called an OS itself, can it?

      No, the usual term for a program which runs on top of an OS but still seems to want to implement all the features of an Os is 'emacs'.

      [ Parent ]
  • 3D OS by SirLantos (Score:2) Wednesday March 12 2003, @09:21AM
    • Re:3D OS by Mr2cents (Score:1) Wednesday March 12 2003, @09:47AM
      • Hamilton by jbolden (Score:2) Wednesday March 12 2003, @03:31PM
    • Re:3D OS (Score:5, Insightful)

      by kinnell (607819) on Wednesday March 12 2003, @09:49AM (#5493576)
      I don't think we decided anything. This is a research project. Developing something new is always good (and I get the impression there's more to it than just a 3D window manager). Even if what you develop is rubbish, at least we learn what path not to follow. Hypothetically, focusing everybody's effort on refining one idea to perfection will result in improvement in the short term for that one idea, but it would be a tremendous waste of creativity.
      [ Parent ]
    • Re:3D OS by Anonvmous Coward (Score:3) Wednesday March 12 2003, @11:38AM
  • 2 trends... by gmuslera (Score:2) Wednesday March 12 2003, @09:23AM
  • crossplatform 3DNA by Wino (Score:1) Wednesday March 12 2003, @09:23AM
  • Does anyone else get the feeling (Score:4, Insightful)

    by arvindn (542080) on Wednesday March 12 2003, @09:24AM (#5493355)
    (http://arvindn.livejournal.com/ | Last Journal: Monday June 16 2003, @12:39AM)
    ... that this guy's ideas are always way ahead of his time?

    Like smalltalk. Early 70s, IIRC. The problem of managing increasing software complexity, which object orientation (partly) solved, became significant only much later.

    I don't think 3d enviromnents are an idea whose time has come. Slowness is only part of the problem. We really don't have the software infrastructure to scale UI complexity to those levels. Maybe for special applications, but not as a general UI design paradigm.

    There are no boundaries in the system. We are creating an environment where anything can be created; everything can be modified, all in the 3D world. There is no separate development environment, no user environment. It is all be the same thing. We can even change and author the worlds in collaboration with others inside them while they are operating .
    Certainly futuristic.
    • Re:Does anyone else get the feeling by __past__ (Score:2) Wednesday March 12 2003, @09:41AM
      • 1 reply beneath your current threshold.
    • Re:Does anyone else get the feeling by binner1 (Score:1) Wednesday March 12 2003, @09:45AM
    • Re:Does anyone else get the feeling (Score:4, Insightful)

      by ajs (35943) <ajs@aj[ ]om ['s.c' in gap]> on Wednesday March 12 2003, @10:53AM (#5494174)
      (http://www.ajs.com/~ajs/)
      The real question is, scale UI complexity to *what* levels?

      There are a lot of folks who will arm-wave at the idea of 3D UIs. I've yet to see a 3D UI that a) renders on current 2D screens and b) provides any significant advantage over the 2D concepts of window-stacking, iconification, virtual screens and alpha-channel blending.

      Some of these concepts are still in the "time to market" stage (e.g. alpha-channel blending), but given their application, the idea of tracking UI objects in three dimensions (which increases memory usage) isn't really going to buy you much.

      Take a look at the screen-shots. Squint. Try to convince yourself that you're looking at a rendered background with several overlapping windows. Now ask yourself: do the addition of perspective and a z-axis for window movement improve the situation, or just add complexity?
      [ Parent ]
    • Re:Does anyone else get the feeling by evenflow (Score:1) Thursday March 13 2003, @03:24AM
    • Re:Does anyone else get the feeling by arkane1234 (Score:1) Wednesday March 12 2003, @01:17PM
    • 1 reply beneath your current threshold.
  • A quote from the summary: by Elledan (Score:2) Wednesday March 12 2003, @09:26AM
  • Smalltalk misconceptions (Score:5, Informative)

    by jarober61 (598836) on Wednesday March 12 2003, @09:28AM (#5493380)
    (http://www.cincomsmalltalk.com/blog/blogView)
    It's cool to see Smalltalk getting noticed, but the misconceptions continue to run amok. Smalltalk is not typically interpreted - like Java, it's a JIT'ed language. The major commercial versions all use a JIT, and there's an experimental one for Squeak around - check the Squeak home page at http://www.squeak.org If you are curious about the commercial implementations - all of which have free downloads - check out this site: http://www.whysmalltalk.com
  • Good Show! by kinnell (Score:2) Wednesday March 12 2003, @09:28AM
  • Real Estate (Score:5, Interesting)

    by devnullkac (223246) on Wednesday March 12 2003, @09:29AM (#5493392)
    (http://slashdot.org/)
    While I've never used a 3D GUI (other than Quake), the problem I perceive from the outside looking in (so to speak) is that a 15 inch, 19 inch, or even 24 inch computer monitor is an awfully narrow window through which to view the world. My eyes can flit about the physical 3D space of my office quite quickly, but if the virtual 3D space I want to view is larger than my screen, I can't move my eyes beyond the screen edge without using my hands.

    Until this problem is overcome, either with giant screens, head-mounted displays, or some bizarre gesture-controlled scrolling (like head tilts), I can't see 3D GUIs becoming more than a curiosity because they consume too much 2D screen space without giving enough virtual space back.
  • not slow (Score:5, Informative)

    by g4dget (579145) on Wednesday March 12 2003, @09:30AM (#5493403)
    Squeak's byte code engine is better than Perl's or Python's, and there is a JIT available (although it's nowhere near as good as Sun's JIT for Java). And you can translate time-critical stuff into native code using a batch compiler and some manual intervention.

    But raw execution speed isn't all that counts. Because Squeak has everything in one address space (unlike Gnome/KDE) and doesn't need to load anything on the fly (unlike Java), it's actually very responsive and uses comparatively little memory.

    I don't think Squeak or anything based on it is going to replace mainstream desktops now or in the future. But it is an interesting platform for experimentation. It's also historically interesting because you can see the kinds of environments people already had available in 1980 (Smalltalk-80 is contained in Squeak).

    • is too slow by cryptoluddite (Score:3) Wednesday March 12 2003, @10:41AM
      • Re:is too slow by g4dget (Score:2) Wednesday March 12 2003, @11:58AM
      • Re:is too slow by Ian Bicking (Score:2) Wednesday March 12 2003, @02:22PM
      • 1 reply beneath your current threshold.
    • Re:not slow by ajs (Score:2) Wednesday March 12 2003, @10:46AM
      • Re:not slow by g4dget (Score:2) Wednesday March 12 2003, @11:54AM
        • Re:not slow by ajs (Score:2) Wednesday March 12 2003, @12:23PM
          • Re:not slow by g4dget (Score:2) Wednesday March 12 2003, @04:53PM
            • Re:not slow by ajs (Score:2) Wednesday March 12 2003, @08:06PM
      • Re:not slow by karlm (Score:2) Wednesday March 12 2003, @12:10PM
        • Re:not slow by ajs (Score:2) Wednesday March 12 2003, @12:26PM
    • Re:not slow (Score:5, Insightful)

      by karlm (158591) on Wednesday March 12 2003, @11:07AM (#5494308)
      (http://slashdot.org/)
      Squeak's byte code engine is better than Perl's or Python's, and there is a JIT available (although it's nowhere near as good as Sun's JIT for Java).

      Better in what way? I'm not trying to be argumentative. For all I know, the Squeak VM allows a 486 DX2 at 66 MHz to pump out 3 teraflops on .2 watts and has been shown to cure cancer in lab rats.

      "Better" really doesn't say much. You might as well have made up a word or posted in Linear B.

      Are you talking about inherent superiority of the VM spec? Is the design simpler? Is the set of opcodes smaller or more orthogonal without sacrificing speed or functionality? Has it supported non-blocking I/O, continuances, higher order functions, and generics/templates from day 1? (Can you tell I'm a Java programmer that hated not getting java.nio.* until Java 1.4? Now for generics and continuances...) Did Dijkstra, Turing, Ken Thompson, Xavier Leroy, Ross Andersen and Linus spend a year in seclusion atop Mount Araraat inside Noah's Ark designing a VM spec that was pretty-printed by the hand of God Almighty on the one remaining wall of Solomon's temple? Is the set of opcodes inherently faster or does it result in more compact binaries? Is the set of opcodes well chosen to be easily implemented on most architectures? Is the size of an int clearly defined in the spec (as I remember, both Perl and Python say "at least 32 bits", which is a horrible spec if you want your code to run the same across architectures)? Does the set of opcodes lend itself to rapid compilation of efficient bytecode from many source language families? Are the bytecode operations and file formats well suited to JITs? Does the VM design not force a single object model on the code? Does the opcode format offer security benefits such as efficient real-time security checks on untrusted code? Are there other ways in which the design is "cleaner", "leaner", or "more efficient".

      Are you refering to the design of the curent VM implementation rather than the spec itself? Is the current VM better documented in both English and Tamil? How about clean interfaces or easy extensibility of the VM?

      Are you talking about the implementation of the current bytecode engine? Is the source code for the VM well commented in Englsih and Thai? Is the entire VM and libraary set implememted in 5,000 lines of Objective C? Is the current VM available in C, Java, Scheme, Haskel, and Intercal implementations?

      I suspect you mostly meant "the current canonical implementation is very fast". The speed of the current VM is much less important than inherent design limitations. If the current VM is 50% as fast as the fastest Perl VM, but is expected to be 25% faster than the fastest JVM in a year, that's much preferable to a 10% speed lead on Perl right now. If you change your VM spec too much or too often, people start jumping ship, but you could completely gut your VM every 2 years and very few people would take notice. You're stuck with your design.

      I'd love to hear an analysis of the Squeak VM. I hear about so many well designed VMs that get little mind share while the unwashed masses rave about CLR/Mono without giving good details about why the CLR is inherently cross-language and high performance.

      [ Parent ]
      • Re:not slow by g4dget (Score:2) Wednesday March 12 2003, @11:43AM
        • Re:not slow by karlm (Score:2) Wednesday March 12 2003, @12:23PM
      • Re:not slow by Anonymous Coward (Score:1) Wednesday March 12 2003, @01:51PM
      • Re:not slow by karlm (Score:2) Saturday March 15 2003, @06:04PM
      • 1 reply beneath your current threshold.
    • 1 reply beneath your current threshold.
  • What you say???? by Bob Abooey (Score:1) Wednesday March 12 2003, @09:33AM
  • Where's the beef? by timeOday (Score:2) Wednesday March 12 2003, @09:34AM
    • Re:Where's the beef? (Score:4, Informative)

      by fitzell (648897) on Wednesday March 12 2003, @01:28PM (#5495552)
      OK, so it's not even remotely an OS - just yet another attempt at a useful 3d GUI which could conceivably one day run on specialized hardware.
      Sure it is - it just happens to be running on top of another layer at the moment. Nothing prevents that layer from disappearing and letting the system run directly on the hardware. All you need to do is implement the bae set of primitives.
      Just like a lisp machine (except 3d graphics somehow play into it?) Woohoo! You can hack the OS while you write a letter to grandma!
      It's true. It is written in smalltalk after all. This is actually one of the coolest things about developing in Squeak. When the debugger doesn't do something the way you want, you can just subclass it and change it so it does!
      No pesky memory protection, no cumbersome file permissions! I'm freeeeee! Hey, stop reading my email!
      When he says "everything can be modified" - he is speaking theoretically. As I understand it, a lot of work is going into developing a permission system (if memory serves, I think they're playing with a capabilities-based system) and this work certainly needs to be completed before people are going to start opening their worlds up to... well the World :) The Croquet team is well aware of the issues there - it's just not their primary focus yet.
      [ Parent ]
    • Re:Where's the beef? by Piquan (Score:2) Wednesday March 12 2003, @07:58PM
  • I'm not sold on 3d by madgeorge (Score:1) Wednesday March 12 2003, @09:35AM
  • Why isn't a 2D OS enough? by Jugalator (Score:2) Wednesday March 12 2003, @09:35AM
  • Croquet virus would be like... by gosand (Score:2) Wednesday March 12 2003, @09:39AM
    • 1 reply beneath your current threshold.
  • Metaphor still broken for breakthrough usability by marko123 (Score:2) Wednesday March 12 2003, @09:40AM
  • Could be slow... by WolfWithoutAClause (Score:2) Wednesday March 12 2003, @09:42AM
  • Not what I expected by JohnCub (Score:1) Wednesday March 12 2003, @09:42AM
  • Just begging for a Slashdotting... by somethingwicked (Score:2) Wednesday March 12 2003, @09:44AM
  • Google cached image by vosbert (Score:2) Wednesday March 12 2003, @09:46AM
  • He's responsible for all that? by peterpi (Score:2) Wednesday March 12 2003, @09:52AM
  • Other 3D UIs: references and links. (Score:5, Informative)

    by androse (59759) on Wednesday March 12 2003, @09:54AM (#5493616)
    (http://ned.baldessin.fr/)
    This is the kind of stuff that is regularly discussed on Nooface [nooface.com] (a Slash site BTW).

    Ripped straight off the side bar :

    Will 3D user interfaces ever take off? With ever-growing 3D processing capabilities available on standard PC hardware, it seems only natural to pursue UI directions that take advantage of this awesome power. Moreover, the generation of users now emerging has had access to video games for as long as they could remember. As the line between video games and PCs becomes blurrier, the time may have come to think about how to apply 3D visualization techniques for more day-to-day computing tasks.

    Here are links to some of the 3DUIs that are available today:

    - FSN [sgi.com] (pronounced "fusion") produces a cyberspace rendering of a file system. This was the original 3D file system navigator shown in Jurassic Park [monash.edu.au] ("Hey, this is UNIX. I know this!").
    [Screenshot [monash.edu.au]] | [Download [sgi.com]] (IRIX)

    - FSV [sourceforge.net] is modelled after FSN, but runs on Linux. FSV lays out files and directories in 3D, geometrically representing the file system hierarchy to allow visual overview and analysis.
    [Screenshot [sourceforge.net]] | [Download [tucows.com]] (Linux)

    - Xcruise [nooface.com] lets you fly through a filesystem in 3D as if it were interplanetary space. Directories are represented as galaxies, files are represented as planets (whose mass is determined by the file size), and symbolic links are represented as wormholes.
    [Screenshot [titech.ac.jp]] | [Download [unixuser.org]] (Linux)

    - TDFSB [hgb-leipzig.de] is a 3D filesystem browser for Linux. Take a walk through your filesystem!
    [Screenshot [hgb-leipzig.de]] | [Download [hgb-leipzig.de]] (Linux)

    - Visual File System [nooface.com] is a 3D file system visualizer for Windows. The tool scans a drive selected by the user, and then models the contents of the drive in 3D, based on the directories that are selected in a tree browser on the side of the display.
    [Screenshot [manann.tng.de]] | [Download [manann.tng.de]] (Windows)

    - 3Dtop [nooface.com] is an extension for Windows that represents desktop icons in 3D, letting you to fly around your desktop. You can create coloured spotlights, background and floor textures, "paintings" (bitmaps), clocks, and "flags" that represent shortcuts.
    [Screenshot [3dtop.com]] | [Download [3dtop.com]] (Windows)

    - ROOMS [nooface.com] turns a Windows desktop into a 3D world. You can see the world either through a first person perspective or with a map view, and you can populate the world with sounds, animated images, and 3D icons.
    [Screenshot [rooms3d.com]] | [Download [rooms3d.com]] (Windows)

    - CubicEye [2ce.com] organizes windows into a navigable cube. Cubes can be arranged by thematic or functional subject matter, and can be explored either individually or collectively as part of a more comprehensive structure of multiple cubes representing various areas of interest.
    [Screenshot [2ce.com]] | [Download [2ce.com]] (Windows)

    - Vizible WorldViewer [vizible.com] distributes windows across the exterior and interior surfaces of spheres, providing the means to visualize and navigate large numbers of web pages and data sources simultaneously.
    [Screenshot [vizible.com]]

  • security by geeklawyer (Score:1) Wednesday March 12 2003, @09:57AM
    • 1 reply beneath your current threshold.
  • Tried it by ItWasThem (Score:2) Wednesday March 12 2003, @09:59AM
  • Radio interview with Alan Kay by skojt (Score:2) Wednesday March 12 2003, @10:06AM
  • Slow? by Junks Jerzey (Score:2) Wednesday March 12 2003, @10:06AM
    • 1 reply beneath your current threshold.
  • Wow...innovation with a bang by Junks Jerzey (Score:2) Wednesday March 12 2003, @10:09AM
  • On Ivory Towers and Practical Engineering by AKAImBatman (Score:1) Wednesday March 12 2003, @10:12AM
  • Wrong controls by cgenman (Score:2) Wednesday March 12 2003, @10:13AM
  • Squeak itself not slow (Score:5, Informative)

    by RevAaron (125240) <revaaron AT hotmail DOT com> on Wednesday March 12 2003, @10:18AM (#5493810)
    (http://slashdot.org/none)
    A lot of people are extrapolating from the statement about speed sans a 3D accelerator that Squeak itself is slow. Not the case. Squeak isn't interpreted, it's bytecode compiled, and the VM is quite well done. I regularily run Squeak on machines which, by today's standards are pretty slow- 75 MHz MIPS, 206 MHz StrongARM, and a 350 MHz K6-2. To me, these machines are still pretty fast and useful, Squeak making them even more so.

    Squeak has two different GUI systems which you can use- Morphic and MVC. MVC is the "original WIMP," the first ever GUI system. It has deviated a bit from what came out of Xerox almost 30 years ago, but it has the same API and most of the same source code. It has Mac-like window decorations instead of the BeOS-like tabs now a days. MVC is a lot faster than Morphic for a number of reasons. It is what I will use on the slowest of the machines I use for Squeak (75 MHz). A number of GUI APIs have been modeled after MVC over the years, including Swing (MVC is much faster, don't get me wrong!) and Cocoa AppKit.

    Morphic is what most folks use when they are running Squeak. It has a really cool programming model- applications can be built programmatically, with a GUI builder, or by directly manipulating the Morphs (graphical objects). A common example is the Rolodex- you can make on in Squeak without writing a line of code, just drag some Morphs around, make a few menu decisions, and there you go.

    Morphic is slower than MVC, but you get what you pay for (computationally!). It is still quite usably fast on a 350 MHz K6-2 (~300 MHz PII), however.

    I have not tried Croquet yet. There has been a lot of talk on the Squeak list about it, but in all honesty, 3D worlds aren't really my thing. People have been talking about the 90 MB download- most of that is media. A standard Squeak download is around 10-15 MB for the latest version, including a lot of useful classes and applications. Out-of-box memory footprint is 20 MB or so, but if you trim what you don't need, you can easily end up with a 1-3 MB image and a 2-4 MB memory footprint. This ain't Java, folks.

    I am a bit of an oddity, even within the Squeak community. I use Squeak *as* my OS, my computing environment. One could think of it rather like Emacs- a lot of applications [1] are written for it, and it is readily modifiable, so that the environment works like you want it to. Don't like the way Squeak manages windows? Make a couple small changes to a few small methods. I was once a Linux user trying to do just this to my environment, making tweaks to the WM, and it was way more work than it should be. You can imagine how excited I was when I came across Squeak- the entire system is written in Smalltalk, making changes pretty easy, no matter what part of the system they affect.

    [1] There are a number of applications written in Squeak. Most new apps are written for Morphic (rather than the older MVC). These apps include: two different forms of handwriting/gesture recognition, a simple web browser, a pretty good email client (although POP only), a couple IRC clients, a bunch of games, an vt100 terminal for use as an xterm or telnet client, all of the programming tools for writing Smalltalk, and more.
  • good name! by zloppy303 (Score:1) Wednesday March 12 2003, @10:19AM
    • 1 reply beneath your current threshold.
  • Good idea, but not where the emphasis should be by powerline22 (Score:1) Wednesday March 12 2003, @10:23AM
  • Did the pictures remind anyone else of... by shadow_slicer (Score:1) Wednesday March 12 2003, @10:26AM
    • 1 reply beneath your current threshold.
  • Could be slow? by azav (Score:1) Wednesday March 12 2003, @10:27AM
  • Multiple desktop 3D GUI by swb (Score:2) Wednesday March 12 2003, @10:30AM
  • User Interface Device by Alric (Score:2) Wednesday March 12 2003, @10:32AM
  • Information Overload (Score:3, Informative)

    by hrieke (126185) on Wednesday March 12 2003, @10:35AM (#5493965)
    (http://www.polsci.wv...ecream/icecream.html)
    How much information can the human mind handle before the datum become just noise?

    I recall reading or seeing on TV once interviews with fighter jet pilots from the Korean War, and they were complaning to the engineers that there were too many audio alerts that were distracting them from doing their job, and could they put an off switch somewhere for those alerts?

    I can see the same thing with the interface- how much data do we need to bombard ourselves with? The human mind can only subdivid our attention to so many tasks at once (I think the limit is 4 or 5).

    I certainly can see places where moving into the 3rd dimention would help, but I see those as specialized tasks, not writing a letter or reading email.
  • not necessarily slow by MarkWatson (Score:2) Wednesday March 12 2003, @10:35AM
  • the beginning by Valpis (Score:1) Wednesday March 12 2003, @10:45AM
  • Right Direction, Wrong Implementation by Obiwan Kenobi (Score:2) Wednesday March 12 2003, @10:45AM
  • Alternative 3D "platform" + screenshots by openSoar (Score:2) Wednesday March 12 2003, @10:46AM
  • Innovators by Pedrito (Score:2) Wednesday March 12 2003, @10:50AM
  • 3d World OS by Isldeur (Score:2) Wednesday March 12 2003, @10:57AM
  • Slashdot - oh so aptly named by MentalHelpDesk (Score:1) Wednesday March 12 2003, @11:01AM
  • Screenshot by peterpi (Score:1) Wednesday March 12 2003, @11:06AM
  • OSX? (Score:3, Interesting)

    by moosesocks (264553) on Wednesday March 12 2003, @11:25AM (#5494467)
    (http://www.last.fm/user/schmod)
    I wonder if Mac OSX could be easily modified to support a 3d GUI (or at least add some useful 3d effects to the GUI)... After all, Quartz Extreme does use OpenGL for most of the rendering of the desktop, which is responsible to the speed of the OSX gui.

    I wonder if we could see usability improvements by using 3d toolbars stacked on top of each other using alpha blending which could be moved by mouse gestures... very cool... Unfortunately, most of the 3d GUIs to date have only decreased usability, and been overly cumbersome.
    • 1 reply beneath your current threshold.
  • Esxciting Ideas & Hopes for Open Source by Ashetos (Score:1) Wednesday March 12 2003, @11:37AM
  • Allen Kay! by callipygian-showsyst (Score:2) Wednesday March 12 2003, @11:45AM
    • 1 reply beneath your current threshold.
  • 3d file browser by karlm (Score:2) Wednesday March 12 2003, @11:51AM
  • Designing a 3d interface by Buzz_Litebeer (Score:2) Wednesday March 12 2003, @12:16PM
  • Java comment in article by drxenos (Score:1) Wednesday March 12 2003, @12:34PM
  • BUNK: Smalltalk not OO, didn't invent GUI by cryptoluddite (Score:2) Wednesday March 12 2003, @12:38PM
  • Way Cool? by blair1q (Score:2) Wednesday March 12 2003, @12:44PM
  • Has been done by DraconPern (Score:1) Wednesday March 12 2003, @01:09PM
  • Croquet and 3d by nelsonal (Score:1) Wednesday March 12 2003, @01:15PM
  • what is 3d? by siveliini (Score:1) Wednesday March 12 2003, @01:31PM
  • MS has something like this in the works... by dotgod (Score:2) Wednesday March 12 2003, @02:22PM
  • It's called croquet... by Anonymous Coward (Score:2) Wednesday March 12 2003, @03:05PM
  • Cowboy Bebop UI? by RedDirt (Score:1) Wednesday March 12 2003, @03:45PM
  • Someone has to say it: by centron (Score:1) Wednesday March 12 2003, @03:55PM
  • 3d OS... Quartz Extreme by paradesign (Score:2) Wednesday March 12 2003, @04:06PM
  • Teabagging? by Raskolnk (Score:2) Wednesday March 12 2003, @04:43PM
  • Quite a resume by Flakeloaf (Score:2) Wednesday March 12 2003, @05:04PM
  • Cracked site? by c++ (Score:1) Wednesday March 12 2003, @05:13PM
  • Did someone deface this site, or... by MachineShedFred (Score:1) Wednesday March 12 2003, @05:19PM
  • The essential problem with 3D UIs by frenchgates (Score:1) Wednesday March 12 2003, @05:29PM
    • Exactally by DannyiMac (Score:1) Wednesday March 12 2003, @07:32PM
  • Okay... by aztektum (Score:2) Wednesday March 12 2003, @06:25PM
    • Re:Okay... by Luke (Score:2) Wednesday March 12 2003, @06:54PM
      • Re:Okay... by jitterbug (Score:1) Thursday March 13 2003, @01:07AM
  • Discontinuities... by dann0 (Score:1) Wednesday March 12 2003, @06:29PM
  • shades of Microsoft Bob anyone? by The Lynxpro (Score:1) Wednesday March 12 2003, @07:54PM
  • Astonishingly swift by werdna (Score:2) Wednesday March 12 2003, @07:55PM
  • video link by bcarlson (Score:1) Wednesday March 12 2003, @08:08PM
  • Bah.... (Score:3, Funny)

    by Carter Butts (245607) on Wednesday March 12 2003, @08:23PM (#5499637)
    This 3D-OS concept is overrated. The future is in user interfaces with non-integer dimension! CantorOS, here we come! :-)


    -Carter

  • No, I don't want gay sex, tyvm by Wally_bear (Score:1) Wednesday March 12 2003, @08:35PM
  • Hax0red? by johnthorensen (Score:2) Wednesday March 12 2003, @09:11PM
  • what the? by coaxial (Score:2) Wednesday March 12 2003, @09:29PM
  • View Source Disabled by Jouster (Score:2) Thursday March 13 2003, @11:08AM
  • Croquet? by ReinoutS (Score:1) Tuesday March 18 2003, @11:16AM
  • Re:gayest name for an OS yet = Windows by Anonymous Coward (Score:1) Wednesday March 12 2003, @09:16AM
    • 1 reply beneath your current threshold.
  • Re:Flash? (Score:3, Insightful)

    by psxndc (105904) on Wednesday March 12 2003, @09:26AM (#5493369)
    (Last Journal: Wednesday March 12 2003, @01:31PM)
    I'm dubious of anyone that assumes Flash is crap because it's misused in so many places. Flash can be amazing, especially when it's used for navigation, because it allows for absolute positioning and control as opposed to

    <table>
    spacer row...
    content...
    spacer...

    Flash is not crap. Just most people using it relegate it to stupid intro movies. It allows the developer to create a completely self contained application, free of the shackles of the HTML dinosaur.

    psxndc

    [ Parent ]
    • Re:Flash? by JimDabell (Score:3) Wednesday March 12 2003, @09:41AM
      • Re:Flash? by op51n (Score:1) Wednesday March 12 2003, @09:49AM
      • Re:Flash? by thatguywhoiam (Score:2) Wednesday March 12 2003, @10:50AM
        • Re:Flash? by JimDabell (Score:1) Wednesday March 12 2003, @11:36AM
          • Re:Flash? by thatguywhoiam (Score:3) Wednesday March 12 2003, @12:39PM
            • Re:Flash? by JimDabell (Score:2) Wednesday March 12 2003, @01:49PM
              • Re:Flash? by mixmasta (Score:1) Thursday March 13 2003, @03:57AM
                • Re:Flash? by JimDabell (Score:2) Thursday March 13 2003, @06:17AM
            • 1 reply beneath your current threshold.
          • Top 10 cutest kittens by LittleBigLui (Score:1) Wednesday March 12 2003, @12:44PM
        • Re:Flash? by Graspee_Leemoor (Score:1) Wednesday March 12 2003, @01:27PM
      • Re:Flash? by Stevedust (Score:1) Wednesday March 12 2003, @11:51AM
      • Re:Flash? by Featureless (Score:3) Wednesday March 12 2003, @12:32PM
        • Re:Flash? by JimDabell (Score:2) Wednesday March 12 2003, @01:22PM
          • Re:Flash? by Featureless (Score:2) Wednesday March 12 2003, @02:17PM
    • Re:Flash? by FooBarWidget (Score:2) Wednesday March 12 2003, @09:43AM
      • Re:Flash? by psxndc (Score:1) Wednesday March 12 2003, @10:17AM
    • Re:Flash? by Hellkitten (Score:3) Wednesday March 12 2003, @10:35AM
    • Re:Flash? by josh crawley (Score:2) Wednesday March 12 2003, @10:39AM
    • Re:Flash? by rabidcow (Score:1) Wednesday March 12 2003, @11:45AM
    • Make it optional by nurb432 (Score:2) Wednesday March 12 2003, @12:08PM
    • Re:Flash? by arkane1234 (Score:1) Wednesday March 12 2003, @01:03PM
  • Re:Flash? (Score:3, Insightful)

    by Kombat (93720) <kombat@kombat.org> on Wednesday March 12 2003, @09:34AM (#5493437)
    (http://kombat.org/)
    Why? Flash is virtually ubiquitous (77% browser penetration [lycos.com]), fast, responsive, a friendly programming API, compact, and runs on fairly low-end hardware, by today's standards.

    why are people so opposed to Flash on the net? Are they equally resentful that images have "invaded" their text-only HTML world? My website uses tables ... how evil am *I*?

    I mean, if you have a legitimate complaint (crashes your browser) or something, then that's fine, but I'm getting a little sick of people who consistently respond with knee-jerk negativity against anything remotely commercial, regardless of how useful and innovative it may be.

    It's 2003. You don't still drive 30 mph in a '55 Chevy, why would you be so resistent to modern browser plugins?

    Anyway, personally I'm glad that OS research is finally turning to the 3D realm. It only seems like the next natural progression in computer environments.

    [ Parent ]
  • What we have here ... (Score:3, Interesting)

    by Glonoinha (587375) on Wednesday March 12 2003, @10:08AM (#5493717)
    (Last Journal: Saturday October 01 2005, @10:40AM)
    What we have here is a failure to communicate /.)
    Hmmm - I made a new emoticon /.) Sort of like a one eyed smiling guy in a beret, like the French poets wear : I guess it can mean 'Oui mon dieu, my server surrenders!'

    Anyways, if I had to vote (and no, they didn't call me to ask my opinion) I would vote to have my actual processes run faster and my UI be uglier, than to have a virtual C.Zeta Jones walking around on the other side of the glass bringing me the files I requested, drop one halfway back from the 'library' and bend over at the waist to pick it up, then lean over when handing them to me to give a good look down her blouse.

    Hmmm. Scratch that. How about we get to pick at boot time : CUI interface when we need raw computational power, and the Metaverse / Library UI when we are doing regular work. Maybe be able to start the GUI processing by typing StartX at the command line ... be able to close it down when you needed to do some number crunching ... that would be sweet.

    Pretty cool idea, combines most of the important things that have been the driving forces behind generations of advancements in software / hardware ... but you forgot the most important one (pr0n).
    [ Parent ]
  • Re:Did anyone else notice... by DannyiMac (Score:1) Wednesday March 12 2003, @07:26PM
  • 33 replies beneath your current threshold.
(1) | 2