imgui-ws
Dear ImGui over WebSockets
File Explorer
Download Latest Version (.zip)- build.yml
- CMakeLists.txt
- index.html
- main.cpp
- README.md
- CMakeLists.txt
- index.html
- main.cpp
- CMakeLists.txt
- index.html
- main.cpp
- README.md
- CMakeLists.txt
- index.html
- main.cpp
- README.md
- CMakeLists.txt
- common.h
- imgui-draw-data-compressor.h
- imgui-ws.h
- CMakeLists.txt
- common.h
- common.h.in
- compressor-xor-rle-per-draw-list-with-vtx-offset.cpp
- compressor-xor-rle-per-draw-list.cpp
- imgui-ws.cpp
- imgui-ws.js
- imconfig-vtx32.h
- imgui_impl.cpp
- imgui_impl.h
- CMakeLists.txt
- imgui
- CMakeLists.txt
- incppect
- CMakeLists.txt
- main.cpp
- CMakeLists.txt
- main.cpp
- CMakeLists.txt
- main.cpp
- CMakeLists.txt
- common.h
- .gitignore
- .gitmodules
- CMakeLists.txt
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/ggerganov/imgui-ws
Downloads the entire project code from GitHub to your computer.
cd imgui-ws
Moves into the project folder you just downloaded.
2. CMake
Medium RecommendedPrerequisites
cmake ..
Analyzes the source code and generates build configuration files (must be run inside the build folder).
Check that an executable was created inside the build folder, then run it directly (e.g. ./build/app_name).
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
