Skip to content

Releases: AryanpurTech/BlueEngine

new update! 0.5.7

17 Feb 11:57
Compare
Choose a tag to compare

[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)

new update!

05 Jan 11:22
Compare
Choose a tag to compare

New version 0.5.1!

Updated wgpu and winit to latest version, and updated texture settings requiring &'static str to StringBuffer

new update!

14 Sep 18:20
Compare
Choose a tag to compare

Documentation

  • Added documentation to the entire engine (5a86e7e)

This is a new milestone for the engine!

new update!

13 Sep 10:01
Compare
Choose a tag to compare

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)

huge thanks to @akowi-sknobloch for all these contributions!

new update!

02 Sep 14:18
Compare
Choose a tag to compare

Features

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

new update!

28 Aug 14:26
Compare
Choose a tag to compare

[0.4.29] - 2023-08-28

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)

Updated a lot of stuff, now using Just to automate some things

24 Jul 08:17
Compare
Choose a tag to compare

[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

Updated to the latest dependency versions

06 Jun 12:44
Compare
Choose a tag to compare
0.4.27

chore: Added CHANGELOG and workflow for it

Updated to the latest dependency versions

09 Apr 21:00
Compare
Choose a tag to compare

Changelog

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

[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

first github release

21 Jan 16:31
Compare
Choose a tag to compare

this is the first github release, will be used to create changelog from now on.