Skip to content

SuperEZ v1.5

Latest

Choose a tag to compare

@bboczula bboczula released this 28 Jan 17:16
· 4 commits to main since this release
5ba10f0
  • Brand new Slider Puzzle game as a demo
    • Put all the pieces in order
  • Basic Engine Interface
    • Exposed some of the engine functionality to the game project via services
    • Services are Scene, Input and Picker
    • They allow to check input status, which entity was selected and perform basic operations on entities, like rotating or movin them in the world
  • Simple Entity Component System
    • Each Enity can have a different Components
    • You can query components for different entities
    • Sample components are Transform, Geometry or Material
    • You can modify Entity transformation via this system