retroscapes / retroscapes

The retroscapes library helps define and build isometric renderings of procedurally generated landscapes, with particular support for the HTML Canvas API.

Home Page:https://retroscapes.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

retroscapes

The retroscapes library helps define and build isometric renderings of procedurally generated landscapes, with particular support for the HTML Canvas API. Interactive examples can be found at retroscapes.io.

Usage

Any released version of the retroscapes library can be incorporated as shown below (latest can be replaced with the version number of any release) within non-commercial, open-source projects.

<script src="https://retroscapes.codes/latest/retroscapes.js"></script>

Conventions

Style conventions are enforced using ESLint:

npm i --save-dev eslint eslint-config-standard eslint-plugin-import eslint-plugin-node eslint-plugin-promise
eslint src/retroscapes.js

About

The retroscapes library helps define and build isometric renderings of procedurally generated landscapes, with particular support for the HTML Canvas API.

https://retroscapes.io

License:MIT License


Languages

Language:JavaScript 100.0%