This is supposed to become a opengl (glsl) shader editor and viewer
its using ImGui's docking branch
- Use Zep instead of ImGuiColoredTextEditor
- Settings for shaders like custom uniforms and other things
- Add options to change ImGui and Editor theme
- find errors in shader while editing and show them as error markers
shader_editor/
- comp/
- output of
make comp_libs
- output of
- include/
- glad
- GLFW
- KHR
- lib/
- glfw3.dll
- glfw3dll.lib
- out/
- glfw3.dll
- src/
- glad.c
other files and folders should already be there