Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
b8d9538
The wgpu backend is running on Metal on your M1 Max, compiling GLSL 3…
cskonopka Mar 16, 2026
472cf1c
new phases 1-4 complete, docs in root
cskonopka Mar 16, 2026
dc0ad05
syphon out example works, but needs refinement
cskonopka Mar 19, 2026
759d09e
feat: wire NDI output via grafton-ndi 0.11 (scheng-output-ndi + instr…
cskonopka Mar 21, 2026
847a298
feat: add Spout2 output/input stubs with full C++ bridge (Windows, ac…
cskonopka Mar 21, 2026
e937a92
feat: add scheng-input-ndi receive (grafton-ndi 0.11), fix workspace …
cskonopka Mar 22, 2026
04534ba
feat: add scheng-input-webcam with nokhwa (format fallback chain, Arc…
cskonopka Mar 22, 2026
86b9ab2
feat: add scheng-input-video (ffmpeg-next 8, Arc texture, NodeConfig …
cskonopka Mar 22, 2026
dd820ac
feat: add scheng-input-syphon receive (ObjC Metal bridge, persistent …
cskonopka Mar 22, 2026
365afdb
feat: add RTMP/RTSP out (auto-detect from URL, -an/-rtsp_transport tc…
cskonopka Mar 23, 2026
a3c1c8e
feat: full test suite passing — per-crate unit tests, MSAA infrastruc…
cskonopka Mar 24, 2026
b27f26f
feat: colorspace audit — Rgba16Float render targets, bt.709 FFmpeg ta…
cskonopka Mar 24, 2026
f48dbae
feat: stabilize scheng SDK — MSAA, Rgba16Float, colorspace audit, per…
cskonopka Mar 24, 2026
e2fe4db
feat: Phase 1.2 custom uniforms — inject CustomBlock at binding 6, wi…
cskonopka Mar 25, 2026
8a79ea8
docs: add user-facing web docs — landing page, architecture diagrams,…
cskonopka Mar 25, 2026
0482404
moved webpage to root
cskonopka Mar 25, 2026
6598b7c
added extra folder to test website theory
cskonopka Mar 25, 2026
2618e82
attempting doc fix
cskonopka Mar 25, 2026
77d5669
updated sdk reference
cskonopka Mar 25, 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
Binary file modified .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ target
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

media

# Generated by cargo mutants
# Contains mutation testing data
**/mutants.out*/
Expand Down
Loading
Loading