Skip to content

0.1.3

Compare
Choose a tag to compare
@davesmith00000 davesmith00000 released this 25 Sep 06:44
· 62 commits to main since this release

As of version 0.1.3, there are no known bugs in Ultraviolet ...which merely means that there are many unknown bugs lurking at the other end of the spectrum!

Fixes in this release:

  1. Added support for unary !, e.g. in if !myBool then vec4(1.0) else vec4(2.0).
  2. Embedding Raw GLSL without trimming no longer creates erroneous ;'s.
  3. Anonymous unary functions where the the argument is ignored using _ now generate shader code that compiles correctly.

The release is part of a wider set up upcoming releases that, along with the usual fixes and improvements, aims to get all the PKG libraries onto the same versions of things like Scala / Scala.js.