Skip to content
deathcap edited this page Jan 19, 2016 · 6 revisions

voxel-plugins - an API for loading and enabling plugins in voxel.js

List of known plugins for use with https://github.com/voxel/voxel-engine-stackgl

For the purpose of this page, plugin (as opposed to "module" or "addon") refers to modules which can be loaded by voxel-plugins, which means they must at least follow the convention of exporting a function accepting (game, opts).

Note that the repositories listed here may be unofficial forks with changes not (yet?) incorporated into the upstream projects, and may not necessarily be published on NPM (but do search for the voxel keyword to find relevant modules, though not necessarily voxel-plugins supported plugins). Modules written not specifically for voxel-plugins may be compatible if they follow similar conventions, and some modules may not be specifically for voxel.js (usually named without the voxel- prefix) but have optional voxel-plugins support. Feel free to add your own plugins here. Without further ado, here is the list:

Voxel organization: https://github.com/voxel

Clone this wiki locally