https://github.com/dalae37/dl-engine-webgpu
https://github.com/dalae37/dl-engine-webgpu
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dalae37/dl-engine-webgpu
- Owner: DaLae37
- License: mit
- Created: 2024-03-26T12:20:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-13T03:13:30.000Z (over 1 year ago)
- Last Synced: 2024-05-13T07:21:42.416Z (over 1 year ago)
- Language: JavaScript
- Size: 1.53 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DL-Engine-WebGPU


# License
MIT License
# Descriptioon
[Document](https://github.com/DaLae37/DL-Engine-WebGPU/blob/main/document.pdf)
[Youtube](https://youtu.be/-EQkuyZg0Ck)
# Demo Scene

[Bounce Ball](https://www.dalae37.com/webgame/bounce_ball_webgpu/index.html)

[Performance Test](https://www.dalae37.com/webgame/performance_test_webgpu/index.html)

[OBJ Models](https://www.dalae37.com/webgame/3d_models_webgpu/index.html)
# Reference
[WebGPU](https://github.com/gpuweb/gpuweb)
[WebGPU Fundamentals](https://webgpufundamentals.org/webgpu/lessons/ko/webgpu-fundamentals.html)
[Kenwright. (2023). Web Programming using the WebGPU API](https://dl.acm.org/doi/10.1145/3587423.3595543)
[Kenwright. (2022). Introduction to Computer Graphics and Ray-Tracing using the WebGPU API.](https://dl.acm.org/doi/10.1145/3550495.3558218)