mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Cleanup main
This commit is contained in:
22
main.cpp
22
main.cpp
@@ -1,27 +1,8 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <iostream>
|
||||
|
||||
// standalone image loader
|
||||
#include "stb_image.h"
|
||||
|
||||
// Opengl
|
||||
#include <glad/glad.h>
|
||||
#include <glm/glm.hpp>
|
||||
#include <glm/gtc/type_ptr.hpp>
|
||||
#include <glm/gtc/matrix_access.hpp>
|
||||
#include <glm/gtc/matrix_transform.hpp>
|
||||
|
||||
// GStreamer
|
||||
#include <gst/gst.h>
|
||||
#include <gst/gstbin.h>
|
||||
#include <gst/gl/gl.h>
|
||||
#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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user