My email address for feedback and small freelance tasks:

Firebase tutorials

Examples from WebGL Programming Guide by K. Matsuda, R. Lea

Setting up SDL3 for Android, Web, and Windows using CMake and MinGW-w64

How to set up JavaScript libraries as ES6-modules

My notes about LibGDX

Examples

My step by step tutorials for Windows 10, 64-bit:


My tutorials for SDL3, Android, WebAssembly, and OpenGL ES 2.0:

My tutorials for Deploy:

My demos:

  1. Simple lighthouse
  2. Output of English, Russian and Chinese fonts with stroke and Distance Field (the text is not pixelated when the camera zooms in) on JS and Rollup. Fonts converted to Distance Field using Hiero. Demo in the browser
  3. Imported door animation for Blender from COLLADA format (.dae). Click detection is with color ID method. There are shadows. Demo in browser
  4. Debug Drawer, OpenGL ES 2.0, Qt6, C++. Download APK
  5. OpenAL example to play music in Qt6 and C++. Download APK
  6. Custom buttons in OpenGL 2.1 on QOpenGLWindow. GitHub repo