-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
44 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,29 @@ | ||
Changelog for Blade | ||
|
||
## Unreleased | ||
## blade-graphics-0.3, blade-render-0.2 (17 Nov 2023) | ||
- tangent space generation | ||
- spatio-temporal resampling | ||
- SVGF de-noising | ||
- environment map importance sampling | ||
- shaders as assets | ||
- with includes, enums, and bitflags | ||
- with hot reloading | ||
- load textures: `exr`, `hdr` | ||
- utility: `FramePacer` | ||
- examples: scene editing in "scene" | ||
- using egui-gizmo for manipulation | ||
|
||
## 0.2 (31 May 2023) | ||
## blade-graphics-0.2, blade-render-0.1 (31 May 2023) | ||
- ray tracing support | ||
- examples: ray-query, scene | ||
- examples: "ray-query", "scene" | ||
- crate: `blade-egui` for egui integration | ||
- crate: `blade-asset` for asset pipeline | ||
- crate: `blade-render` for ray-traced renderer | ||
- load models: `gltf` | ||
- load textures: `png`, `jpg` | ||
|
||
## 0.1 (25 Jan 2023) | ||
## blade-graphics-0.1 (25 Jan 2023) | ||
- backends: Vulkan, Metal, OpenGL ES + WebGL2 | ||
- examples: mini, bunnymark, particle | ||
- examples: "mini", "bunnymark", "particle" | ||
- crate `blade-graphics` for GPU abstracting GPU operations | ||
- crate `blade-macros` for `ShaderData` derivation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters