Tried out Google's AI response to the question of a C++ spatial hash and it kind of came close. This took some massaging but it could work.

This commit is contained in:
Zed A. Shaw 2024-10-22 01:52:15 -04:00
parent 6f2fba4f7f
commit 98baa13264
2 changed files with 75 additions and 0 deletions

View file

@ -38,4 +38,9 @@ myecstest = executable('myecstest', [
],
dependencies: dependencies)
collider = executable('collider', [
'./scratchpad/collider.cpp'
],
dependencies: dependencies)
test('tests', runtests)