procedural-3d-engine/.claude/settings.local.json
Claude Code 09ba229353
Some checks failed
Build Project / Build Ubuntu (push) Has been cancelled
Build Project / Build Windows (push) Has been cancelled
Build Project / Build macOS (push) Has been cancelled
Initial procedural 3D engine setup
- Updated README.md with modern project structure and features
- Cleaned up Android build files (not needed for desktop engine)
- Restructured as procedural 3D engine with ImGui integration
- Based on Sascha Willems Vulkan framework with dynamic rendering
- Added comprehensive build instructions and camera system docs

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-17 18:56:17 +02:00

13 lines
No EOL
214 B
JSON

{
"permissions": {
"allow": [
"Bash(env)",
"Bash(curl:*)",
"Bash(git remote remove:*)",
"Bash(git remote set-url:*)",
"Bash(git add:*)"
],
"deny": [],
"ask": []
}
}