Skip to content

edwinsyarief/Gearset

 
 

Repository files navigation

Gearset

XNA / MonoGame programmer? Say hello to Gearset.

Game development processes are different from any other type of software process. Game state data usually changes dramatically every 16~33 milliseconds, and usually programmers need to be aware of what's going on under the hood in real time. Gearset is the product that enables just that, it makes the programmer (and everyone else watching) aware of how the game is behaving internally, having this information available and being able to modify it in real-time have proven to be an important edge towards development efficiency, debugging costs reduction and ultimately making better games.

Gearset is completely independent of whichever engine or framework you're using or not using (as long as its XNA or MonoGame based). Simply add 3 lines of code to your game and you're set. If you are just starting with XNA or MonoGame, Gearset will give you the boost you need.

Supported Platforms

Anything that XNA or MonoGame support really but some features will be limited to desktop platforms.

Installation

Quick Start

  • Please see the Samples/SampleGame project for an idea of how to setup Gearset.
  • Head over to the WIKI for more documentation (coming soon).
  • An older [Gearset User Guide] (http://www.thecomplot.com/gearsetguide.html) is also available.

Acknowledgements

A massive thank you to @Juan Campa for creating Gearset and kindly making it open source.

The EmptyKeys user interface library which we use as an alternative to WPF for platforms where that technology is not available.

Packages

No packages published

Languages

  • C# 98.2%
  • Other 1.8%