Noob question: Between WebGL, OpenGL ES and emscripten, what is the recommended usage and relationship between them for creating an interactive browser based graphics app?

This page summarizes the projects mentioned and recommended in the original post on /r/GraphicsProgramming

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • assimpjs

    The emscripten interface for the assimp library that allows you to import 40+ 3D file formats in the browser.

    What led me to asking this is that I just started learning how to use assimp in OpenGL so I looked up about assimpjs and it says that it's

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • assimp

    The official Open-Asset-Importer-Library Repository. Loads 40+ 3D-file-formats into one unified and clean data structure.

    The emscripten interface for the assimp library. It runs entirely in the browser, and allows you to import 40+ 3D file formats and access the result in JSON or glTF format. This is not a full port of assimp, but an easy to use interface to access it's functionality.

  • emsdk

    Emscripten SDK

    The emscripten interface for the assimp library. It runs entirely in the browser, and allows you to import 40+ 3D file formats and access the result in JSON or glTF format. This is not a full port of assimp, but an easy to use interface to access it's functionality.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • The Asset-Importer-Lib Minor Release Version 5.3.0 is out

    1 project | /r/GraphicsProgramming | 26 Sep 2023
  • Scene organization

    1 project | /r/GraphicsProgramming | 30 Jun 2023
  • Issues with Assimp Loader and Bones

    1 project | /r/opengl | 25 Mar 2023
  • What is the best way to read .3DS files?

    1 project | /r/Houdini | 13 Feb 2023
  • How can I retrieve normal scale and occlusion strength properties from GLTF 2.0 PBR materials using Assimp?

    1 project | /r/gameenginedevs | 1 Jan 2023

Did you konow that C++ is
the 6th most popular programming language
based on number of metions?