Skip to content

Releases: xelatihy/yocto-gl

Yocto/GL 1.4.0

27 Feb 07:37
b472478
Compare
Choose a tag to compare

Mostly a point release to lock in a stable 1.x version. The 2.x library version will be backward incompatible with the current one.

Yocto/GL 1.3.0

11 Nov 12:35
d577725
Compare
Choose a tag to compare

Split scene between various components of Yocto/GL. Several API cleanups.

Yocto/GL 1.2.0

09 Sep 19:45
Compare
Choose a tag to compare

Significant simplification in low-level model IO.

Yocto/GL 1.1.0

08 Sep 14:15
597d0b4
Compare
Choose a tag to compare

This release includes two main changes, mostly internal. Low-level scene parsers are moved to the new ModelIO library and include SAX-like parsing without callbacks. The path tracer has been significantly reduce in code length, while maintaining the same behaviour. The material model now has better energy conservation.

Yocto/GL 1.0.0

19 Jun 14:42
Compare
Choose a tag to compare

First stable release. For a list of features, please consult the readme file.

Moving forward, we will follow semantic versioning. We plan to have relatively quick releases with new features, and use deprecation for API changes. Experimental APIs might crop up from time to time, and they will be marked as such until stable or removed. We will follow a relatively strict policy for the library, while the example applications will be changed more liberally.