[Renderers/Terminal] Add initial implementation of terminal renderer (#91)

This commit is contained in:
Emmanuel 2025-05-21 21:45:52 -03:00 committed by GitHub
parent 7af50d0f48
commit 65e813d4df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 249 additions and 0 deletions

View file

@ -25,6 +25,7 @@ endif()
if(CLAY_INCLUDE_ALL_EXAMPLES OR CLAY_INCLUDE_DEMOS)
if(NOT MSVC)
add_subdirectory("examples/clay-official-website")
add_subdirectory("examples/terminal-example")
endif()
add_subdirectory("examples/introducing-clay-video-demo")
endif ()