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:
parent
6f2fba4f7f
commit
98baa13264
2 changed files with 75 additions and 0 deletions
|
@ -38,4 +38,9 @@ myecstest = executable('myecstest', [
|
|||
],
|
||||
dependencies: dependencies)
|
||||
|
||||
collider = executable('collider', [
|
||||
'./scratchpad/collider.cpp'
|
||||
],
|
||||
dependencies: dependencies)
|
||||
|
||||
test('tests', runtests)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue