Skip to content
Corrado Canepari edited this page Apr 15, 2017 · 1 revision

Welcome to the MARE wiki!

Mare.js is an easy to use rendering engine, which uses the HTML canvas element.

It was primarely made as an engine for another library, My Lil' Cat, which is a physics library (still under development, at the moment).

The way to use Mare is by including it as an npm module into your file, and then compile that file with webpack. If you are not familiar with webpack, however, you can download the mare.js file in the browser folder to use it in your browser without the need for compiling anything. Read the other docs for more information about the library's core functions. Have fun!

Clone this wiki locally