By the way what do you dislike C++? I’ve been getting into lower levels of programming as of late and were unsure about the language to pick. Is it just the OOP stuff?
Bjarne
- 4 Posts
- 9 Comments
I’ve been eyeing dwl for quite some time which is like 3k lines of c excluding deps, but don’t have the time to jump ship. So can’t tell how stable it is.
Also somehow took notice of
copyparty
. It definitely piqued my interest. Sadly i do not sync enough with my server ascp
cant handle, so didn’t set it up yet. Thanks for the share.
Here is a preset of mine: Resting under a pavilion in a park in the city on a rainy day.
I have a Prusa MK4 and i really like it. Even though you would get better quality prints with the same amount of money else where, its just good enough for my needs. And i love having the peace of mind that the owner behind it really likes open source. I do not have the feeling that i get features stripped away from me or some other corpo bullshit ruining my day. Use it since 2.5 years (~5 prints/month) now never had to fix anything.
Id love to see very generic timeless type of games with less content but with the opportunity for the community to expand upon with maps/items/characters.
I would love to see a Trackmania clone. plain racing game with 4 button controls, fun physics, simple yet powerful level editor and a leaderboard.
EDIT: or a binding of isaac clone with potential for shit ton of items as i have just read somebody else mentioning it.
This is actually what made me start my programming journey. Made small games using PowerPoint until I was starting to make an level editor on a 12x12 grid. My father thankfully stopped me pretty early on and showed me Game Maker 7. Not sure for how long i would have continued.
Trying things out with an ESP32 and i might opt for Rust after reading what you have wrote. There also seems to be enough resources to do that. I started using C++ as the Arduino IDE has decided that for me more or less. I suspect setting up a local development environment is also easier with Rust. (?!) I at least had problem Setting up C++ in VSCodium.
Don’t like OOP as the next guy but sometimes its the right tool i feel like and i do have that case right now. So its great that Rust seems to have that as well to some extent. Actually as Rust is so much more readable i kinda expected to give up on some control but that doesn’t seem to be the case. :)