Socket
Socket
Sign inDemoInstall

zen-3d

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    zen-3d

JavaScript 3D library


Version published
Weekly downloads
5
decreased by-16.67%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

zen-3d

Latest NPM release License Issues Dev Dependencies

JavaScript 3D library

The aim of the project is to create an easy to use, lightweight, 3D/2D library. The library only provides WebGL renderers.

ExamplesRoadMapDocumentationTests

image image image image
image image image image

Usage

you can use zen3d.js or zen3d.min.js in your page simply by this:

<script src="zen3d.min.js"></script>

3D Format Support

GLTF / assimp2json

WebGL2 Support

Build

  • install Node.js (include NPM).

  • install devDependencies packages.

npm install
  • you can run the following scripts
// build shader & zen3d
npm run default
// build zen3d
npm run build
// build extensions
npm run extension
// start a server to run examples
npm run example

build path is ./build.

Projects

About Me

Keywords

FAQs

Last updated on 08 Mar 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc