Elektrine lite

← Feed

@TomF@mastodon.gamedev.place

Post #2346562

2026-05-09 05:17 UTC

Update! I grabbed: -Dear ImGui Win32+DX11: https://github.com/ocornut/imgui/wiki/Getting-Started -https://gargaj.github.io/demos-for-dummies -https://github.com/jobtalle/ccVector -My own tiny library of misc stuff. I put them in the supercollider, and it works great. Well... except the vector library - I don't really like that because it's a "To" lib not a "From" lib. I'd be happy to replace that. This is a great starting point for my stuff. Vaguely thinking of publishing the combined mess - not sure.

Replies (5)

  • @TomF@mastodon.gamedev.place switch in Eigen for the vector math library?

    Open ##2346579

  • @JamesWidman@mastodon.social 2026-05-09 05:42

    @TomF@mastodon.gamedev.place i really really like this approach to code presentation: > - https://gargaj.github.io/demos-for-dummies/#outro/1 it would be really cool to see it as a standard part of something like forgejo, for cases where you have a big change that you present as a series of commits, and where you can write a list of comments where each comment points to/highlights a set of chunks in a commit, with that nice big "next" button to introduce the next comment & highlight set.

    Open ##2346581

  • @TomF@mastodon.gamedev.place For dx11 apps (that are just desktop apps, not 3d) I use Imgui's dx11 backend with a tiny wrapper. Vector maths is always my own. I just took a look at ccVector. SO MANY hash define macros, it's like using the Win32 API. :) I'd prefer to stick to C++ or D where I can do int parameter templates for vector dimensions.

    Open ##2346585

  • @TomF@mastodon.gamedev.place What do you mean with To/From vector lib?

    Open ##2346586

  • @TomF@mastodon.gamedev.place Supercollider? Isn't that this "code to music" programming language/interface? A good friend of mine showed me something he composed with it in a... pretty arcane looking language. It was fuckin cool :)

    Open ##2346588