Skip to content

Releases: danini-the-panini/mittsu

v0.5.0

17 Nov 23:23
b6978ee
Compare
Choose a tag to compare

What's Changed

NOTE: Existing projects using the opengl renderer must now include the mittsu-opengl gem in order to continue functioning

Full Changelog: v0.4.1...v0.5.0

v0.4.1

17 Nov 20:33
660c641
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0

13 Jul 09:37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.3...v0.4.0

Version 0.3.3

05 Feb 22:35
Compare
Choose a tag to compare
  • Fix: On Ruby 2.7.2 require 'mittsu' raises a NameError [#94] [#95]
  • Fix: Reusing the same cached vector in multiple methods [#98]
  • Add Ruby 3 to the test matrix

Version 0.3.2

10 Jan 14:50
81b28a7
Compare
Choose a tag to compare
  • Fix: bad orthographic camera matrix math (#83)
  • Fix: Support recent Ruby versions; clearing up warnings (#86, thanks @marcinruszkiewicz)
  • Fix: camera helper (#85)
  • Move CI completely to GitHub Actions

Version 0.3.1

13 Jul 15:37
Compare
Choose a tag to compare
  • Fix filter variable (#80)
  • Fix macOS builds (#81)

Version 0.3.0

17 Oct 11:36
Compare
Choose a tag to compare
  • Add Ring Geometry (#68, resolves #60)
  • Add Circle Geometry (#70)
  • Add Cylinder Geometry (#72)
  • and many more geometries (#73)

Version 0.2.4

16 Sep 11:26
Compare
Choose a tag to compare
  • Fix: Issue loading libglfw on macos (#69)
  • Change: Use CircleCI for Linux builds instead of Travis (#71)

Version 0.2.3

23 Jul 09:30
Compare
Choose a tag to compare
  • Fix: Deprecation Warnings (#55)
  • Fix: libglfw loading issues on macOS (#61)
  • Fix: Failing Builds on CI (related: upgraded to CircleCI 2.0)

Version 0.2.2

02 Oct 07:48
Compare
Choose a tag to compare
  • Fix: Mesh Face Material
  • Fix: But in Geometry