Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Imagine Engine 0.9.0.tar.gz | 2018-01-26 | 946.9 kB | |
Imagine Engine 0.9.0.zip | 2018-01-26 | 1.0 MB | |
README.md | 2018-01-26 | 1.2 kB | |
Totals: 3 Items | 2.0 MB | 0 |
New APIs
- You can now construct an animation with JPG textures (by passing
textureFormat: .jpg
). - You can now set the horizontal alignment mode on a
Label
usinghorizontalAlignment
. Label
now supports plugins.Label
can now support multiple lines of text (by @Alex88WH).Label
can now be rotated (by @jussi80).Label
can now be scaled (by @Loyolny).- You can now observe clicks on a
Label
usingevents.clicked
. - You can now observe clicks on a
Camera
usingevents.clicked
. Block
now has a convenience initializer for a single texture (Block(size:texture:)
).- You can now observe when a
Scene
was resized usingevents.resized
. - You can now check whether an actor is in contact with a given actor or block (by @pablocarmu).
Bugfixes
- Fixed a bug that could cause incorrect collision detection when an actor was significantly moved (by @mattiashagstrand).
- Fixed a bug that would cause blocks to render incorrectly on macOS (by @mattiashagstrand).
View build details and download artifacts on buddybuild: ImagineEngine (iOS, ImagineEngine-iOS)