Renderspice

A simple 2D game engine for the web


What is Renderspice?

Renderspice is a 2 dimensional game engine created for the web. It utilizes the HTML5 canvas element to draw onto the screen.

Renderspice has a simple structure, a class-based object rendering system that attempts to balance speed and efficiency with ease of use.

This means that some high-level features such as an elaborate physics engine are not included. However, Renderspice has all of the basics and necessities for game creating such as collision detection and resolution, UI, and complex polygons.

What Can Renderspice Make?

Even though its niche is game creation, Renderspice can also be used to create designs and displays without having to mess with canvas context. In fact, the background for this website was created in only 17 lines because of Renderspice.

Why Use Renderspice?

Renderspice is a simple tool that when used to its full extent, can create a very efficient and fast project. The main goal of Renderspice is to cut down the difficulty of using the HTML5 canvas by having a particular focus on game development.

Future of Renderspice

In the near future, Renderspice will work on creating a NodeJS package that works with Socket.io for multiplayer game development.