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