Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 473 Bytes

File metadata and controls

26 lines (20 loc) · 473 Bytes

js-cpu-render

Fast cpu 3d rendering in javascript (without using webgl). Just for fun.

Work with repository

Start work

> npm install

Live-reload develop server

> npm run watch

Build project

> npm run build

Run js analize (required d8 utility in PATH)

> npm run profile

It generate v8.log file that can be decoded by v8 system analyzer