Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).