i need a 2d plane to lay out how Vulkan works, this makes no sense in a linear text file
i've been doing these indented C block things where each block is completely directed toward initializing 1 variable -- it helps a lot with readability and clarity (and picking it back up later and understanding the dependency structure of the code)
now we're getting somewhere
@omar I do this in Lua,
local abc do
-- build abc
end
@omar This feels like the sort of thing github copilot should have been designed to do. You commit your messy 1D code to git, and then the AI goes and neatly organizes it for you in 2D. Maybe?
@nakst although i guess one question is how much of the value is in the final 2D organization vs. in the process of organizing it, kind of like with flashcards
@nakst organizing my Vulkan code in the form of a dynamic video where people can watch me move bits of code around