From 5922aa8d897899429f478274bd01ebfa04f325e2 Mon Sep 17 00:00:00 2001 From: Peter Morse Date: Mon, 1 Jul 2019 10:44:12 +1000 Subject: [PATCH 1/3] Update README.md --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index db636ad..a348382 100644 --- a/README.md +++ b/README.md @@ -40,15 +40,11 @@ It is agnostic about the nature of the incoming data: the assumption is that dat The application is programmed in the MacOS **Quartz Composer (QC)** [link][https://developer.apple.com/documentation/quartz/quartz_composer] VPL, using a mixture of pre-defined QC processing nodes as well as custom routines programmed in Objective-C, Javascript, OpenCL and OpenGL. -It has been compiled into a stand-alone application using Kineme QuartzBuilder and Apple Xcode 10.1, targeting **MacOS 10.13.6 (High Sierra) and MacOS 10.14 (Mojave). - -As of _MacOS 10.14 OpenGL has been deprecated: future iterations of the software will require porting to Metal or platforms supporting OpenGL compatibility profiles. **Limitations** +GD and companion apps have been compiled into a stand-alone applications using Kineme QuartzBuilder and Apple Xcode 10.1, targeting **MacOS 10.13.6 (High Sierra) and MacOS 10.14 (Mojave). -**QC** - -QC provides an intuitive OpenGL/Objective-C/Javascript/OpenCL/ etc. procedural programming environment, with a live 'lazy execution' model, enabling exploratory programming. +As of _MacOS 10.14 OpenGL has been deprecated: future iterations of the software will require porting to Metal or platforms supporting OpenGL compatibility profiles. From c49f1e68f30e45862583fab13aaac900841f641b Mon Sep 17 00:00:00 2001 From: Peter Morse Date: Mon, 1 Jul 2019 10:44:39 +1000 Subject: [PATCH 2/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a348382..b8828e5 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ The application is programmed in the MacOS **Quartz Composer (QC)** [link][https **Limitations** + GD and companion apps have been compiled into a stand-alone applications using Kineme QuartzBuilder and Apple Xcode 10.1, targeting **MacOS 10.13.6 (High Sierra) and MacOS 10.14 (Mojave). As of _MacOS 10.14 OpenGL has been deprecated: future iterations of the software will require porting to Metal or platforms supporting OpenGL compatibility profiles. From bc319c3de32f1461b4dcd6f51aa65b158d4274b5 Mon Sep 17 00:00:00 2001 From: Peter Morse Date: Mon, 1 Jul 2019 14:29:26 +1000 Subject: [PATCH 3/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b8828e5..9da75e1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ Gradient Designer + +[![DOI](https://zenodo.org/badge/194572076.svg)](https://zenodo.org/badge/latestdoi/194572076) ======= **Gradient Designer** (GD)is an interactive gradient design and colour mapping application for geoscientific data on the MacOS platform.