Profile avatar
fkorf.bsky.social
Computers and code Pencils and pens Toys and snacks
95 posts 108 followers 224 following
Regular Contributor
Active Commenter

I have been playing with a very cool #bevy UI crate called Famiq. It provides a bunch of useful UI widgets like progress bars, text input boxes, drop down selectors, modals, etc. And. And it’s easy to implement. Lots of great examples and documentation. impressive github.com/muongkimhong...

Here is a great #bevy talk on the Bevy App. The presenter provides an overview of some pretty interesting topics like system stages and plugin lifecycle, as well as states and events. I was particularly interested in the bit about sub-apps . Cool stuff youtu.be/ujeBn0kTR3Y

🎶 Chang eats the sun and drinks the sky, They both go with him when he dies 🎶 m.youtube.com/watch?v=mJ_H...

My son and I made a rideable Miraidon addon for Minecraft . I’m pretty proud of us

I’m having a lot of fun playing with rust on the web. wasm_bindgen is a gift , and it makes the whole process so smooth. I was able to import a string from js, process it with a markup parser, and return the result without dealing with C-style character buffers. Smooooth

If you enjoy watching videos of self-driving supercars on closed tracks then I have good news: there is a new video of a self-driving supercar on a closed track that you can enjoy watching src: @insideevs.com youtu.be/J_c2gsxImjA

this is a wild paper on AI replication. Apparently it’s already possible, which is cool. They talk through the research and methodology. And the ending is absolutely spellbinding arxiv.org/abs/2412.12140 slashdot.org/story/25/02/...

Hey I just watched an awesome video about lifetimes in rust. The creator covers both the “conventional thinking” about lifetimes, and also adds a perspective to help ground the concept. I absolutely learned something here youtu.be/gRAVZv7V91Q

Watch this awesome video to get a peek into the cutting edge of procedural terrain generation . youtu.be/gsJHzBTPG0Y

This tutorial is amazing. Learn about math! Learn about programming! Learn about shaders! Make some art! Also Rick from the television program Rick and Morty is there. Yay! danielchasehooper.com/posts/code-a...