From fec30a0848e140ca9c1dca1d35e426d73ae11599 Mon Sep 17 00:00:00 2001 From: Thomas Friedel Date: Tue, 15 May 2018 18:51:42 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 5fc0660..2b33e9d 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,7 @@ The sdlcanvas subpackage provides a very simple way to get started with just a f - Windows - OSX - Android - -iOS should work as well, but still needs to be implemented. +- iOS Unfortunately using full Go apps using gomobile doesn't work since gomobile does not seem to create a GL view with a stencil buffer, and the canvas package makes heavy use of the stencil buffer. Therefore the ```gomobile bind``` command has to be used together with platform specific projects.