site banner

Maker's Monday

Trying out a new weekly thread idea.

This would be a thread for anyone working on personal projects to share their progress, and hold themselves somewhat accountable to a group of peers. We can coordinate weekly standup type meetings if their is interest.

@ArjinFerman, @Turniper, and myself all had some initial interest.

Post your project, your progress from last week, and what you hope to accomplish this week.

24
Jump in the discussion.

No email address required.

So I knew vaguely of Minecraft mods which had touched on this. Psi, originally. I’ve played packs with Ars Nouveau but never delved into it due to other mods getting in the way. And I don’t think I’ve ever seen HexCasting, so…I’ve got a lot to think about.

Sorry, didn't mean to inundate you. Neither of these would directly be good competitors for a top-down Magicka-like (especially Psi; while it provides a great tutorial, it depends on programming at a table and only allows a small handful of spells to be carried at once, so it's worse about piloting your build as Noita), so much as they've got different flavours and some source code available to browse to see how rough different things can be to implement.

(Hexcasting, for example, is Turing complete, and it's kinda impressive how little it takes to do so; the actual evaluation ops are a few dozen pages of admittedly polymorphism-dense kotlin. It's /also/ why the mod makes delay/sleep, multithreading, or unlimited recursion so very expensive, though.)