Skip to content
forked from hiloteam/Hilo3d

🎮 A 3D WebGL Rendering Engine developed by Alibaba Group

License

Notifications You must be signed in to change notification settings

steel1990/Hilo3d

 
 

Repository files navigation

English | 简体中文

omi

A 3D WebGL Rendering Engine


InstallationDocumentationDevelopmentShowcaseExamplesAuthorsLicense

npm ci size gitter.im

Features

  • Compatible for multiple mobile and desktop browsers.
  • Lightweight, only 100kb 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.16.3/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

About

🎮 A 3D WebGL Rendering Engine developed by Alibaba Group

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.7%
  • GLSL 6.1%
  • HTML 0.2%