A converter for Apple IIGS graphic files
Go to file
2018-12-08 09:44:32 +08:00
ConverterIIGS320.playground A converter for Apple IIGS graphic files 2018-12-08 09:28:41 +08:00
documentation A converter for Apple IIGS graphic files 2018-12-08 09:28:41 +08:00
.gitattributes Initial commit 2018-12-08 09:22:39 +08:00
.gitignore A converter for Apple IIGS graphic files 2018-12-08 09:28:41 +08:00
Readme.md Update Readme.md 2018-12-08 09:44:32 +08:00

Metal version of GraphicConverterIIGS.

The aim of this project (in the form of a Swift playground) is to investigate if it's possible to use a metal kernel function to convert a IIGS graphic to an instance of MTLTexture which will be rendered by a pair of vertex-fragment functions.

Requirements: XCode 8.x, Swift 3.x or later Hardware: A graphics processor which supports the Metal API Knowhow: how to run a Swift playground

Because of changes in the interfaces, it is necessary to edit the file "Converter.swift" to run the playground demo in XCode 9.x or later.

To understand the source code, the programmer should have

a) a sound knowledge of the Fundamentals of the Metal API, b) know the structure of an Apple IIGS graphic file with the format $C1/$0000, and, c) basic knowledge of the Apple IIGS video hardware.

Acknowledgements:

Author: Marius Horga For posting all those articles on "Using MetalKit" at http://metalkit.org

Author: Warren Moore For posting all articles on www.metalbyexample.com

Author: Andy McFadden For making his CiderPress source code available on the Internet.

Apple Computer For making many Metal tutorials as well as articles available for downloading.