- cortex_demo.gif: 400px, 10fps, palette-optimized (833KB) - Converted from cortex.mp4 (3.8s, 1280x720, 30fps) - Shows physics simulation with PBR + shadows + multi-light - README.md: embedded GIF at top - .gitignore: added cortex.mp4 (source video, too large for git)
41 lines
350 B
Plaintext
41 lines
350 B
Plaintext
# Build outputs
|
|
bin/
|
|
obj/
|
|
|
|
# IDE
|
|
.vs/
|
|
.vscode/
|
|
*.user
|
|
*.suo
|
|
|
|
# NuGet
|
|
*.nupkg
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Generated screenshots
|
|
Screenshots/
|
|
|
|
# Video recordings
|
|
Videos/
|
|
|
|
# ImGui
|
|
imgui.ini
|
|
|
|
# dotnet
|
|
*.dll
|
|
*.exe
|
|
*.pdb
|
|
*.cache
|
|
*.json
|
|
!*.csproj
|
|
!*.sln
|
|
!launchSettings.json
|
|
!claude_desktop_config.json
|
|
.playwright-mcp/
|
|
Vulkan-Guide/
|
|
cortex.mp4
|
|
cortex.mp4
|