Depreciated!!! New Repos: Arche.js
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.
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
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
The project is managed by using issues, they are all gather into milestone.