1
General coding questions / Re: 4k libs and linux
« on: March 30, 2012 »
Thanks for all the tips. I found some useful info. Most important lesson for me was to understand how long journey I have to go before I can think of writing any sort of demo. By reading some pouet topics I found out that some people use SDL (and some takes it also quite religiously). I see the point in using SDL but for now I'm going to do everything as low level as I can. Somehow high level apis would take the fun(and the whole point) out of it (IMHO).
BTW, I don't care about the window. I just want to output to the display. So I did some googling about running opengl without X. It's possible but in the end X is easier. Doing it without X requires some other libs anyway.. I also found this useful http://www.pouet.net/topic.php?which=7014&page=1
At this point I do not have a project yet. I just wanted to narrow down the technologies I want to use. I think I will use alsa for sound (the way hellfire suggested) and OpenGL as directly as I can (without any helper libs like GLUT or SDL). Thanks again for your insight. I will get back here when I get something pulled together and/or have more questions
BR, steeni
BTW, I don't care about the window. I just want to output to the display. So I did some googling about running opengl without X. It's possible but in the end X is easier. Doing it without X requires some other libs anyway.. I also found this useful http://www.pouet.net/topic.php?which=7014&page=1
At this point I do not have a project yet. I just wanted to narrow down the technologies I want to use. I think I will use alsa for sound (the way hellfire suggested) and OpenGL as directly as I can (without any helper libs like GLUT or SDL). Thanks again for your insight. I will get back here when I get something pulled together and/or have more questions

BR, steeni