This repository has been archived by the owner on Oct 5, 2022. It is now read-only.
Releases: krobbi/sol-engine
Releases · krobbi/sol-engine
Sol Engine v0.2.0
Version 0.2.0 is the texture update for Sol. It adds an asset loading system which allows textures to be loaded and drawn. This version of Sol also includes JSON file loading and basic keyboard input.
Change Log
- Add event handlers.
- Add element mementos.
- Add keyboard input manager.
- Add keyboard input manager configuration.
- Add assets.
- Add asset loader.
- Add JSON files.
- Add JSON file manager.
- Add textures.
- Add texture factory.
- Add texture manager.
- Add orthographic matrix.
- Add graphics manager.
- Add graphics manager configuration.
- Add renderer base.
- Add WebGL renderer.
- Add canvas renderer.
- Add texture drawing.
- Console splash displays the renderer type.