cleanup build. add demo project. add timing features to sync. switch to more std::string and std::vector usage over custom, hacky Array template

This commit is contained in:
2025-09-01 21:56:43 -05:00
parent b4e90dce4d
commit 75e72ba9ca
25 changed files with 663 additions and 1759 deletions

View File

@@ -1,5 +1,3 @@
#pragma once
#include "util.hpp"
bool parse_poses(Array<glm::mat2x3>* locs_out, const char* filepath);
bool parse_poses(std::vector<glm::mat2x3>* locs_out, const char* filepath);