Mage

Mage is a 3D Game Engine, built on top of THREE.js. It features Unity-like scripting, AMMO.js powered physics workers, an Infernojs powered UI and a clean API. Under (very) active development.

OTHER License

Downloads
590
Stars
97
Committers
2

Bot releases are hidden (Show)

Mage - Patch: exporting xstate Latest Release

Published by marco-ponds almost 2 years ago

What's Changed

Full Changelog: https://github.com/MageStudio/Mage/compare/v3.21.0...v3.21.1

Mage - MInor: improved Audio

Published by marco-ponds almost 2 years ago

Mage - Patch: fixed spotlights

Published by marco-ponds almost 2 years ago

Mage - Patch: better tweening

Published by marco-ponds about 2 years ago

Better tweening:

  • exposing tweenTo function from easing module.
  • Supporting repeat option for between.js

What's Changed

Full Changelog: https://github.com/MageStudio/Mage/compare/v3.20.0...v3.20.1

Mage - Minor: fixed a series of bugs, added easing

Published by marco-ponds about 2 years ago

Fixed a series of issues:

Keyboard input was compromised and no longer working.
Lights body was not properly set.
Added easing functions and looping to the constants.
Fixed camera not setting its body properly.

What's Changed

Full Changelog: https://github.com/MageStudio/Mage/compare/v3.19.0...v3.20.0

Mage - Minor: v3.19.0

Published by marco-ponds over 2 years ago

Added Labels to the engine. The following has been added:

  • LabelComponent: When creating a Label, make your Inferno component extend the LabelComponent class, as it has the required instructions for the engine.
  • html-to-image: This library is being used to export Inferno components to images.

Full Changelog: https://github.com/MageStudio/Mage/compare/v3.17.10...v3.19.0

Mage - Patch: v3.17.10

Published by marco-ponds over 2 years ago

Added missing .None to easing function used by Entities.

Full Changelog: https://github.com/MageStudio/Mage/compare/v3.17.9...v3.17.10

Mage - Patch: v3.17.9

Published by marco-ponds over 2 years ago

Mage - Patch: v3.17.8

Published by marco-ponds over 2 years ago

Fixed a bug occuring when switching levels with Physics settings enabled.

What's Changed

Full Changelog: https://github.com/MageStudio/Mage/compare/v3.17.7...v3.17.8

Mage - Patch: v3.17.7

Published by marco-ponds over 2 years ago

Improved disposal of Entities.

What's Changed

Full Changelog: https://github.com/MageStudio/Mage/compare/v3.17.6...v3.17.7

Mage - Patch: addTo and Models.getModel renamed.

Published by marco-ponds over 2 years ago

A few improvements:

  • Models.getModel has been renamed to Models.get : a deprecation warning message will be displayed when using getModel
  • Entities now have a addTo method, which allows Entities to be added to other entities. (Similar to .add, but with addTo the Entity is the child).

What's Changed

Full Changelog: https://github.com/MageStudio/Mage/compare/v3.17.5...v3.17.6

Mage - Minor: improved Physics events naming

Published by marco-ponds over 2 years ago

What's Changed

Full Changelog: https://github.com/MageStudio/Mage/compare/v3.13.3...v3.14.0

Mage - Patch: Physics is dispatching explosions

Published by marco-ponds over 2 years ago

What's Changed

Full Changelog: https://github.com/MageStudio/Mage/compare/v3.14.0...v3.14.1

Mage - Patch: allowing transparent scene

Published by marco-ponds over 2 years ago

What's Changed

Full Changelog: https://github.com/MageStudio/Mage/compare/v3.14.1...v3.14.2

Mage - Patch: allowing uI to be enabled/disabled in config

Published by marco-ponds over 2 years ago

What's Changed

Full Changelog: https://github.com/MageStudio/Mage/compare/v3.15.0...v3.15.1

Mage - Patch: added Palettes

Published by marco-ponds over 2 years ago

What's Changed

Full Changelog: https://github.com/MageStudio/Mage/compare/v3.15.1...v3.15.2

Mage - Minor: fixed, new Scripts, improved Element class

Published by marco-ponds over 2 years ago

What's Changed

Full Changelog: https://github.com/MageStudio/Mage/compare/v3.15.4...v3.16.0

Mage - Patch: fixed error in Physics, exporting builtin Scripts

Published by marco-ponds over 2 years ago

What's Changed

Full Changelog: https://github.com/MageStudio/Mage/compare/v3.16.2...v3.16.3

Mage - Patch: new Math function, new Pass

Published by marco-ponds over 2 years ago

What's Changed

Full Changelog: https://github.com/MageStudio/Mage/compare/v3.16.6...v3.16.7

Mage - MInor: Particle Systems are now extending Entity

Published by marco-ponds over 2 years ago

What's Changed

Full Changelog: https://github.com/MageStudio/Mage/compare/v3.16.7...v3.17.0

Package Rankings
Top 8.08% on Npmjs.org
Related Projects