Skip to content

Releases: Sycrosity/unknown-engine-rs

v0.9.0: Model loading (#15)

25 Aug 20:49
28f6f86
Compare
Choose a tag to compare
* add dependencies to load .obj files

* added wasm file handling and build dependencies

* updated todo list

* added build file (and accompanying directory)

* fixed clippy error + added cube object model files

* allowed tiff image files to be loaded and updated opt-level

* added resource and model loading

v0.8.0: added a depth buffer (#14)

23 Aug 22:55
199421c
Compare
Choose a tag to compare
* added a depth buffer

v0.7.3

22 Aug 20:28
081e5c2
Compare
Choose a tag to compare
  • updated homepage tag of Cargo.toml

v0.7.2

22 Aug 18:25
7fe58f7
Compare
Choose a tag to compare
  • updated semver version for crates.io upload

v0.7.1

22 Aug 15:05
975972f
Compare
Choose a tag to compare
  • added license file

v0.7.0: instance forest

22 Aug 14:17
908c03d
Compare
Choose a tag to compare
  • added the instance buffer and updated shader code

v0.6.0: camera in the sky, with pentagons

21 Aug 13:08
8e83e60
Compare
Choose a tag to compare
  • added dependencies to perform linear algebra

  • added better method to format matrices (and similar multi-line vectors)

  • changed asset file location

  • added a camera and a camera controller

  • comments, semver increase and crates.io preparation

v0.5.0: happy little tree

20 Aug 15:59
95e25f3
Compare
Choose a tag to compare
* better formated indices section

* added image dependencies for adding textures

* added asset to be rendered as a texture

* added texture support and updated shader

* updated todo list

v0.4.7: a garishly magenta uneven pentagon

19 Aug 19:33
d9d7c11
Compare
Choose a tag to compare
  • updated Todo list

  • added indices buffer

v0.4.6: one colourful triangle

19 Aug 17:37
4b57686
Compare
Choose a tag to compare
  • added colour attributes to vertices
  • updated shader code to accept colours