• 0.5.10 5f3f232e7c

    ElhamAryanpur released this 2024-06-06 16:18:36 +00:00 | 162 commits to master since this release

    2024-06-06

    Bug Fixes

    Miscellaneous Tasks

    Downloads
  • 0.5.7 60513a547b

    ElhamAryanpur released this 2024-02-17 11:54:47 +00:00 | 174 commits to master since this release

    [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)
    Downloads
  • 0.5.1 4e213a73b3

    new update! Stable

    ElhamAryanpur released this 2024-01-05 11:03:51 +00:00 | 191 commits to master since this release

    New version 0.5.1!

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

    Downloads
  • 0.5.0 4a9a97f80c

    new update! Stable

    ElhamAryanpur released this 2023-09-14 18:17:03 +00:00 | 194 commits to master since this release

    Documentation

    • Added documentation to the entire engine (5a86e7e)

    This is a new milestone for the engine!

    Downloads
  • 0.4.32 33d942da94

    new update! Stable

    ElhamAryanpur released this 2023-09-13 09:48:52 +00:00 | 196 commits to master since this release

    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!

    Downloads
  • 0.4.30 0eee90719e

    new update! Stable

    ElhamAryanpur released this 2023-09-02 14:17:24 +00:00 | 206 commits to master since this release

    Features

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

    new update! Stable

    ElhamAryanpur released this 2023-08-28 14:25:13 +00:00 | 209 commits to master since this release

    [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)
    Downloads
  • 0.4.28 a2df872547

    ElhamAryanpur released this 2023-07-24 08:16:47 +00:00 | 218 commits to master since this release

    [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
    Downloads
  • 0.4.27 9d594ef720

    ElhamAryanpur released this 2023-04-09 21:21:52 +00:00 | 229 commits to master since this release

    Downloads
  • 0.4.26 ae44f7626d

    ElhamAryanpur released this 2023-04-09 20:29:32 +00:00 | 231 commits to master since this release

    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
    Downloads