Seems like blueskyfeedcreator died π
I hope to look into self-hosting a feed generator in the coming week so I don't have to rely on third-party services π (and maybe filter out unrelated content a bit better as well)
Thanks for notifying me!
Posts by Cohaereo
WIP #Touhou Launcher I've been hacking away on Has tracking similar to Steam and a few extra additions, as well as working across Windows and Linux.
Idea is to make playing the games as easy as possible, which includes an automatic downloader for every game not on Steam.
Apparently Bungie has the power to just cross-fade objects and global sky/atmosphere parameters based on what part of the map you're in
I keep learning new things about this engine on a daily basis π
Recreating the Tiger renderer is one thing, reproducing its visual bugs is another :)
This specific instance was caused by a mismatch between backface culling modes in the depth prepass and the gbuffer pass
Of course, it matters not, since this is not visible from within bounds
Adding some bloom to your life β¨
I forgot to post my stuff to social media againβ¦
Anyways, hereβs a cool project where I recreated an unused version of the D1 Saturn orbit screen
#destinyart #b3d
youtu.be/ShHUUMn48zY
Now available on the crates registry
crates.io/crates/d3d11
Rest in peace, Ozzy π€
Tenna stands before the black fleet pyramid buried on the moon
"My witness, the lightners have escaped, how will we create the dark fountain now?"
Past, present and future, but this time the future is the past
#Destiny2
A render for the Scorched Enthusiasts community
The render for the Scorched Enthusiasts community is finally done. It involved recreating 32 Scorchers, Disjunction and a bunch of custom Scorched Cannons from @gerbsnail.bsky.social
Hope Team Scorched returns soon!
The 8k version on Scorched Report: scorched.report/images/full/...
#destiny2art
New crate time π
Introducing chroma-dbg
Make your Debug struct output easier to read than standard uncolored 'pretty'-printing ("{:#?}").
Comes with configurable colors and inlining!
#rust #rustlang
crates.io/crates/chrom...
(tho that feed is not just triangles in case thats what you were looking forπ)
bsky.app/profile/coha...
This was the exact moment I became addicted to Balatro
One of my biggest pet peeves with the underlying `windows` crate is the way `HRESULT`s are mapped to `Result`s
Any "positive" hresult (S_*) is mapped to Result::Ok. The GetData API can return different positive results as an indicator, so I created a custom enum for this
github.com/cohaereo/d3d...
Spent the last couple days writing a more idiomatic Rust wrapper for D3D11, replacing the unidiomatic weird C types and constants with proper Rust enums and bitflags.
Still WIP, but definitely usable (see triangle example, hope to be adding more examples soon)
github.com/cohaereo/d3d...