WIP: organization

- move group, root into Structure<>
- semantic type aliases like VectorDf, MatrixGXui, etc.
- separate components and systems files
This commit is contained in:
David Allemang
2023-02-12 09:59:27 -05:00
parent 16e195a69b
commit 844bf23b3b
4 changed files with 130 additions and 66 deletions

View File

@@ -9,7 +9,7 @@ add_custom_command(
add_executable(vis
src/main.cpp
src/comps.hpp
src/components.hpp
)
target_include_directories(vis PRIVATE include)
target_link_libraries(vis PRIVATE