Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 12
Hi, I create a new GUI for a Linux distribution. Here is the concept: youtube.com/watch?v=ber99qvgQ54 Hope you can help me coding Thanks, bluecode PS: You also can send me you ...
  1. #1
    Just Joined!
    Join Date
    Apr 2011
    Location
    Germany
    Posts
    0

    New GUI

    Hi,
    I create a new GUI for a Linux distribution. Here is the concept:
    youtube.com/watch?v=ber99qvgQ54

    Hope you can help me coding

    Thanks,
    bluecode

    PS: You also can send me you feedback what programms you like / not like

  2. #2
    Just Joined!
    Join Date
    Jan 2011
    Posts
    0
    I'd like to read your passage, but
    your url is unreachable.

  3. #3
    Linux Guru rokytnji's Avatar
    Join Date
    Jul 2008
    Location
    Pecos, Texas
    Posts
    2,941
    Quote Originally Posted by xuhouqing View Post
    I'd like to read your passage, but
    your url is unreachable.

    YouTube - Air Concept


    Air GUI will be a free (Open Source) Graphical User Interface for Linux and it will be installed as default on Air OS Linux (that is the distribution that I create).
    To create this Interface I need your help. If you are want to help me you can send me a message.
    Thank.

    Music: Still Playing Guitar - Grünes Land VIIb
    Category:Nonprofits & Activism
    Linux Registered User # 475019
    Lead,Follow, or get the heck out of the way
    AntiX,Puppy,Ubuntu,Windows 7=(cuz of scooters)
    Open CourseWare for Linux Geeks

  4. #4
    Just Joined!
    Join Date
    Apr 2011
    Location
    Germany
    Posts
    0
    Thank you for post the link (I can not post links because I have not enough posts).

    How do you think about it?

  5. #5
    Linux Guru rokytnji's Avatar
    Join Date
    Jul 2008
    Location
    Pecos, Texas
    Posts
    2,941
    Looks cool. But I am just a Nethanderal Biker that uses Linux. No/Nada coding skills. Sorry.
    Linux Registered User # 475019
    Lead,Follow, or get the heck out of the way
    AntiX,Puppy,Ubuntu,Windows 7=(cuz of scooters)
    Open CourseWare for Linux Geeks

  6. #6
    Trusted Penguin elija's Avatar
    Join Date
    Jul 2004
    Location
    Either at home or at work or down the pub
    Posts
    2,287
    Looks interesting. Is it aimed at tablets (touchscreen) or mouse controlled or both?
    If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)


    My new blog. It's probably not as good as I think it is.

  7. #7
    Just Joined!
    Join Date
    Apr 2011
    Location
    Germany
    Posts
    0
    First it will be mouse controlled (I only can create it mouse controlled because I have no touchscreen).
    But I would be happy if someone can help me to port it to tablet pcs

  8. #8
    Linux Enthusiast Bemk's Avatar
    Join Date
    Sep 2008
    Location
    Oosterhout-NB, Netherlands
    Posts
    522
    Sure looks interesting. I might just give it a glance once my own OS is ready to start doing graphics. Maybe it's worth porting by then.

  9. #9
    Just Joined!
    Join Date
    Apr 2011
    Location
    Germany
    Posts
    0
    Yes I think it'll be great if you can port it to other Operating Systems!
    Tell us more about your Operating System.
    Will it have some source code from Linux? How much is written in C/C++? And will it be Open Source?

  10. #10
    Linux Enthusiast Bemk's Avatar
    Join Date
    Sep 2008
    Location
    Oosterhout-NB, Netherlands
    Posts
    522
    It's GPL v3, and it was my intention to keep the code rather simple.

    It's probably more of a competitor to Minix than to Linux, as it is designed for learning purposes.

    It still is a long way away from running a graphics environment and when it is ready for it, your WM will probably have evolved to the extent of usability.

    I won't guarantee that I'll use it, for if the code is written in a Linus Torvalds manner, I probably won't use it as I want the code to be easy to read, so people can learn from it.

    I still haven't used actual Linux code, but if you want you may make contributions and if I feel it's worth including in my branch, I certainly will.

    The code can be found at https://github.com/bemk/orionOS.

    As for my progress. I'm still working on the compressed image trying to load the high memory image (with all the drivers and stuff) as a module provided by a multiboot compliant bootloader (such as grub, or the one my friend is working on).

    As for the assembly syntax. We both preffer the Intel syntax over the AT&T one, which means we use nasm.

    I have provided an openteditor.sh script which uses kate to open all the source files and make test builds and runs it in a the qemu virtual machine (it doesn't add the core image as module, so that may fail).

    Probably if you install build-essential, nasm and qemu, you should be fine. You can test it properly by using grub for now.
    Full time computer science student, spare time OS developer.
    @bemk92 on twitter.

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •