Post #1836656
2026-05-01 08:30 UTC
Replies (8)
-
@portaloffreedom@social.linux.pizza 2026-05-01 08:36
@TomF@mastodon.gamedev.place would this work? https://github.com/turanszkij/WickedEngine/tree/master/Samples/Template_Windows
-
@TomF@mastodon.gamedev.place 2026-05-09 05:17
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.
-
@gilesgoat@toot.wales 2026-05-01 09:19
@TomF@mastodon.gamedev.place The problem is you are asking for 'simple' which .. isn't .. I never seen DX11, I made 'the jump' from DX10 to DX12 and DX12 is like "the Windows version of Vulkan" which means you are introduced to the concept of "pipelines" (i.e. let's say build a commands buffer ) and "lots and lots of tables/memory management". It's totally different from DX10 I struggled myself to learn it cause finding examples/docs seems to be really hard. Best code samples I saw are .. on the XBOX CONT.
-
@CarePackage17@mastodon.gamedev.place 2026-05-01 09:52
@TomF@mastodon.gamedev.place maybe this repo got something? https://github.com/walbourn/directx-sdk-samples-reworked/tree/main/Direct3D11Tutorials
-
@MikkoMononen@mastodon.gamedev.place 2026-05-01 10:04
@TomF@mastodon.gamedev.place not sure if you identify as a dummy, but this could fit your requirements: https://gargaj.github.io/demos-for-dummies
-
@dougbinks@mastodon.gamedev.place 2026-05-01 10:18
@TomF@mastodon.gamedev.place Intel had a DX11 tech stack for making samples, it's in the Occlusion culling sample and you could probably rip the sample code out. Sadly I can't find any docs though there must have been some. https://github.com/GameTechDev/OcclusionCulling
-
@alagtriste@mastodon.gamedev.place 2026-05-01 14:15
@TomF@mastodon.gamedev.place I'm not sure if the Sokol app and gfx would cover your use case. Sokol gfx is quite opinionated so not sure you would requiere and have access to DX11 low level resources
-
@tanoxyz@mastodon.gamedev.place 2026-05-01 17:07
@TomF@mastodon.gamedev.place This? https://gist.github.com/d7samurai/261c69490cce0620d0bfc93003cd1052