Elektrine lite

← Feed

@boggo@mastodon.gamedev.place

Post #981853

2026-04-06 17:08 UTC

This was FAFF, but I reworked the hacky bit of code where I defined all the base fluff functions to be both function definitions/parser stuff and documentation in one place, which means it now auto-populates a docs panel... It's honestly very strange to have these semi-magic invocations I've been jamming for months explained in some form that isn't just in my brain. They need to also explain the args though.

Replies (1)

  • Last main bits to do before release I think: - Add some options for resolution scaling as currently it assumes you're in 1920x1080, but I added a lot of plumbing to support this, just haven't exposed the options. - Add some options to turn off GI and reflections as they're kind of expensive. - Make either one example starter sketch or a few you can randomise between to learn a bit. - Delete tons of stuff that's in the project folder that is nothing to do with fluff at all lol.

    Open ##2028777