Learn OpenGL ES
Learn OpenGL ES
Hi, sorry, I'm not getting emails for any of these for some reason. I'll make a note to review everything and then get back to you.
Hi, it generally looks good. Would it be possible to put the implementation under its own folder; i.e. android/kotlin/ ? That way the base lessons would stay in Java and...
@elect86 I.e. /android/AndroidOpenGLESLessons /android/AndroidOpenGLESLessonsKotlin
No worries at all, it was lingering for quite a while on my side too :)
Hi @elect86, it does mean more duplication, but I want the java code to remain in relatively close sync with the site and focused on one implementation which makes it...
Basically I want someone looking through or trying to compile the Java project to not have to worry about either Kotlin or the NDK if their environment doesn't support either...
Hmm... branching can work but can also introduce its own complexity. I'm fine with the duplication for now! :)
Nice :) I'll wait for it -- no rush!
Oh hmm? Is it OK now?
Probably better to allocate the matrices just once and reuse, and the rename is OK with me!