pixos
v0.6.10
Published
Pixos is a mini interactive scene avatar plugin for calliope static site generator.
Downloads
6
Maintainers
Readme
Calliope Pixos Plugin
This plugin is for Calliope and is designed to provide Pixos player functionality.
Installation
The plugin can be installed from NPM via:
npm install calliope-pixos
Usage
Inside of your _calliope/app/config/plugins/index.jsx
file, add the following:
// Import the module at the top
import Pixos from "calliope-pixos";
// and then further down inside of the switch statement add the following
// ...
case "pixos":
let Plugin = Pixos['calliope-pixos'].default;
return <Plugin />;
// ...
Assets
All paths are relative to the a /pixos folder from the public directory when loading asssets. Place any of your assets used such as tilesets, sprites, and fonts and place them within the pixos directory for proper fetching.
LICENSE
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.
This plugin is free to use for non-commercial use only. If you are an individual, a hobbyist, or a tinkerer than this is free to use for your personal use excluding any commercial use. All modifications to the source code must be released back as open source to the community and preferably a pull request will be made with the available updates and improvements if applicable. There is commercial licensing available upon an individual request basis. The licensing will be based upon the scope and revenue expectations of the commercial use-case. For more information, please reach out via email to [email protected] for licensing details. For more information on the non-commerical license which is included by default - please see LICENSE