Hacker News new | ask | show | jobs
by kodr 3815 days 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.
2 comments

There's also https://github.com/tomaka/glium which seems very promising.
> 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.