Testing data driven rendering code using ImGUI and SDL with Flatbuffers to generate data and UI. This is a Visual Studio 2017 + Windows 10 only tested code. The interesting part of the code is self contained and should be easily portable.
In order to build, do the following:
- Download SDL 2.0.9, Glew 2.1.0, Flatbuffers 1.11.0
- Unzip them in a common folder
- Add the environment variable LIB_PATH pointing to that folder
- Copy the x64 dll of SDL and GLEW into the Bin folder.
- Compile and run!
Any comment, feedback, error please let me know!