20th anniversary BBQ of the Thursday Night Ride

#TNR
#MTB
#Yew!

I've been re-writing an old browser game of mine as a 3d(ish) project. It's mostly a tech test for an engine I've been working on but is inspired by Snowball Sunday for the C64. I've made it available on Itch.io: https://filtoid.itch.io/snowgame2

#Rust #Yew #gamedev

Following on from my previous post with colour testing normals, I managed to create a light source and have it move around the object.

All done in #rust and #glsl with #yew

I've been working on creating lighting systems in #WebGL with #Rust #Yew - this was a test to verify the normals for the object were calculated correctly, but it's come out as a pretty cool effect (if I do say so myself).

Sunny moment amid April showers at the Fortingall Yew today - one of the oldest trees in Europe, estimated by Forestry and Land Scotland as 5000 years old.

#Perthshire #Scotland #Fortingall #Yew #YewTree #Tree #Trees

A prodigious (7.5m circumference) yew tree, in the churchyard of Holy Trinity, Abbots Leigh, North Somerset
#photography #yew #HolyTrinity #AbbotsLeigh #NorthSomerset

Sprig of Yew in falling snow that I captured on a dangerously cold day

#photo #photography #plants #trees #yew #snow #winter

At long last, and after tons of not quite boilerplate, but tedious code, I have added the ability to Visions VTT to both create a new character and edit Candela Obscura characters.

Boy howdy this is tricky, but the use of reducers greatly reduced the amount of boilerplate mess. Thanks to @Two9A from the #React community for the advice to go that direction.

I'll be recording a demo video introducing my VTT tomorrow.

#Rust #Yew

There's #ratatui #dioxus #yew #leptos and so on and so forth...

You know what I wonder? Why are there no libraries for full views for any of those? Like... A complete thing I can import to have a view to analyze the logging of my app (there's only one for Ratatui, but I haven't found something like that for the others).

Or a View for analyzing traces, something like Tracy, that I can import and embed in my app.

Or a view that I can embed to have a full WYSIWYG editor?

For all of these, there are only some component libraries for dropdown elements or whatever, but nothing that gives me a whole view of something.

#rust #rustlang

@Two9A Thanks for the suggestion. react-hook-form is likely unavailable to me because...

I'm not actually coding in React. I'm coding with #Yew, which is a #Rust framework that was VERY HEAVILY INSPIRED by React. :D Concepts move over, but the actual ecosystem did not.