Skip to content

Commit

Permalink
feat: add goals to overview in README.md (inspired by PlayCanvas)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhouston committed Jul 12, 2020
1 parent 149d9dc commit df76405
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@

**threeify** is a Typescript 3D library loosely based on three.js.

Feature overview:

- Modern: Typescript, Tree Shakable, Small Build Files
- Rendering: WebGL 1, WebGL 2 (coming soon) and WebGPU (coming soon)
- Materials: Physically based materials
- Post Effects: DOF (coming soon), Motion Blur ((coming soon)), SOA (coming soon), TRAA (coming soon)
- Animation: Clips (coming soon), Mixer (coming soon)
- Assets: glTF (coming soon), Draco (coming soon) and Basis (coming soon)
- XR: Augmented Reality and Virtual Reality via WebXR (coming soon)
- Documented (TSDocs) and Tested (Jest)

[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)

### Warning
Expand Down

0 comments on commit df76405

Please sign in to comment.