User:Flying Jester/TurboSphere

From Spherical
Jump to: navigation, search

TurboSphere is a project aiming to create a modernized successor to the Sphere RPG Engine. It shares no code with Sphere.

Overview

TurboSphere is designed to make it easier to create games. It uses JavaScript as a game logic language, and exposes graphics, audio, input, and networking functions to script. The API is modeled after Sphere's, and it shares a large amount of functions directly with Sphere.

Features

  • Fast JavaScript evaluation through Google's V8 JavaScript Engine
  • A Plugin API that allows for any functionality to be added
  • Similar graphics support to Sphere, including graphics primitives and image drawing
  • Similar audio support to Sphere, including loading and playing WAV and OGG files