
“When will there be a Rust IDE?”

“When will there be a Rust IDE?”
Vim/Nvim users: what are some plugins everyone should know?
Title: what are some plugins everyone should use in their configs?
Personally i think that Telescope + nvim-dap are a must know, to quickly navigate around a codebase and get a good debugging experience out of the box
What are some algorithm challenges sites you would suggest?
I'm trying to use neovim as my full-time editor, and to get more comfortable i'd like to avoid working on my side projects and instead work on smaller coding challenges, since they're often doable in one single source file.
What are some sites you guys would suggest? (e.g adventofcode)
i've been getting into slipknot music lately and that's exactly how i feel
I Love Neovim But I WONT Use It | Prime Reacts
Click to view this content.
Quali sono i corsi che consigliereste per imparare il francese?
Title, per svariate motivazioni (mercato del lavoro migliore/bilancio stipendio-costo della vita migliore, cosa confermata da vari connazionali che ho conosciuto a Parigi), vorrei trasferirmi in Francia per lavoro, la prima barriera da superare è quella linguistica: siete a conoscenza di corsi validi (possibilmente online, dato che per lavoro sto in un paesello sperduto in cima al niente) che mi permettano di raggiungere almeno il livello B1?
you can close vim?
My rat boy! (Art by Lulu Kaju on telegram)
Original artist: https://t.me/KajuCommission
I asked her to redraw my rat and make it badass and well, she did the job perfectly 😌
Edit: also please follow her on telegram if you can, she deserves all the support of this world!
Rust macros are magic
Click to view this content.
Tantan (one of the fews rust game develoeprs i know) shows us how he implemented a data-driven architecture for a tower-defense game he made using rust macros to implement the automate stuff
UPBGE has always been an interesting project to me, a lot of people I know that work with blender didn't even know it used to have an integrated game engine until not-so-long ago, so it's nice seeing that BGE is still alive in the form of UPBGE
Raylib: A simple and easy-to-use library to enjoy videogames programming
A simple and easy-to-use library to enjoy videogames programming - GitHub - raysan5/raylib: A simple and easy-to-use library to enjoy videogames programming
I found this one on top of hackernews: Raylib is a simple library for creating videogames: i've only heard good things about it so far, and it seems like the perfect lib for learning game programming: has anyone ever used it?
How do you name your projects?
Title: after pouring lots and lots of hours into your project, how do you decide the name for it?
cross-posted from: https://programming.dev/post/266503
Yes, who haven't had a glass of red wine, relaxing music and some inline assembly....
Feel free to come by [email protected] if you need any programmers, i created that community for these kinds of announcements too
Lush's Honey I washed the kids. The caramel scent makes it very hard to not bite the entire bar
Is the COST of JavaScript’s GC REALLY that high?
Click to view this content.
Welcome to Furry Programmers!
I'll start by introducing myself: I'm Crax, and i work as a graphics programmer at a game development company located in Italy. I have been using C++ for the past 10 years, and i have been a huge Rust aficionado since 2018. Right now i'm studying the Vulkan API by implementing a smallish 3D renderer (which i hopefully plan to turn into my goto framework for studying graphics programming).
You can see my personal projects on my Github
Welcome to Furry Programmers!
I noticed this Lemmy instance didn't have a general programmers community, so i decided to create one aimed at discussing programming more in general.
Wether you're a senior or junior dev, C user or Javascript user, everyone into programming is welcome here, the only rules to follow (so far) are the same ones used by this instance.
All Rust features explained
Click to view this content.
Neat video for those interested in getting into Rust
The tools and resources thread
For those into the Rust ecosystem, there's the Bevy Engine, which is an in-development 3D engine written entirely in Rust
A website to showcase my work & personal projects
cross-posted from: https://pawb.social/post/75521
This seems like a good rundown of most rendering algorithms used in graphics programming, so i thought i'd share it
A website to showcase my work & personal projects
This seems like a good rundown of most rendering algorithms used in graphics programming, so i thought i'd share it
Caffè: quali sono i migliori siti italiani per acquistare chicchi/etc...?
Salve, ho da poco acquistato una macchina per il caffè americano, e vorrei iniziare a macinarmi il caffè in casa partendo dai chicchi, ma non ho la più pallida idea di dove acquistarli/dove prendere l'attrezzatura necessaria, avete consigli?
I started studying vulkan recently, so i started building a toy renderer with (hopefully) a functional render graph and multi-threading command buffer encoding support