Update README.md
This commit is contained in:
parent
87fa8256eb
commit
fec30a0848
1 changed files with 1 additions and 2 deletions
|
@ -20,8 +20,7 @@ The sdlcanvas subpackage provides a very simple way to get started with just a f
|
||||||
- Windows
|
- Windows
|
||||||
- OSX
|
- OSX
|
||||||
- Android
|
- Android
|
||||||
|
- iOS
|
||||||
iOS should work as well, but still needs to be implemented.
|
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue