-
Notifications
You must be signed in to change notification settings - Fork 76
Compile CIMGUI in a docker with Steam's Sniper SDK
se5a edited this page Mar 14, 2025
·
1 revision
bash
sudo apt update
sudo apt install docker.io
sudo usermod -aG docker $USER
newgrp docker
bash
docker pull registry.gitlab.steamos.cloud/steamrt/sniper/sdk
bash
docker run -it -v /home/username/cimgui:/work registry.gitlab.steamos.cloud/steamrt/sniper/sdk
bash
apt update
apt install -y git make build-essential libstdc++6
cd /work
git clone --depth 1 https://github.com/cimgui/cimgui.git
cd cimgui
git submodule update --init --depth 1
make
bash
exit
You should be able to find the compiled cimgui.so in your /home/username/cimgui directory. copy this across to pulsar.
Documentation
-
Contribution
-
Design
-
Processes
-
Datatypes
-
Guides and Resources
-
Modding & Json files