Skip to content

Releases: nenjack/make3d

v1.20.0

03 Dec 11:12

Choose a tag to compare

  • many improvements and optimizations
  • mostly to camera, billboard perspective, mouse
  • refactored, cleaned code

v1.14.1

25 Nov 03:59

Choose a tag to compare

v1.14.0

24 Nov 15:56

Choose a tag to compare

  • many optimizations
  • better src/ structure

v1.7.4

23 Nov 04:38

Choose a tag to compare

  • milestone
  • refactored
import { Level, Player } from 'make3d'

Level.create().then(Player.create)

v1.0.0

21 Nov 00:17

Choose a tag to compare

const canvas: HTMLCanvasElement
const level = new Level(canvas)