minor changes. started writting own 3d math library and started implementation for linux/mac

This commit is contained in:
AlphaCapella
2025-08-09 14:20:26 +02:00
parent 295444d0e5
commit 2c301b76cf
19 changed files with 291 additions and 13 deletions

View File

@@ -0,0 +1,133 @@
{
"cmake" :
{
"generator" :
{
"multiConfig" : true,
"name" : "Visual Studio 17 2022",
"platform" : "x64"
},
"paths" :
{
"cmake" : "C:/Program Files/CMake/bin/cmake.exe",
"cpack" : "C:/Program Files/CMake/bin/cpack.exe",
"ctest" : "C:/Program Files/CMake/bin/ctest.exe",
"root" : "C:/Program Files/CMake/share/cmake-4.0"
},
"version" :
{
"isDirty" : false,
"major" : 4,
"minor" : 0,
"patch" : 0,
"string" : "4.0.0-rc5",
"suffix" : "rc5"
}
},
"objects" :
[
{
"jsonFile" : "codemodel-v2-698401d937ca015c3200.json",
"kind" : "codemodel",
"version" :
{
"major" : 2,
"minor" : 8
}
},
{
"jsonFile" : "cache-v2-1f536b0541cd72fa4e4c.json",
"kind" : "cache",
"version" :
{
"major" : 2,
"minor" : 0
}
},
{
"jsonFile" : "cmakeFiles-v1-8def005cf7f789560f52.json",
"kind" : "cmakeFiles",
"version" :
{
"major" : 1,
"minor" : 1
}
},
{
"jsonFile" : "toolchains-v1-03785a97051e66650a6b.json",
"kind" : "toolchains",
"version" :
{
"major" : 1,
"minor" : 0
}
}
],
"reply" :
{
"client-vscode" :
{
"query.json" :
{
"requests" :
[
{
"kind" : "cache",
"version" : 2
},
{
"kind" : "codemodel",
"version" : 2
},
{
"kind" : "toolchains",
"version" : 1
},
{
"kind" : "cmakeFiles",
"version" : 1
}
],
"responses" :
[
{
"jsonFile" : "cache-v2-1f536b0541cd72fa4e4c.json",
"kind" : "cache",
"version" :
{
"major" : 2,
"minor" : 0
}
},
{
"jsonFile" : "codemodel-v2-698401d937ca015c3200.json",
"kind" : "codemodel",
"version" :
{
"major" : 2,
"minor" : 8
}
},
{
"jsonFile" : "toolchains-v1-03785a97051e66650a6b.json",
"kind" : "toolchains",
"version" :
{
"major" : 1,
"minor" : 0
}
},
{
"jsonFile" : "cmakeFiles-v1-8def005cf7f789560f52.json",
"kind" : "cmakeFiles",
"version" :
{
"major" : 1,
"minor" : 1
}
}
]
}
}
}
}