Awesome
English | 简体中文
<p align="center"><img src="https://gw.alicdn.com/tfs/TB1znqbquT2gK0jSZFvXXXnFXXa-569-143.svg" alt="omi" width="500"/></p> <h3 align="center">A 3D WebGL Rendering Engine</h3>Installation • Documentation • Development • Showcase • Examples • Authors • License
Features
- Compatible for multiple mobile and desktop browsers.
- Lightweight, only
110kb
after gzip. - Physically-based rendering support.
- Perfect support for glTF models.
Installation
-
use npm
$ npm install hilo3d
-
use script tag from a cdn
<script src='//cdn.jsdelivr.net/npm/hilo3d@1.19.0/build/Hilo3d.js'></script>
Documentation
Development
- run
npm run dev
to dev. - run
npm run release
release the code. - run
npm run doc
to build API documentation. - run
npm run test
to run tests.
Showcase
Examples
-
glTF
-
loader