|
|
|
|
|
by uneekname
671 days ago
|
|
I've been learning Rust and really enjoying it, but the primary downside (compared to C++) is the lack of access to the large, well-tested libraries that exist in C++. For example, my work would benefit from using the CGAL library [0], something that be nontrivial to rewrite in Rust. As much as I like Rust, at some point it's a better idea to use C++ to tap into libraries like that. Does anyone have thoughts about how mature Zngur/CXX/etc. are for a project like mine? Would it be reasonable to invest effort in creating those bindings? Thanks. [0] https://www.cgal.org/ |
|
At this point I have a Claude project set up with Cxx documentation and it autogenerates most of my bindings.