summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
8 daysfix: PostProcessHelperTest signature and fixture sharingskal
8 daysrefactor: Optimize CNN grayscale computationskal
8 daysupdate train_cnn.py and shaderskal
8 daysdocs: Add inference mode to training documentationskal
8 daysfeat: Add inference mode to train_cnn.py for ground truth generationskal
8 daysfix: CNN training normalization pipeline consistencyskal
8 daysudpate CNN shader code.skal
8 daysfeat: Add --shader-only option to convert_shadertoy.pyskal
8 daysrefactor: Optimize CNN normalization to eliminate redundant conversionsskal
8 daysupdate timeline.seqskal
8 daysfix: Flip Y-axis to match ShaderToy coordinate conventionskal
8 daysrefactor: Improve convert_shadertoy.py to generate compile-ready codeskal
8 daysfeat: Add Scene1 effect from ShaderToy (raymarching cube & sphere)skal
8 dayschore: Remove incomplete CubeSphere effectskal
8 daysdocs: Fix EFFECT keyword syntax and add automation-friendly workflowskal
8 daysfeat: Add ShaderToy conversion toolsskal
8 daysfix: Support variable kernel sizes in CNN layer generationskal
8 daysdocs: Document WGPU builder refactoring in COMPLETED.mdskal
8 daysrefactor: Factor WGPU boilerplate into builder pattern helpersskal
8 daysfeat: CNN RGBD→grayscale with 7-channel augmented inputskal
8 daysudpateskal
8 daysupdate timelineskal
8 daysfix: Resolve CNN effect black screen bug (framebuffer capture + uniforms)skal
8 daysfix: Capture scene framebuffer before post-processing for CNN effectskal
8 daysfeat: Add multi-layer CNN support with framebuffer capture and blend controlskal
8 daysdocs: Update and streamline CNN training documentationskal
8 daysfeat: Add checkpointing support to CNN training scriptskal
8 daysfix: Auto-expand single kernel size to all layers in training scriptskal
8 daysupdate target imagesskal
8 daysfeat: Add coordinate-aware CNN layer 0 for position-dependent stylizationskal
8 daysdocs: Add CNN effect documentation and update project statusskal
8 daysfeat: Add CNN post-processing effect with modular WGSL architectureskal
8 daysinitial doc for the CNN projectskal
8 daysdocs: Reorganize shader editor documentationskal
8 daysfix: Use placeholder technique to prevent syntax highlighting overlapskal
8 daysrefactor: Improve syntax highlighting to avoid overlapping matchesskal
8 daysfeat: Add WGSL syntax highlightingskal
8 daysrefactor: Increase editor pane size by 20% (36% → 43%)skal
8 daysfix: Remove resolutionSelect references after removing UI elementskal
8 daysfeat: Remove resolution selector, enable autoplay on loadskal
8 daysfix: Use 16:9 aspect ratio and object-fit contain for canvasskal
8 daysfix: Canvas fills available height instead of maintaining square aspectskal
8 daysfix: Reference texture/sampler in default shader for bind group layoutskal
8 daysfix: Use var instead of let for mutable uv in default shaderskal
8 daysrefactor: Adjust shader editor layout and add default animationskal
8 daysfeat: Add HTML WGSL shader editor toolskal
8 daysfix: Guard --headless flag with DEMO_HEADLESS defineskal
9 daysrefactor: Reorganize tests into subsystem subdirectoriesskal
9 daysfix: Reduce default audio volumes to prevent clippingskal
9 daysdocs: Streamline headless mode documentationskal