Now have a simple camera system that I can configure in json for different motion effects.

This commit is contained in:
Zed A. Shaw 2025-11-03 00:25:48 -05:00
parent 8345097e10
commit 5b57fb2033
11 changed files with 173 additions and 128 deletions

6
tests/camera.cpp Normal file
View file

@ -0,0 +1,6 @@
#include <catch2/catch_test_macros.hpp>
#include <fmt/core.h>
TEST_CASE("view based camera system", "[camera]") {
REQUIRE(1 == 1);
}