Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

EliteClubSessions

Members
  • Content Count

    8
  • Joined

  • Last visited

  • Days Won

    13

Posts posted by EliteClubSessions

  1. On 7/9/2018 at 4:23 AM, freacknate09 said:

    Where can I download the programs shown? I am gonna get the libraries, but I want those programs also

    1. It's an application market from MineOS (can be installed via pastebin run 0nm5b1ju)
    2. It's an IDE that comes with MineOS
    3. Settings application for changing wallpapers, screensavers, formatting disks, etc. Also comes with MineOS
    4. Draconic reactor control application, source code was lost on server a year ago
    5. Raycasting demo application, it's available to download in App Market
    6. Weather forecasting is also available to download in same place
    7. Something like Steam trade market, i'm too lazy to share it cause of binding to specific php scripts
    8. 3D rendering application. Also can be downloaded from App Market
  2. PgjHnyn.png Qf2nBht.png

    oxOM8KC.png c8c83ca6d4c852d12b2d95499e150042.png

    218659c1dac6c3bfae3632e3fb1a08a6.png 7eed4855a7d60a6a4a38d076bb3d9ced.png

    d03dfd6d1be3cac6a8b8725a095685fb.png c973c94965710b5544a91355986ca045.png

    This is an object-oriented library, the main priority of which is the maximum possible performance. It works on the double buffering concept, it has a lot of widgets, animations and custom event handlers support. All programs from the screenshots above are implemented with its help. If you want to develop a fast and beautiful program in just a few lines of code without butthurt - then this library is made for you.


    Detailed illustrated documentation, installation methods and tons of practical examples are available at:

    https://github.com/IgorTimofeev/GUI

  3. Super nice, but:

    * Scroll in license in installer is crashing

    * You should really consider using some package manager like OPPM/MPT for that

    * I have a strong feeling that this was ported from CC, structure of the files sort of doesn't fit OpenOS, have a look at this http://www.thebuzzmedia.com/wp-content/uploads/2007/09/linux_file_structure.jpg

    * With package manager packages wouldn't create mess in root directory

    * you REALLY, REALLY should use something like /home/[user]/Desktop/SomeApp.app, or at least /root/Desktop/some.app for app launchers, having all things inside the root (/) directory is not nice at all.

     

    Other loose suggestion for you is that you could adapt plan9k kernel(pipes package on mpt), to get multitasking and more security due to sandboxing. Learning how to use it may be a bit hard, but if you'd have a go at it you can catch me on IRC. Your entrypoint would be /bin/init.lua and you wouldn't have to modify Full OS to plug your functionality into something above BIOS level

    More on mpt: http://oc.cil.li/index.php?/topic/92-mpt-minecraft-packaging-toolbeta/

     

    The whole system looks really nice. In case it'd stay on top of OpenOS, it only needs some work here-and-there, like translations of things, small bugfixes, and it would be even worth seeing it on loot disk.

    And YAY, first(?) proper gui based shell/os in OC world.

     

    Thanks for the tips, there is definitely a lot of things to ponder about.

  4. Ki5bX0I.gif

    MineOS is a GUI based operating system for the OpenComputers Minecraft mod. It has extensive customisation abilities as well as an app market to publish your creations among the OS community. For developers there is wonderful illustrated wiki with lots of code examples. List of main features:

    • Multitasking
    • Double buffered graphical user interface
    • Language packs and software localization
    • Multiple user profiles with password authentication
    • Own EEPROM firmware with boot volume choose/format/rename features and Internet Recovery mode
    • File sharing over the local network via modems
    • Client connections to real FTP servers
    • An internal IDE with syntax highlighting and debugger
    • Integrated application and library App Market with the ability to publish your own scripts and programs for every MineOS user
    • Error reporting system with the possibility to send information to developers
    • Animations, wallpapers, screensavers, color schemes and huge customization possibilities
    • Open source system API and detailed documentation

    How to install?

    The easiest way is to use default OpenOS wget script. Insert an OpenOS floppy disk to computer, insert an Internet Card, turn computer on and type the following command to install MineOS. You can use middle mouse button or insert key to paste it from cliboard:

    wget -f https://raw.githubusercontent.com/IgorTimofeev/MineOS/master/Installer/BIOS.lua /tmp/bios.lua && flash -q /tmp/bios.lua && reboot

    System requirements:

    • OpenOS installed on Tier 3 HDD
    • Internet Card
    • Tier 3 GPU
    • 2x Tier 3 RAM
    • Tier 3 CPU

    Wiki:

    https://github.com/IgorTimofeev/MineOS/wiki

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.