项目作者: hiloteam

项目描述 :
🎮 A 3D WebGL Rendering Engine developed by Alibaba Group
高级语言: JavaScript
项目地址: git://github.com/hiloteam/Hilo3d.git
创建时间: 2019-08-08T03:46:28Z
项目社区:https://github.com/hiloteam/Hilo3d

开源协议:MIT License

下载


English | 简体中文

omi

A 3D WebGL Rendering Engine


InstallationDocumentationDevelopmentShowcaseExamplesAuthorsLicense

npm ci hilo3d@1.19.0/build/Hilo3d.js">size gitter.im

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

    1. $ npm install hilo3d
  • use script tag from a hilo3d@1.19.0/build/Hilo3d.js">cdn

    1. <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

  • 淘宝人生

    淘宝人生

  • 堆堆乐

    堆堆乐

  • 天天惠星球

    天天惠星球

  • More cases can be found here:

Examples

Authors

Contact us

  • gitter.im
  • QQ Group:372765886

License

MIT License