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: Requirements:
XCode 8.x, Swift 3.x or later XCode 8.x, Swift 3.x or later
Hardware: A graphics processor which supports the Metal API Hardware: A graphics processor which supports the Metal API
Knowhow: how to run a Swift playground 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. 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 To understand the source code, the programmer should have
a) a sound knowledge of the Fundamentals of the Metal API, 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, 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. c) basic knowledge of the Apple IIGS video hardware.
Acknowledgements: Acknowledgements:
Author: Marius Horga Author: Marius Horga
For posting all those articles on "Using MetalKit" at http://metalkit.org For posting all those articles on "Using MetalKit" at http://metalkit.org
Author: Warren Moore Author: Warren Moore
For posting all articles on www.metalbyexample.com For posting all articles on www.metalbyexample.com
Author: Andy McFadden Author: Andy McFadden
For making his CiderPress source code available on the Internet. For making his CiderPress source code available on the Internet.
Apple Computer Apple Computer
For making many Metal tutorials as well as articles available for downloading. For making many Metal tutorials as well as articles available for downloading.