Ashes
WebGL2.0 3D Engine - Global Illumination - RayTracing
File Explorer
Download Latest Version (.zip)- main.css
- negx.jpg
- negy.jpg
- negz.jpg
- posx.jpg
- posy.jpg
- posz.jpg
- readme.txt
- negx.hdr
- negy.hdr
- negz.hdr
- posx.hdr
- posy.hdr
- posz.hdr
- negx.hdr
- negy.hdr
- negz.hdr
- posx.hdr
- posy.hdr
- posz.hdr
- HDR_textures
- kongtext.ttf
- license.txt
- background.fs.glsl
- basic.fs.glsl
- basic.vs.glsl
- brdf.fs.glsl
- brdf.vs.glsl
- glsl.d.ts
- line.fs.glsl
- line.vs.glsl
- ray.fs.glsl
- ray.vs.glsl
- ray_comb.fs.glsl
- ray_comb.vs.glsl
- stylize.fs.glsl
- stylize.vs.glsl
- stylize2.fs.glsl
- stylize2.vs.glsl
- test.fs.glsl
- test.vs.glsl
- vignetting.fs.glsl
- vignetting.vs.glsl
- basic.fs.glsl
- basic.vs.glsl
- brdf.fs.glsl
- brdf.vs.glsl
- glsl.d.ts
- README.md
- stylize.fs.glsl
- stylize.vs.glsl
- test.fs.glsl
- test.vs.glsl
- vignetting.fs.glsl
- vignetting.vs.glsl
- checker.png
- floor.png
- grid.jpg
- aabb.ts
- orbitControl.ts
- component.ts
- entityMgr.ts
- system.ts
- bloom.ts
- linear_blur.ts
- vignetting.ts
- material.ts
- boxMesh.ts
- mesh.ts
- quadMesh.ts
- bvh.ts
- kdtree.ts
- octree.ts
- screen.ts
- animation.ts
- ashes.ts
- asset.ts
- camera.ts
- example.ts
- filter.ts
- glsl.ts
- gltfScene.ts
- math.ts
- meshRenderer.ts
- shader.ts
- skin.ts
- texture.ts
- transform.ts
- .gitignore
- .gitmodules
- .npmignore
- .travis.yml
- bvh.html
- demo.html
- gltfsamples
- index.html
- LICENSE
- package.json
- README.md
- rollup.config.js
- tsconfig.json
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/but0n/Ashes
Downloads the entire project code from GitHub to your computer.
cd Ashes
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Node.js Node.js must be installed to use npm.
npm install -g yarn
Installs the package published on the npm registry globally β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Node.js
EasyPrerequisites
<script src="https://cdn.jsdelivr.net/npm/ashes3d/build/ashes.main.js"></script>
Type this command into your terminal and run it.
npm i ashes3d
Type this command into your terminal and run it.
npm install -g yarn
Installs the package published on the npm registry globally β no need to clone the source.
yarn
Downloads and installs the libraries listed in package.json.
yarn dev
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
