A converter for Apple IIGS graphic files
Go to file
markpmlim 9011a279b3
Update Converter.swift
2021-01-26 09:50:46 +08:00
ConverterIIGS320.playground Update Converter.swift 2021-01-26 09:50:46 +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 10:01:05 +08:00

Readme.md

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.