Skip to content

Instantly share code, notes, and snippets.

@7dir
7dir / WebGL-WebGPU-frameworks-libraries.md
Created August 26, 2020 11:58 — forked from dmnsgn/WebGL-WebGPU-frameworks-libraries.md
A collection of WebGL and WebGPU frameworks and libraries

A non-exhaustive list of WebGL and WebGPU frameworks and libraries. It is mostly for learning purposes as some of the libraries listed are wip/outdated/not maintained anymore.

Engines and libraries

  • three.js: JavaScript 3D library
  • stack.gl: an open software ecosystem for WebGL, built on top of browserify and npm.
  • PixiJS: Super fast HTML 5 2D rendering engine that uses webGL with canvas fallback
  • Pex: Pex is a javascript 3d library / engine allowing for seamless development between Plask and WebGL in the browser.
  • Babylon.js: a complete JavaScript framework for building 3D games with HTML 5 and WebGL
  • Filament: Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS and WASM/WebGL
  • ClayGL: A WebGL graphic library
@7dir
7dir / index.haml
Created October 13, 2021 01:24
OJjVVWd
.container.header
.container--lg
.menu
%ul.menu__list.menu__position-left
%li.menu__item
Time
%li.menu__item
Cats
%ul.menu__list.menu__position-left
%li.menu__item
@7dir
7dir / index.html
Created January 11, 2024 17:32
Zdog - Celeste snowglobe
<div class="container">
<canvas class="illo"></canvas>
<p>Click &amp; drag to rotate</p>
</div>