Update Readme.md

This commit is contained in:
markpmlim 2018-12-08 10:01:05 +08:00
parent 672de46e5e
commit 4399c39bae
1 changed files with 12 additions and 0 deletions

View File

@ -4,8 +4,11 @@ The aim of this project (in the form of a Swift playground) is to investigate if
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.
@ -13,20 +16,29 @@ Because of changes in the interfaces, it is necessary to edit the file "Converte
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.