Hi all,

I was wondering do any of you have experience using OpenGL and/or OpenAL in C? I'm planning on building an experiment using C and both those libraries in Linux Kernel.

It's been quite some time since I last coded (approx. 8 years) so I'd appreciate advice if you have any.

Next week I'll be digging out the old code books and re-educating myself.

What I want to do is display a shape (sometimes a cirlce - half white, half black; other times squares) against a static background for a few milliseconds.

Before the presentation of the shape to the screen a generic beep sound will be presented (around 7 milliseconds long) and also after the shape has been presented and removed.

I'm not too bothered about the millisecond accuracy right now, I'd be more than happy with advice on how to draw shapes to the screen and present sound using both these libraries.

Go easy on me, like I said it's been a long time since I coded and I'm turning to you wonderful people for guidance. I was once a programmer myself, before life took me in a different direction.

Thanks all for taking the time to read this.

Boo.