Releases: AryanpurTech/BlueEngine
Releases · AryanpurTech/BlueEngine
new update! 0.5.7
[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
, anddesired_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!
New version 0.5.1!
Updated wgpu and winit to latest version, and updated texture settings requiring &'static str
to StringBuffer
new update!
Documentation
- Added documentation to the entire engine (5a86e7e)
This is a new milestone for the engine!
new update!
Bug Fixes
Features
- Added
render_order
to the objects to control when they are sent to the gpu (e00910a) - Implemented switching between
perspective
andorthographic
projection (2cd24c7) - Option to set perspective or orthographic projection (297f67e)
- Added projection enum (5177e4a)
Miscellaneous Tasks
huge thanks to @akowi-sknobloch for all these contributions!
new update!
new update!
Updated a lot of stuff, now using Just to automate some things
[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
0.4.27 chore: Added CHANGELOG and workflow for it
Updated to the latest dependency versions
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
this is the first github release, will be used to create changelog from now on.