Skip to content
This repository has been archived by the owner on Jan 1, 2020. It is now read-only.

v1.3.0

Compare
Choose a tag to compare
@gre gre released this 27 Nov 17:41
· 251 commits to master since this release

Android Implementation

as announced recently, gl-react-native now have an Android implementation!
gl-react now have 3 different implementation targets:

  • the web (implemented with WebGL)
  • native iOS (implemented in ObjC with OpenGL ES 20)
  • native Android (implemented in Java with OpenGL ES 20)

Note: Here is the list of things that are not yet supported by the Android version

untitled

iOS bugfixes

It's always great to reimplement your library somewhere else (in Android), it helps you to see and figure out some bugs when you port & review your code.

2 bugs was fixed in the iOS implementation: