Tag: code
-
no errors
No Errors? ๐คจ This makes me suspicious. How did it work? Why? Anyway. Before I make any further adjustments, I will create a repo on GitHub. And push the code. Here’s the result of Crab. The gray window to the right. ๐ CRAB! ๐ฆ This is a very simple application to display a UI with…
-
Pulsar
If you’re looking for an alternative to VS Code, I recommend Pulsar It is the predecessor of Atom Editor, in case anyone still knows it.
-
new github account
I’ve just set up my new github account: https://github.com/polarfox13 I don’t publish everything and I also use other platforms besides GitHub, so the profile says little about my coding activities.
-
coding with rust
I have no idea what I’m doing. ๐ This is my first try. ๐ตโ๐ซ I TRUST IN RUST. ๐ ๐ฆ Rust – is a systems programming language focused on safety, speed and concurrency. Firstable I’ll install rust. Then GTK. rustc –versioncargo –version Create a new Rust project: cargo new gtk_crab_app cd gtk_crab_app Creating binary (application)…