Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkoertgen/hello.webgl
Evaluating WebGL libraries and frameworks
https://github.com/mkoertgen/hello.webgl
Last synced: 28 days ago
JSON representation
Evaluating WebGL libraries and frameworks
- Host: GitHub
- URL: https://github.com/mkoertgen/hello.webgl
- Owner: mkoertgen
- Created: 2022-12-03T15:59:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-17T09:14:02.000Z (about 1 month ago)
- Last Synced: 2024-11-17T10:20:32.654Z (about 1 month ago)
- Language: TypeScript
- Size: 1.66 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/mkoertgen/hello.webgl/)
# hello.webgl
Evaluating [WebGL](https://www.khronos.org/webgl/) libraries and frameworks
## Examples
- [babylon](./babylon/README.md) - Examples using [BabylonJS](https://www.babylonjs.com/)
- [claygl](./claygl/README.md) - Examples using [ClayGL](https://github.com/pissang/claygl)
- [cesium](./cesium/README.md) - Examples using [Cesium](https://cesium.com/)
- [react-three](./react-three/README.md) - Examples using [react-three-fiber](https://github.com/pmndrs/react-three-fiber)
- [three](./three/README.md) - Examples using [three.js](https://threejs.org/)
- [threlte](./threlte/README.md) - Examples using [Threlte](https://threlte.xyz/)
- [trois](./trois/README.md) - Examples using [TroisJS](https://troisjs.github.io/) - a Vue.js 3 wrapper for three.js## Links
- [WebGL Fundamentals](https://webglfundamentals.org/)
- [WebGPU](https://gpuweb.github.io/gpuweb/)
- [sjfricke/awesome-webgl](https://github.com/sjfricke/awesome-webgl) - A curated list of awesome WebGL libraries, resources and much more
- [zbryikt/awesome-webgl](https://github.com/zbryikt/awesome-webgl)
- [ellisonleao/magictools](https://github.com/ellisonleao/magictools) - A list of Game Development resources to make magic happen.