Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmnsgn/dgel
A WebGPU engine.
https://github.com/dmnsgn/dgel
3d engine opengl webgl webgpu
Last synced: 4 days ago
JSON representation
A WebGPU engine.
- Host: GitHub
- URL: https://github.com/dmnsgn/dgel
- Owner: dmnsgn
- License: mit
- Created: 2020-06-26T15:53:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-02T20:48:41.000Z (3 months ago)
- Last Synced: 2024-12-11T02:09:47.181Z (11 days ago)
- Topics: 3d, engine, opengl, webgl, webgpu
- Language: TypeScript
- Homepage: https://dmnsgn.github.io/dgel/
- Size: 4.01 MB
- Stars: 192
- Watchers: 8
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# dgel
[![npm version](https://img.shields.io/npm/v/dgel)](https://www.npmjs.com/package/dgel)
[![stability-experimental](https://img.shields.io/badge/stability-experimental-orange.svg)](https://www.npmjs.com/package/dgel)
[![npm minzipped size](https://img.shields.io/bundlephobia/minzip/dgel)](https://bundlephobia.com/package/dgel)
[![dependencies](https://img.shields.io/librariesio/release/npm/dgel)](https://github.com/dmnsgn/dgel/blob/main/package.json)
[![types](https://img.shields.io/npm/types/dgel)](https://github.com/microsoft/TypeScript)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-fa6673.svg)](https://conventionalcommits.org)
[![styled with prettier](https://img.shields.io/badge/styled_with-Prettier-f8bc45.svg?logo=prettier)](https://github.com/prettier/prettier)
[![linted with eslint](https://img.shields.io/badge/linted_with-ES_Lint-4B32C3.svg?logo=eslint)](https://github.com/eslint/eslint)
[![license](https://img.shields.io/github/license/dmnsgn/dgel)](https://github.com/dmnsgn/dgel/blob/main/LICENSE.md)A WebGPU engine.
[![paypal](https://img.shields.io/badge/donate-paypal-informational?logo=paypal)](https://paypal.me/dmnsgn)
[![coinbase](https://img.shields.io/badge/donate-coinbase-informational?logo=coinbase)](https://commerce.coinbase.com/checkout/56cbdf28-e323-48d8-9c98-7019e72c97f3)
[![twitter](https://img.shields.io/twitter/follow/dmnsgn?style=social)](https://twitter.com/dmnsgn)![](https://raw.githubusercontent.com/dmnsgn/dgel/main/screenshot.jpg)
## Installation
```bash
npm install dgel
```## Usage
- Examples [demo](https://dmnsgn.github.io/dgel/) (you need a browser supporting WebGPU, most likely to work in Chrome Canary)
- Examples [source](examples/)
- [API Docs](https://dmnsgn.github.io/dgel/docs/)## License
MIT. See [license file](https://github.com/dmnsgn/dgel/blob/main/LICENSE.md).