Well I havn't posted in little a while, but I do have some stuff cuing up for the future. I was bored and wanted to work on a GTK program while listening to one of my favorite linux podcasts (The Linux Link Tech Show) and decided to make a small multithreaded media player in C/GTK+ with an SDL backend for the audio playback and threading support. Apparently SDL_mixer has some issue with pausing that hasnt been sorted yet so the pause button probably wont work properly, as it didn't for me either.
You can download a tar-bzip2 package here. Obviously I use linux, so there is a linux-x86 binary in there along with the source code, as well as a Makefile. I don't use windows but I hear that you can compile GTK+ apps under windows, wouldn't know because I havn't really tried it. But to run under linux you just need the gtk+-2.0, libsdl-1.2, and libsdl-mixer libraries and if you want to compile it from source, you obviously need the development headers as well.
Subscribe to:
Post Comments (Atom)
1 comment:
Hey, a friend of mine was looking to do a project like this. I just wanted to point out that I have successfully built and executed your project on Windows using the Code::Blocks IDE. Good work!
Post a Comment