Skip to content

'circle' hotfix, stdin binding support

Compare
Choose a tag to compare
@jarcode-foss jarcode-foss released this 12 Mar 18:40
· 92 commits to master since this release
b37ab5b

disclaimer: this release invokes undefined behavior due to a bug (fixed in later versions)

  • A problem with artifacting in circle has been fixed, see #107
  • --stdin has been added, which binds simple GLSL datatypes to STDIN in shaders. This evaluates to a uniform, and thus can be used to stream some data at runtime to GLava. This feature may be expanded on later (with backwards-compatible support for the current format/arguments)