Multipurpose Javascript 3D graphic library


Keywords
gpgpu, graphics-engine, javascript, scene-graph
License
MIT
Install
npm install scejs@1.3.1

Documentation

SCEJS

Multipurpose Javascript 3D graphic library

SCEJS is a Scene-Graph which use WebCLGL and NCLGL to facilitate perform advanced algorithms on GPU.

Current Algorithms:

GPU Neural Network (gbrain)

- Method to perform GPU backward/forward along entire Neural Network layers with an Adjacency Matrix instead send data layer by layer. (March 31 2018)
- ConvNetJS Reinforcement Learning module integration. (March 31 2018)

GPU Graph (ggraph)

- WebGL Graph visualization and Real Time Force Layout using Adjacency Matrix.

GPU Path Tracing (gpath)

- Tool to voxelizate triangles meshes using WebGL top view for celling creation
- Hybrid PathTracing using voxels instead triangles.

DEMO

- Basic

API Doc