Zach

Results 5 issues of Zach

The goal of this PR is to build and run an implementation of "Dear ImGui" on Android using SDL bindings/impl and the the OpenGL3 impl. Here are some important points...

backends
opengl

I noticed the `androidbuild.sh` script does not make the first character uppercase in the Android Activity-class name, which is a Java-convention. I see the class name is generated by the...

I've come across this error several times on my machine and on Hines. I'm using the command: `bin/sisrs sites -g 11223441 -m 4 -t 0.99 -f /path/to/SISRS_test_data > sisrs_sites_out.txt` This...

I have the `map_editor` tool built. I am looking for an example to load a file. In the `common/zone_map.cpp` file, there's a loader which appears to look for `maps/base/zone_name`. For...

```cmake CMake Error at common/CMakeLists.txt:82 (SOURCE_GROUP): SOURCE_GROUP Unknown argument "graphics/imgui_glfw.cpp". Perhaps the FILES keyword is missing. ``` On line 82 I added `FILES` keyword and it works ```cmake SOURCE_GROUP(graphics FILES...