Skip to content

miniSphere 4.5.7

Compare
Choose a tag to compare
@fatcerberus fatcerberus released this 14 Mar 06:33

minisphere 4.5.7 is a maintenance release in the 4.5.x release series. This release makes some changes to the from module to improve lazy evaluation and fixes bugs in the Sphere Studio project template that prevented it from compiling.

Changes in This Version

  • Adds a new Thread class which can be subclassed in ES6 to make threaded
    entities.
  • Changes from#select() to be lazy and removes from#mapTo() which is now
    redundant. If you need to take a snapshot of the current query results,
    .toArray() can now be used for that purpose.
  • Fixes an issue where .mjs files are not renamed to .js when transpiling.
  • Fixes various bugs in the Sphere Studio project template.

Installing in Windows

Simply download and run minisphereSetup-4.5.7.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 (you only need to do this once, Ubuntu will keep it updated automatically from then on):

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

Users of Linux distributions other than Ubuntu will need to build the engine manually from the tarball (minisphere-4.5.7.tar.gz).