The collaborative 3D HTML5 game maker
- Node.js version 24 or higher
- npm v7+ for workspaces
Click on one of the links to access the documentation of the package;
- @jolly-pixel/engine - Entity Component System (ECS)
- @jolly-pixel/controls - Input controls (Screen, Mouse, Touchpad, Keyboard, Gamepad)
- @jolly-pixel/runtime - Browser/Electron runtime
- @jolly-pixel/asset - Platform-agnostic asset references and loading orchestration
We provide agnostic renderers and engines (often used by our editors below):
- @jolly-pixel/voxel.renderer - Voxel Engine
- @jolly-pixel/pixel-draw.renderer - Pixel Art Canvas API
- @jolly-pixel/event-store - Append-only log (Event Sourcing pattern)
- @jolly-pixel/network - Shared wire for multiplayer editors
- @jolly-pixel/ui - Design System (declarative UI components + Facade API)
- @jolly-pixel/arbor - Stylable tree view widget with drag'n'drop support
- @jolly-pixel/resize-handle - Resize handles / splitters
- @jolly-pixel/three - Three.js utilities (Grid, Frustum, ...)
- @jolly-pixel/color - Color utilities (Parsing, Palettes, Color Spaces, Color Conversions ...)
- Voxel Map: 3D Voxel Terrain editor
- Voxel Model: Low-poly/voxel 3D model editor
- Pixel Art: 2D Pixel-Art texturing editor
These packages are available in the Node Package Repository and can be easily installed with npm or yarn.
$ npm i @jolly-pixel/engine
# or
$ yarn add @jolly-pixel/engineTo install and compile all workspaces, just run the following command at the root
$ npm install
$ npm run buildRunning test with npm workspace:
$ npm run test -w <workspace>Running ESLint for all workspaces
$ npm run lintEach packages has his own prepublishOnly to build TypeScript source before publishing.
$ npm publish -w <workspace>Thanks goes to these wonderful people (emoji key):
Thomas.G 💻 📖 🐛 |
Alexandre Malaj 💻 📖 🐛 |
PierreDemailly 💻 |
Clement Gombauld 💻 |
MIT