Skip to content

minisphere 3.0.3

Choose a tag to compare

@fatcerberus fatcerberus released this 05 Apr 18:26

minisphere 3.0.3 is a maintenance release. This release fixes a bug in GetDefaultShaderProgram() and implements an API function which was documented but missing from the engine.

Changes in this release

  • While debugging in Sphere Studio, variables are now sorted alphabetically in
    the Debugger pane.
  • Fixes a bug where GetDefaultShaderProgram() would attempt to compile the same
    source for both the vertex and fragment shaders, causing the call to fail.
  • Implements RNG.random(), an API function which has been documented for a while
    without actually being present.

Installing in Windows

Simply download and run minisphereSetup-3.0.3.exe. The Inno Setup install wizard will walk you through the installation process.

Installing in Linux

For Ubuntu (14.04 and later), minisphere is available via personal package archive (PPA):

Installing from a PPA is easy. Simply open Terminal and run the following commands:

  • sudo add-apt-repository ppa:fatcerberus/minisphere
  • sudo apt-get update
  • sudo apt-get install minisphere

For other Debian distributions such as Linux Mint or Debian itself, simply download one of the .deb packages below. Users of 32-bit systems will want minisphere_3.0.3_i386.deb, while 64-bit users should download minisphere_3.0.3_amd64.deb. Once downloaded, simply double-click the file and your package manager will guide you through the process of installing the package.