Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
b04c3f9
Add platform check to restrict app to supported OSes
qian-o Apr 2, 2026
05c05a9
Set window title and size during creation
qian-o Apr 2, 2026
fbb70cc
Restore Vulkan binding indexing; remove ImGui overlay helper
qian-o Apr 2, 2026
1032e79
Refactor mouse event handler method names in CameraHandler
qian-o Apr 2, 2026
9f31859
Move shaders to external Slang files and load from disk
qian-o Apr 2, 2026
84bb324
Rename 'constants' buffer to 'raster' in shaders
qian-o Apr 2, 2026
3d670fb
Refactor sampling, tonemapping, and shading in shaders
qian-o Apr 2, 2026
5cfe962
Refactor BRDF calculations and shadow ray origins for improved accuracy
qian-o Apr 2, 2026
f771552
Enhance BRDF sampling and light sampling with power heuristic and Hal…
qian-o Apr 2, 2026
07a6776
Refactor: use PI constant and unify RNG variable names
qian-o Apr 2, 2026
751d11a
Update light position and add PBR shading to rasterizer
qian-o Apr 2, 2026
cf0510d
Add Fragment stage to mesh shading argument table setup
qian-o Apr 3, 2026
12ef84d
Add explicit Matrix4x4-to-3x4 conversions for RTAS
qian-o Apr 4, 2026
635fab4
Refactor matrix assignments for clarity in format methods
qian-o Apr 4, 2026
6dab9c5
Mark format helper classes as unsafe, update method signatures
qian-o Apr 4, 2026
10c521f
Remove CONVENTIONS.md documentation
qian-o Apr 4, 2026
886d5b6
Modernize advanced tutorials: mesh shading & ray tracing
qian-o Apr 4, 2026
a4b2558
Add _gitUrlPattern to docfx.json for source code links
qian-o Apr 4, 2026
2b231e2
Update demo images for compute, mesh, ray tracing, and cube
qian-o Apr 4, 2026
f79d372
Rewrite and clarify all tutorial documentation
qian-o Apr 4, 2026
d9f943f
Update docs: clarify code, dependencies, and asset setup
qian-o Apr 4, 2026
9ffc1f3
Bump package version to 0.0.8
qian-o Apr 7, 2026
31764e7
Update sources/Experiments/CornellBox/Assets/Shaders/PathTracing.slang
qian-o Apr 7, 2026
7b59def
Simplify shadow ray TMax assignment and validation
qian-o Apr 7, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion documents/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
"_gitContribute": {
"repo": "https://github.com/qian-o/Zenith.NET",
"branch": "master"
}
},
"_gitUrlPattern": "https://github.com/qian-o/Zenith.NET/blob/master/{path}#L{line}"
},
"output": "_site",
"sitemap": {
Expand Down
Binary file modified documents/images/compute-shader.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified documents/images/indirect-drawing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified documents/images/mesh-shading.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified documents/images/ray-tracing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified documents/images/spinning-cube.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading