.clang-format
.clangd
.gitignore
CMakeLists.txt
LICENSE
README.md
bump_version.sh
setup.py
.github/workflows/ci.yml
bindings/CMakeLists.txt
bindings/pybind11.cmake
bindings/python_bindings.cpp
bindings/core/genes_bindings.cpp
bindings/core/organism_bindings.cpp
examples/size_awareness.py
examples/speed_food.py
include/core/Environment.hpp
include/core/Food.hpp
include/core/Genes.hpp
include/core/Organism.hpp
include/index/ISpatialIndex.hpp
include/index/ISpatialObject.hpp
include/index/SpatialIndex.hpp
include/index/SpatialObjectWrapper.hpp
include/test/Dummy.hpp
include/test/SpatialIndexTest.hpp
simevopy.egg-info/PKG-INFO
simevopy.egg-info/SOURCES.txt
simevopy.egg-info/dependency_links.txt
simevopy.egg-info/top_level.txt
src/CMakeLists.txt
src/core/Environment.cpp
src/core/Genes.cpp
src/core/Organism.cpp
src/index/DefaultSpatialIndex.cpp
src/index/OptimizedSpatialIndex.cpp
tests/cpp/CMakeLists.txt
tests/cpp/SpatialIndexTest.cpp
tests/cpp/gtest.cmake