Feedback:

Examples

  1. Loading models from DAE COLLADA using Qt6, OpenGL ES 2.0 for Android, Desktop, and WebAssembly: https://github.com/8Observer8/load-3d-models-dae-openglwindow-opengles2-qt6-cpp
  2. Super Mario Clone
  3. Co-op room with Jill This demo uses free hosting from Render.com. You must wait 15-20 seconds to start the server for the first time. The server on a free hosting falls asleep 30 minutes after the last activity.
  4. Based on RE1
  5. Simple lighthouse
  6. 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
  7. Imported door animation for Blender from COLLADA format (.dae). Click detection is with color ID method. There are shadows. Demo in browser
  8. I placed tiles and colliders in Tiled. Packed tiles and sprites into one texture atlas using Free Texture Packer. Physics at box2d/core. Drawn with pure WebGL 1.0 and linear algebra with glMatrix. Demo in browser
  9. Debug Drawer, OpenGL ES 2.0, Qt6, C++. Download APK
  10. OpenAL example to play music in Qt6 and C++. Download APK
  11. Custom buttons in OpenGL 2.1 on QOpenGLWindow. GitHub repo
  12. Detecting objects with a ray in Box2D, OpenGL 2.1/ES2, Qt6, C++

    Android:

    Desktop: