replaced imgui with cimgui shared lib to use with c# bindings

This commit is contained in:
2025-04-29 02:37:15 +05:00
parent 72f47c297e
commit d5531ce370
12 changed files with 67 additions and 43 deletions

View File

@@ -4,7 +4,7 @@ A game engine or something, idk.
## Installation
1. **Clone the repository.**
```sh
git clone --recurse-submodules https://timerix.ddns.net/git/Timerix/ougge.git
git clone --recurse-submodules --depth 1 https://timerix.ddns.net/git/Timerix/ougge.git
```
2. **Install [cbuild](https://timerix.ddns.net/git/Timerix/cbuild).**
3. **Install [SDL2](https://github.com/libsdl-org/SDL) and [SDL2_image](https://github.com/libsdl-org/SDL_image).**