7 ms·
my thought. is there enough support for OpenGL? I know you can use stuff from C in Rust, so it could be a solution.
by kodr 11y ago
my thought. is there enough support for OpenGL? I know you can use stuff from C in Rust, so it could be a solution.
- mden 11y agoThere's also https://github.com/tomaka/glium https://github.com/tomaka/glium which seems very promising.
- pcwalton 11y ago> my thought. is there enough support for OpenGL? I know you can use stuff from C in Rust, so it could be a solution. glium is arguably the best idiomatic OpenGL binding in any language anywhere. I program in OpenGL with Rust every day as part of my job these days.