diff --git a/main.cpp b/main.cpp index 357a9da..623fcc0 100644 --- a/main.cpp +++ b/main.cpp @@ -1,27 +1,8 @@ #include -#include - -// standalone image loader -#include "stb_image.h" - -// Opengl -#include -#include -#include -#include -#include // GStreamer #include -#include -#include -#include "GstToolkit.h" - -// imgui -#include "imgui.h" -#include "ImGuiToolkit.h" -#include "ImGuiVisitor.h" // vmix #include "Settings.h" @@ -97,9 +78,6 @@ int main(int argc, char *argv[]) gst_debug_set_active(FALSE); #endif -// test text editor -// UserInterface::manager().fillShaderEditor( Resource::getText("shaders/image.fs") ); - // draw the scene Rendering::manager().pushFrontDrawCallback(drawScene);