Skip to content

SID37/js-cpu-render

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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