summaryrefslogtreecommitdiff
path: root/xmake.lua
AgeCommit message (Collapse)Author
2024-05-04compile glsl to spirv for triangle shaderOmniscient
2024-05-03create logical deviceOmniscient
2024-04-28start porting vulkan code to new RALomnisci3nce
2024-04-28getting vulkan working on windowsomnisci3nce
2024-04-27getting us compiling on windowsomnisci3nce
2024-04-27Merge remote-tracking branch 'origin/cel-36-test-windows-build' into realignomnisci3nce
2024-04-27Merge remote-tracking branch 'origin/cel-67-load-animation-data-from-gltf' ↵omnisci3nce
into ral
2024-04-27Merge branch 'brainstorming-systems' into ralomniscient
2024-04-21Merge branch 'master' into cel-67-load-animation-data-from-gltfOmniscient
2024-04-21Merge branch 'master' into cel-41-port-over-a-basic-3d-scene-exampleOmniscient
2024-04-06wip: get integersomniscient
2024-04-05close.omniscient
2024-04-04Merge branch 'cel-60-scaffold-vulkan' into cel-67-load-animation-data-from-gltfomnisci3nce
2024-04-04create example file for animationomniscient
2024-04-03load gltf vertices and indices. need to move to git LFS!omnisci3nce
2024-03-31redesigning the renderer backendomniscient
2024-03-30start adding mouse input processingOmniscient
2024-03-30uniform with descriptor set. fix image_index being 4 when expoected to be 3Omniscient
2024-03-29triangleomnisci3nce
2024-03-27simple shaders for testingomnisci3nce
2024-03-26compile shader to spirv in build. start adding shader module codeomnisci3nce
2024-03-23required extensions and validation layersomnisci3nce
2024-03-17Merge branch 'master' into transform-hierarchyOmniscient
2024-03-17wip: transform propagationOmniscient
2024-03-14lights, camera, actionomniscient
2024-03-09add pthreads link flagomnisci3nce
2024-03-09pull sources out into a local variable so we can share them easilyomniscient
2024-03-09rename target to objomniscient
2024-03-05get us running on Mac again with our vendored GLFWomniscient
2024-03-05why is it crashing on file loading now?Omniscient
2024-03-05wip: port obj loaderOmniscient
2024-03-05trying different linkage on Windowsomnisci3nce
2024-02-25boilerplate for more examplesOmniscient
2024-02-25split into two examplesOmniscient
2024-02-25build GLFW from source (for real this time)Omniscient
2024-02-24repo init. partial port of existing codeOmniscient
2024-02-24xmake init with shared/static libOmniscient