this post was submitted on 06 Jun 2023
7 points (100.0% liked)

Programming

13215 readers
1 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 1 year ago
MODERATORS
 

I have been working on a forum site just to dabble with PHP. I'm dockerising it too to practice docker.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 0 points 1 year ago (1 children)

Mostly just working on a personal game project in Rust. I expect it to go nowhere, and that's okay! I've rewritten it a few times in different languages and engines, but so far Bevy has felt the nicest to actually use to its full capacity.

I was only using Unity as a renderer, Godot's language felt too simplistic and didn't meet the memory requirements I had in mind, and writing my own engine is infeasible. Bevy feels more complex but I'm actually using it as designed rather than working around its quirks. It's pretty nice.

[โ€“] [email protected] 1 points 1 year ago

Exactly! Just code to code, it doesn't need to lead to anything.

Great mentality.