juangf / Javascript-3D-Engine

Javascript 3D Engine from the scratch - Canvas - no WebGL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Javascript-3D-Engine

Javascript 3D Engine - Based in canvas element

Try it here: https://juangf.github.io/Javascript-3D-Engine/

Image of the engine working

Camera controls

  • Key W: Front.
  • Key A or : Left.
  • Key D or : Right.
  • Key S: Back.
  • Key : Down.
  • Key : Up.
  • Key C: Restart camera position.
  • Key 1: Default scene.
  • Key 2: Pyramid scene.
  • Mouse Pointer: LookAt.

About

Javascript 3D Engine from the scratch - Canvas - no WebGL


Languages

Language:JavaScript 98.8%Language:HTML 1.2%