Email or username:

Password:

Forgot your password?
Top-level
Joel Davis

@aeva I used it for a few projects a couple of years ago. I liked it.

7 comments
aeva

@joeld42 do you know what the minimum supported opengl version is? I'm trying to estimate how well this will work for a simple music tool that would be running on an old Linux "core2duo" machine

aeva

@joeld42 ah nm I think I found the answer, looks like the baseline is at least gl 3.2 now

aeva

@joeld42 so, next question: are you familiar with the library's audio capabilities? can I use this to record several audio tracks and then mix them together for playback?

Joel Davis

@aeva I used it for a music game which mixed tracks dynamicly and had some effects, it was good for that. I didn’t need recording but I know it’s used for visualizers a lot so it would probably work.

aeva

@joeld42 ok that's really promising. how was the latency?

Joel Davis

@aeva it was very good. Wasn’t the most latency sensitive thing though, more of a DJ game than an instrument, also was on iOS/coreaudio which is really good platform for it. I’d say it depends on the platform you’re targeting more than cinder itself.

Go Up