rpi_player/custom_modules/sdl
2021-06-07 19:20:43 +02:00
..
core Added my tutorial engine's code as a basis for an sdl module. 2021-06-05 17:01:41 +02:00
renderer Moved the button class and made it inherit from widget. 2021-06-07 19:06:59 +02:00
widgets Added stretching related things to Widget. Also fixed Button. 2021-06-07 19:20:43 +02:00
.clang-format Added my tutorial engine's code as a basis for an sdl module. 2021-06-05 17:01:41 +02:00
application.cpp Simple test vlc scene from libvlc's sample code. Doesn't display videos at the moment for some reason. Will figure it out later. 2021-06-06 00:40:23 +02:00
application.h Added my tutorial engine's code as a basis for an sdl module. 2021-06-05 17:01:41 +02:00
compile.bat Added my tutorial engine's code as a basis for an sdl module. 2021-06-05 17:01:41 +02:00
compile.sh Added my tutorial engine's code as a basis for an sdl module. 2021-06-05 17:01:41 +02:00
detect.py Made the sdl module compile. Also the appnow creates a window. 2021-06-05 22:28:37 +02:00
main.cpp_off Moved the sdl application classes to the app folder. 2021-06-05 23:34:38 +02:00
scene.cpp Added my tutorial engine's code as a basis for an sdl module. 2021-06-05 17:01:41 +02:00
scene.h Added my tutorial engine's code as a basis for an sdl module. 2021-06-05 17:01:41 +02:00
SCsub Made the sdl module compile. Also the appnow creates a window. 2021-06-05 22:28:37 +02:00