Conversation
New utils: Vulkan.Utils.Descriptors (whole-buffer and samplerless-image descriptor writes) and Vulkan.Utils.WindowAdapter (the window-library bridge record, moved out of the examples' WindowedBoot, with waWithSurface simplified to return just the surface). The GLFW/SDL2 adapters move into their init packages as glfwAdapter/sdl2Adapter next to the other window helpers, replacing the examples' Window.GLFW/Window.SDL2 shims; the example mains import the init-package modules directly, and the examples library drops its GLFW-b/sdl2/vulkan-init-* dependencies. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
A hand-written VulkanMemoryAllocator.Utils module in a new src-manual dir (mirroring the vulkan package's generated/manual split): pure allocatorCreateInfo wires VulkanFunctions to the function pointers inside the Instance/Device handles — the fiddly step every consumer of the dynamically loaded bindings has to rediscover — and composes with the generated createAllocator/withAllocator. No new dependencies. The examples' Vma module dissolves into it; WindowedBoot and HeadlessBoot call withAllocator directly. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
A 135 BPM timeline drives the scene, synced to the audio playhead of a pl-synth track playing on a looping OpenAL source. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.