Changes

Jump to: navigation, search

SymbOS

36 bytes added, 19:56, 13 January 2009
== Graphical user interface ==
The GUI of SymbOS works completely based on objects. Regarding the look and feel the GUI it is designed like MS windows. It contains the well-known task bar with the clock and the "start" menu and can open a big amount of windows, which can be shifted, resized and scrolled. As the complete system is written in optimized assembler, the speed of the GUI is only insignificantly under this of current systems and even faster than the original Amiga workbench.
The complete content of a window is defined with "controls". These are e.g. slider, check boxes, text lines, buttons or graphics. The background or not visible areas of a window don't need to be saved in a bit-map buffer. If an area is restored on the display, its content will just be redrawed. Because of this the SymbOS GUI works much more memory-friendlier than most other 8-bit GUIs.
<br>
== File system management ==
<br>
== Applications /&nbsp;Programs / Tools and executables ==
There are several standard applications available for SymbOS, which have beend designed as clones of well known Windows and Macintosh programs. As an example these are applications similar to the Norton Commander (SymCommander), QuickTime (SymPlay), WinAmp (SymAmp) or Minesweeper.
**[[SymPlay|SymPlay]] (video player)
**[[SymSee|SymSee]] (picture viewer)
**[[SymAmp|SymAmp]] (jukebox music player)
*'''Tools'''
**[[SymSnap|SymSnap]] (emulator snapshot loader)
**[[Pocket Calculator|Pocket Calculator]] (calculator)
**[[SYMBiFACE II rom manager|SYMBiFACE II rom manager]] (rom management for the [[SYMBiFACE II|SYMBiFACE II]])
**[[CPC TREX starter|CPC TREX starter]] (rom and disc image configuration for the [[CPC TREX|CPC TREX]])
*'''Games'''
**[[Pac-Man for SymbOS|Pac-Man for SymbOS]] (game)
**[[MineSweeper|MineSweeper]] (game)
*'''Demos and Screensavers'''
**[[Diamonds|Diamonds]] (demo)
**[[Starfield Simulation|Starfield Simulation]] (screensavers)
*'''System programs'''
**[[Control Panel|Control Panel]] (system configuration)
**[[SymShell|SymShell]] (command line interface)
<br>
=== SymStudio ===
[[SymStudio|SymStudio]] is a Windows-based IDE (integrated development environment) by [[Trebmint|Trebmint]] for SymbOS similiar to MS Visual Studio. SymStudio makes it possible to develop SymbOS applications in Assembler or Basic ("SymBasic"). It is also possible to convert PC graphics and videos into the SymbOS format ([[Format:SGX (SymbOS graphic files)|SGX]], [[Format:VID (SymbOS video files)|VID]]). Have a look at [[SymStudio|its article]] for more information. Currently there is only a beta version available.
<br>
== Porting and cross platform ability ==