Tool for making CUI in Rust?
I want to make a CUI. Is there a useful program?
Getting familiar with plugin development and C# is the first place to start. After that, I'd suggest getting familiar with the Rust CUI helper as it is the encouraged way to avoid potential breakage with Rust updates. The CUI in Rust is pretty basic though, and not the easiest to work with. You may want to take a look at some of the existing plugins to get an idea.
5df88518bef43.png Wulf
Getting familiar with plugin development and C# is the first place to start. After that, I'd suggest getting familiar with the Rust CUI helper as it is the encouraged way to avoid potential breakage with Rust updates. The CUI in Rust is pretty basic though, and not the easiest to work with. You may want to take a look at some of the existing plugins to get an idea.

ok thanks