added simple demoreel and ps2 skeleton coded by claude fable 5

This commit is contained in:
aap
2026-08-09 01:39:54 +02:00
parent 92851aa1ed
commit 0a7eb48ce3
18 changed files with 1482 additions and 9 deletions
+16
View File
@@ -0,0 +1,16 @@
add_executable(demoreel WIN32
demoreel.h
main.cpp
proctex.cpp
scene_knot.cpp
scene_particles.cpp
scene_tunnel.cpp
)
target_link_libraries(demoreel
PRIVATE
librw::skeleton
librw::librw
)
librw_platform_target(demoreel)