move from imgui to CLAY

This commit is contained in:
2026-02-25 15:20:47 -05:00
parent 6656b6d0b2
commit 12dae774e4
41 changed files with 6835 additions and 77320 deletions

View File

@@ -0,0 +1,30 @@
{
"folders": [
{
"path": ".",
"folder_exclude_patterns": ["build", ".vscode", ".vs"]
}
],
"build_systems": [
{
"name": "nob",
"shell_cmd": "nob.exe",
"working_dir": "$project_path",
"file_regex": "^(.+?)\\(([0-9]+)\\):? *(error|fatal error|warning) *\\w+: *(.*)$",
"variants": [
{
"name": "Debug",
"shell_cmd": "nob.exe debug"
},
{
"name": "Clean",
"shell_cmd": "nob.exe clean"
},
{
"name": "Bootstrap",
"shell_cmd": "cl /nologo nob.c"
}
]
}
]
}