Skip to content

Latest commit

 

History

History
116 lines (68 loc) · 4.8 KB

CHANGELOG.md

File metadata and controls

116 lines (68 loc) · 4.8 KB

Changelog

All notable changes to this project will be documented in this file.

[0.5.10] - 2024-06-06

Bug Fixes

Miscellaneous Tasks

[0.5.7] - 2024-02-17

Bug Fixes

  • Surface error for non zero size on windows (8426db3)

Features

  • Added control_flow, present_mode, alpha_mode, and desired_maximum_frame_latency options (60513a5)
  • Fixed scissor bounds bug, added examples (9a89185)
  • Added scissor and clear color finally (ee77156)

Miscellaneous Tasks

  • Clear color example and updates (6e2f434)

[0.5.0] - 2023-09-14

Documentation

  • Added documentation to the entire engine (5a86e7e)

[0.4.32] - 2023-09-13

Bug Fixes

Features

  • Added render_order to the objects to control when they are sent to the gpu (e00910a)
  • Implemented switching between perspective and orthographic projection (2cd24c7)
  • Option to set perspective or orthographic projection (297f67e)
  • Added projection enum (5177e4a)

Miscellaneous Tasks

  • Added some fixes to the PR (e1b9217)
  • Added some fixes to the PR (2559d6b)

[0.4.30] - 2023-09-02

Features

  • Instancing now works, with example. fix #40 (8e5e2db)
  • Transparency in textures now working (1dafadf)

[0.4.29] - 2023-09-02

Features

  • Resource sharing now fully working. with example (be915ed)
  • PipelineData added to allow sharing pipeline resources (e4c58d7)
  • Added inline impl for ObjectStorage functions for cheaper trait usage (b0d48bb)

Miscellaneous Tasks

  • Added some doc to lib.rs (142a683)

[0.4.28] - 2023-07-24

Bug Fixes

  • Potential fix for #27

Features

  • _and_return functions now return buffers and bindgroups - Objects can now be hidden from rendering
  • Added backends option to the window descriptor
  • Added justfiles instead of clog

Miscellaneous Tasks

  • Updated all dependency versions to latest
  • Added CHANGELOG and workflow for it
  • Deleted changelog workflow as not working
  • Added a docs and changes to the downstream
  • Upgraded versions of dependency and engine

Refactor

  • Moved light and model loader and added clog for changelog
  • Added some docs, and cleaned up code a bit

[0.4.26] - 2023-04-09

Features

  • _and_return functions now return buffers and bindgroups - Objects can now be hidden from rendering

Miscellaneous Tasks

  • Updated all dependency versions to latest

Refactor

  • Moved light and model loader and added clog for changelog
  • Added some docs, and cleaned up code a bit