Re: [Mu] OOP: A study case

From: Michele Andreoli (m.andreoli@tin.it)
Date: Tue Apr 22 2003 - 21:25:39 CEST

  • Next message: Michele Andreoli: "Re: [Mu] Cloning problem"

    On Tue, Apr 22, 2003 at 08:24:47PM +0200, Gabriele Alberti nicely wrote:

    > Interesting topic.
    > I would like to do something too..the only problem is that 95% of apps use X11 layer..
    > How to get rid of it?

    The toolkit is a graphics toolkit for an embedded-like linux system. I suppose to
    not have XWindow: only a character screen with colors (a linux console) or, optionally,
    the framebuffer graphics.

    When I finished, the same app will work with differents graphics primitives,
    triggering them with a switch. Example:

            app -vcs (the app work on the console)
            app -fb (the app work on the framebuffer)

    Obiously, it is possible to implement, in the future, an X subsystem, such that
    "app -X" can works, or also "app -gtk", using ad additional layer.

    >Writing a series of wrappers could be a solution, but not so easy
    > to do...did you think about a solution or do you intend just to provide a small amount
    > of software revisited by you?

    No, no. I'm rewriting totally everything, from scratch, with the primary scope
    to learn C++ and object-oriented programming.

    Not only I'm writing the entire class structure, but even the basic drivers that
    talks with keyboard and mouse and generate events for the toolkit.

    I'm sure, you will reamins astonished seeing my (text-only) colored windows that
    fly in the screen and collides together :-)

    Michele

    -- 
    Living on Earth may be expensive, but it includes an annual free trip
    around the Sun.				[Anonymous]
    -------------------------------------------------------
    This sf.net email is sponsored by:ThinkGeek
    Welcome to geek heaven.
    http://thinkgeek.com/sf
    _______________________________________________
    Mulinux-forum mailing list
    Mulinux-forum@lists.sourceforge.net
    https://lists.sourceforge.net/lists/listinfo/mulinux-forum
    

  • Next message: Michele Andreoli: "Re: [Mu] Cloning problem"

    This archive was generated by hypermail 2.1.6 : Tue Apr 22 2003 - 21:28:37 CEST