Releases: whyisitworking/imagine
Releases · whyisitworking/imagine
1.1.0
What's new
- Photoshop style layer blend mode introduced with
ImagineBlendMode
enum. - Editor app UI and functionality upgraded to demonstrate blend mode.
- Documentation updated.
- All library specific classes and types are renamed with
Imagine
prefix (e.gImagineLayer
). - Moved static shader code from
ImagineShaderFactory
to raw resource files.
What's fixed
- Exporting without layers was causing arbitrary artifacts.
- Viewport flickering while exporting.
Extras
A debug APK of the editor is provided alongside this release. Check below.
1.0.2
RenderContext introduced in ImagineEngine for abstraction over drawing based on mode
1.0.0
Stable