daily update

This commit is contained in:
2025-12-29 09:08:40 +08:00
parent b32406225f
commit 411fc48982
130 changed files with 24830 additions and 0 deletions

0
coordinate-systems/.clang-format Normal file → Executable file
View File

0
coordinate-systems/.clangd Normal file → Executable file
View File

0
coordinate-systems/.idea/.gitignore generated vendored Normal file → Executable file
View File

0
coordinate-systems/.idea/.name generated Normal file → Executable file
View File

0
coordinate-systems/.idea/coordinate-systems.iml generated Normal file → Executable file
View File

0
coordinate-systems/.idea/editor.xml generated Normal file → Executable file
View File

0
coordinate-systems/.idea/misc.xml generated Normal file → Executable file
View File

0
coordinate-systems/.idea/modules.xml generated Normal file → Executable file
View File

9
coordinate-systems/CMakeLists.txt Normal file → Executable file
View File

@@ -14,4 +14,13 @@ target_link_libraries(
${PROJECT_NAME}
PRIVATE
libglfw3.a
${X11_LIBRARIES}
${OPENGL_LIBRARIES}
GL
Xrandr
Xi
Xinerama
Xcursor
pthread
dl
)

0
coordinate-systems/camera.hh Normal file → Executable file
View File

0
coordinate-systems/glad.c Normal file → Executable file
View File

0
coordinate-systems/main.cc Normal file → Executable file
View File

0
coordinate-systems/mesh.hh Normal file → Executable file
View File

0
coordinate-systems/myshader.hh Normal file → Executable file
View File

0
coordinate-systems/stb_image.h Normal file → Executable file
View File

0
coordinate-systems/stb_image_wrap.h Normal file → Executable file
View File