- README.md: new — features, quick start, controls, MCP tools, requirements - AGENTS.md: rewritten for pure P/Invoke Vulkan 1.3 (was Raylib/OpenGL) - CORTEX_ENGINE_ARCHITECTURE.md: complete rewrite — current architecture, frame loop, UBO layout, push constants, shadow mapping, PBR, AI/MCP, physics, ImGui, video recording, content, testing - VULKAN_IMPLEMENTATION_PLAN.md: marked as COMPLETE with all 21 phases - scripts/run.sh: updated examples - .gitignore: added Videos/, imgui.ini, cortex.mp4 - Removed tracked imgui.ini and video files
40 lines
339 B
Plaintext
40 lines
339 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
|