Skip to content
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.

yangfengzzz/Oasis-WebGPU

Repository files navigation

Depreciated!!! New Repos: Arche.js


Oasis-WebGPU

This project is a part of its WebGPU development, if you want to know about the implementation of Native WebGPU (Dawn) Engine, please refer to DigitalArche. This repository is designed to adapt the Oasis engine to WebGPU, and is currently mainly adapted to the Canary version of Chrome.

Cloning && Install

This repository contains submodules for external dependencies, so when doing a fresh clone you need to clone recursively:

git clone --recursive https://github.com/yangfengzzz/Oasis-WebGPU.git

Existing repositories can be updated manually:

git submodule init
git submodule update
npm run install

Run

All resources are in assets folder. you can use anywhere to start a server.

npm i anywhere -g
cd assets
anywhere

Then the assets address should be modified according to your env. you can modify the IP in app. And Finally:

npm run dev

Progress

The project is managed by using issues, they are all gather into milestone.

About

Oasis-Engine WebGPU Adaptation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published