Skip to content

Releases: mastercuber55/Cube2D-Engine

Cube2D Engine - v0.1.0

01 Nov 07:44
Compare
Choose a tag to compare
Pre-release

Last commit changed a lot so read this carefully

New Stuff

  • No longer relies on Cube2D Framework
  • Relies on tiny file dialogs for external window dialogs
  • Must have main.wren in root directory instead of Game.wren
  • Must have Scripts directory in root directory.
  • Must have Resources directory in root directory.
  • May have Icon.png in Resources directory for window icon
  • Window is pre-initialized
  • May change window title and size in main.wren
  • Default window title is "Cube2D" and size is 640x480
  • import "Engine" instead of import "Cube2D" for Engine, Scene, Rect
  • Added SceneManager
  • Added Shared map

Experiment ( All Failed )

  • Experiment on plugins
  • Experiment on float3

Docs will be updated soon
This is the first release yet still pre-release cuz I haven't tested audio yet
Below is a pre-built binary for Windows64x users, open a issue if you want a 32x one

Full Changelog: https://github.com/mastercuber55/Cube2D-Engine/commits/v0.1.0