Kotlin OSMesa offscreen rendering
A simple example of OSMesa driver offscreen rendering to a buffer binary array
This explains OpenGL functions can be used to indirectly manipulate a numeric array
Kotlin Code
A simple example of OSMesa driver offscreen rendering to a buffer binary array
This explains OpenGL functions can be used to indirectly manipulate a numeric array
Kotlin Code
Kotlin OpenGL code for chipmunk 2D physics engine
GitHub: https://github.com/dickensas/kotlin-gradle-templates/tree/master/chipmunk-physics
Demo screen capture
The code is a single C style code to make beginners understand, the code is compiled and tested using MSYS2 and eclipse in Windows only
Please refer the articles for MSYS2 pacman commands
Example SVG based ball rendered with animation using Kotlin, Pango, Cairo
GitHub: https://github.com/dickensas/kotlin-gradle-templates/tree/master/svg-bouncing-ball
Demo screen capture
Please refer the SVG Article for software requirements svg cairo librsvg
Kickstart Kotlin OpenGL using GLEW, librsvg using below github code
GitHub: https://github.com/dickensas/kotlin-gradle-templates/tree/master/opengl-cairo-rsvg
Output window with GLFW
MSYS2 : https://www.msys2.org/
Kickstart Kotlin OpenGL GLSL using GLAD and GLFW using below github code
GitHub: https://github.com/dickensas/kotlin-gradle-templates/tree/master/opengl-glsl-glad
Minimal GLAD generated from https://glad.dav1d.de/ and added to the github code
Kickstart Kotlin OpenGL GLSL using GLEW and GLFW using below github code
GitHub: https://github.com/dickensas/kotlin-gradle-templates/tree/master/opengl-glsl