Releases: chances/teraflop-d
Releases · chances/teraflop-d
v0.8.0
v0.7.2
v0.7.1
v0.7.0
Additions
- Add overridable clear color
- Add
Game.mainWindow
andGame.world
properties - Add
Window.visible
andWindow.minimumSize
/maximumSize
properties - Add
Window.show
/hide
methods
Changes
- Improvements to the documentation. Of note, added a diagram of Teraflop's Game Loop.
v0.6.0
Additions
- Add
Texture.usage
andTexture.sizeInBytes
properties
v0.5.1
Changes
- Refactor
Input.addNode
so that it may be called from const instances - Refactor
Color.withAlpha
v0.5.0
Additions
- Add current
Input
state getters - Add
Color.fromHsv
static function (#20)
Changes
- Refactor
Window.title
setter parameter type - Refactor
MouseButton
andModifiers
enumerations (#19)
v0.4.0
Additions
- Add overload to
Color
constructor for whole integer color components - Add
InputEvent.handled
property andInputEvent.stopPropagation
method
Changes
- Refactor
InputNode
into an interface
v0.3.0
Additions
- Add
Camera.mouseRay
function - Add
Vector.unproject
function and Ray aliases (ray2f
andray3f
)
v0.2.0
Additions
- Add
Matrix.translationOf
,Matrix.rotationOf
, andMatrix.scaleOf
functions - Add
Vector.scale
andVector.abs
functions - Add
Color.withAlpha
function