Pinned Repositories
adventure-capitalist
A little React/Redux simulator game
bouncing-mushroom
A little game developed using Pixi.js
cancellable-promise
A promise that can be cancelled before it's resolved or rejected
composer-core
A basic structure to create composable classes using an injection like multiple inheritance
pixi-reactive
A library to help integrate PIXI into a React project
pixi-reactive-particles
Integrate support for Particle Effects into the pixi-reactive library
pixi-reactive-tween
Add support for tween animations to the pixi-reactive library
spacerunner
Simple shoot em up game made with PIXI
thread-manager
Yet another way to fake threads in JS, of course using Web Workers
ticker-service
A service used to create animation loops in a simple way and to keep everything in sync within an app.
mcastiello's Repositories
mcastiello/pixi-reactive
A library to help integrate PIXI into a React project
mcastiello/thread-manager
Yet another way to fake threads in JS, of course using Web Workers
mcastiello/ticker-service
A service used to create animation loops in a simple way and to keep everything in sync within an app.
mcastiello/adventure-capitalist
A little React/Redux simulator game
mcastiello/bouncing-mushroom
A little game developed using Pixi.js
mcastiello/cancellable-promise
A promise that can be cancelled before it's resolved or rejected
mcastiello/composer-core
A basic structure to create composable classes using an injection like multiple inheritance
mcastiello/pixi-reactive-particles
Integrate support for Particle Effects into the pixi-reactive library
mcastiello/pixi-reactive-tween
Add support for tween animations to the pixi-reactive library
mcastiello/spacerunner
Simple shoot em up game made with PIXI
mcastiello/event-bus
mcastiello/html-context
An HTML WebComponent capable of propagating a context across the DOM tree
mcastiello/index-map
A bi-directional map that allow to create a link between index and object, so that you can retrieve either one if you know the other element.
mcastiello/mcastiello.github.io
mcastiello/memory-manager
Small memory manager with web worker garbage collector
mcastiello/pixi-reactive-docs
Documentation for the pixi-reactive library
mcastiello/simple-store
A simple state manager that can store data via a reducer function
mcastiello/time-functions
Library of functions to help asynchronous development
mcastiello/worker-async-polyfill
A simple polyfill to be used where the browser doesn't provide the Worker class. BE AWARE: while the code will work asynchronously, it won't run in a separate thread.