Skip to content

Commit

Permalink
we may manage it
Browse files Browse the repository at this point in the history
  • Loading branch information
Xayah-Hina committed Jun 15, 2022
1 parent bd7d35c commit 8de158d
Show file tree
Hide file tree
Showing 5 changed files with 674 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ option(BGFX_BUILD_EXAMPLES OFF)
option(BGFX_INSTALL OFF)
add_subdirectory(submodules/bgfx.cmake)
#add_subdirectory(src)
add_subdirectory(samples)
add_subdirectory(samples)
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# HINA VIEWER
# HINA Viewer

## Gallery

![](./samples/sample02/sky.png)
1 change: 1 addition & 0 deletions samples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ function(add_sample EXAMPLE_NAME)
endfunction()

add_sample(sample01)
add_sample(sample02)
Loading

0 comments on commit 8de158d

Please sign in to comment.