[go: nahoru, domu]

Jump to content

CyberGraphX: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
mNo edit summary
Xorxos (talk | contribs)
Added information about CGX 5
Line 3: Line 3:
'''CyberGraphX''' (pronounced "cybergraphics"), is the one of the standard [[retargetable graphics]] [[API]] available for the [[Amiga]] and compatible operating systems. It was developed by T.Sontowski and F.Mariak and later adopted by [[Phase5|phase5]] for use with their graphics cards. Many other graphics card manufacturers who offered hardware for AmigaOS and compatible systems used it as well.
'''CyberGraphX''' (pronounced "cybergraphics"), is the one of the standard [[retargetable graphics]] [[API]] available for the [[Amiga]] and compatible operating systems. It was developed by T.Sontowski and F.Mariak and later adopted by [[Phase5|phase5]] for use with their graphics cards. Many other graphics card manufacturers who offered hardware for AmigaOS and compatible systems used it as well.


== Versions ==
#[[MorphOS]] and [[AmigaOS]] use the actual CyberGraphX software.
The latest version is CyberGraphX V5 used in [[MorphOS]]. Its features include:
#[[AROS]] has a CyberGraphX compatible system built in.
#[[AmigaOS4]] uses [[Picasso96]] (a rival [[Retargetable graphics|RTG]] system), which is mostly CyberGraphX compatible, at least up to Version 41 (also known as CyberGraphX V4).


*[[Altivec]] accelerated
With [[MorphOS]], an advanced CyberGraphX API was introduced with enhanced functionality which is not available to other graphics systems that claim to be CyberGraphX compatible.
*[[Display_Data_Channel|Display Data Channel]] support
*[[Hardware_acceleration|Hardware accelerated]] operations for [[Alpha_blending|alpha blending]], [[Tint|tinting]], [[gradients]], stretching
*[[PowerPC]] native, with support for [[AmigaOS]] drivers

[[AmigaOS]] version is no longer actively maintained and CyberGraphX V4 was the last [[Amiga]] release so far. [[AROS]] implements CyberGraphX V4 compatible API. There is [[Picasso96]] (a rival [[Retargetable graphics|RTG]] system) which is used in [[AmigaOS4]] and implements CyberGraphX V4 API with some CyberGraphX V5 API extensions.


== Subsystems of cybergraphics.library ==
== Subsystems of cybergraphics.library ==
Line 14: Line 18:
*cgxdither.library
*cgxdither.library
*cybpci.library
*cybpci.library
*ddc.library

== References ==
*[http://www.morphos-team.net/releasenotes-2.0.html MorphOS 2.0 release notes]


== External links ==
== External links ==

Revision as of 23:49, 24 November 2008

CGX redirects here. For the proposed US cruiser line, see CG(X). For the commercial printer, see Consolidated Graphics.

CyberGraphX (pronounced "cybergraphics"), is the one of the standard retargetable graphics API available for the Amiga and compatible operating systems. It was developed by T.Sontowski and F.Mariak and later adopted by phase5 for use with their graphics cards. Many other graphics card manufacturers who offered hardware for AmigaOS and compatible systems used it as well.

Versions

The latest version is CyberGraphX V5 used in MorphOS. Its features include:

AmigaOS version is no longer actively maintained and CyberGraphX V4 was the last Amiga release so far. AROS implements CyberGraphX V4 compatible API. There is Picasso96 (a rival RTG system) which is used in AmigaOS4 and implements CyberGraphX V4 API with some CyberGraphX V5 API extensions.

Subsystems of cybergraphics.library

  • cgxsystem.library
  • cgxbootpic.library
  • cgxdither.library
  • cybpci.library
  • ddc.library

References