Skip to content

Releases: alexlarsson/gthree

Release 0.9.0

24 Jul 14:14
0.9.0
Compare
Choose a tag to compare

Changes in 0.9.0

  • Split out gtk3 support into libgthree-gtk3
  • Add gtk4 support via libgthree-gtk4
  • Lots of new features backported from three.js
  • Some changes in what graphene vector/point types are used in the API
  • More examples
  • Fix to the depth test tracking that broke disabling depth tests
  • Now allows building as static lib

Release 0.2.0

09 Sep 07:36
0.2.0
Compare
Choose a tag to compare

Changes in 0.2.0

  • Requires graphene 1.10.0 for new API
  • Object: added setters and getters for the up direction
  • Object: Setting custom matrix now updates scale and rotation
  • Support shadow maps, see examples/shadows
  • New light type GthreeSpotLight
  • Support for raycasting, see examples/interactive
  • Fix regressions with clear color handling
  • Fix crash when disabling all lights
  • Initial cut at API docs
  • Graphene can now be built as a subproject

First release

13 Aug 17:37
0.1.0
Compare
Choose a tag to compare
First release Pre-release
Pre-release

This is the first release of gthree. Most things seems to work, and the basic APIs look sound. However things still move pretty fast, so there are no guarantees of API stability.