Initial native OpenSim viewer prototype

This commit is contained in:
2026-03-10 19:54:09 +08:00
commit c382cfc3df
425 changed files with 91147 additions and 0 deletions
+47
View File
@@ -0,0 +1,47 @@
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# Local build/output dirs
build/
cmake-build-*/
.cache/
.idea/
.vscode/
# CMake generated files
CMakeCache.txt
CMakeFiles/
compile_commands.json
Makefile
cmake_install.cmake
Testing/