Skip to content

Eklips 3.1.0 beta 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Za9-118 Za9-118 released this 26 Oct 20:11
· 6 commits to main since this release

NOTE:

This is the first public beta release of the Eklips engine, This version is not meant for production use until i think it has enough features.
The reason why the major version starts at 3 is there are several private versions of Eklips not to be publicly released and are way different than this version.

You also have to compile it yourself for now.

How to compile

Open the command line in the SRC folder, and type pip install pygame numpy scipy random requests pyinstaller. then type in pyinstaller Eklips.spec

Changes made:

  • Added Scripting Language
  • Added Layering Support
  • Added Scene Support
  • Fixed Console
  • Added Custom Sound System
  • Added Custom Keybind Support
  • Removed Pre-built Transitioning system