From 4399c39bae7aeea41af35861c0b5ac7fc8d8d0b6 Mon Sep 17 00:00:00 2001 From: markpmlim Date: Sat, 8 Dec 2018 10:01:05 +0800 Subject: [PATCH] Update Readme.md --- Readme.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Readme.md b/Readme.md index 8b8b01f..f3653f8 100644 --- a/Readme.md +++ b/Readme.md @@ -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.