@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
Top-level
6 comments
@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 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. |
@joeld42 ah nm I think I found the answer, looks like the baseline is at least gl 3.2 now