Releases: oclyke/sicgl
Releases · oclyke/sicgl
v0.6.1
v0.6.0
v0.5.0
v0.4.0
v0.3.0
What's Changed
- add offset for scalar field by @oclyke in #46
- add args to compose function + use run-clang-format by @oclyke in #47
- protect bounds in ellipse by @oclyke in #48
- add compositing and blending by @oclyke in #50
- remove single-point float literals by @oclyke in #51
- fox more doubles by @oclyke in #52
- 🦊 by @oclyke in #53
- add compositor tests by @oclyke in #54
- fix compositing by @oclyke in #55
- gradient alpha testing by @oclyke in #56
Full Changelog: v0.2.0...v0.2.1
v0.2.0
notice:
This release contains BREAKING CHANGES from v0.1.0. This is only allowed because sicgl is still in pre-release (v0.x.x).
Once sicgl reaches v1.x.x the versioning scheme will strictly follow Semantic Versioning 2.0.0
What's Changed
- make specific interface screen reference indirect by @oclyke in #38
- remove generic interface by @oclyke in #39
- organization by @oclyke in #40
- simplify fields and blits by @oclyke in #41
- use width of intersection in compositor functions by @oclyke in #42
- handle alpha channel in color operations by @oclyke in #44
- rename color sequence interpolation functions by @oclyke in #45
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- int colors by @oclyke in #27
- soup up color sequences by @oclyke in #29
- add discrete color sequence getters by @oclyke in #30
- use color_t type for specific memory by @oclyke in #31
- remove display_t by @oclyke in #32
- add code for nonexistent intersections by @oclyke in #33
- screen tools by @oclyke in #34
- blit by @oclyke in #35
- add scalar fields by @oclyke in #36
Full Changelog: v0.0.3...v0.1.0