summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2024-05-10make core a static and add a default scene to itOmniscient
2024-05-09fix some validation errorsOmniscient
2024-05-09frames in flight. recreate swapchainOmniscient
2024-05-08we are so triangleOmniscient
2024-05-08finishing submission + presentation for triangle exampleOmniscient
2024-05-07framebuffers, and create commandbufferOmniscient
2024-05-04set up most of basic pipeline stateOmniscient
2024-04-28start on pipeline layout, pipeline, renderpassomnisci3nce
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-67-load-animation-data-from-gltf' in...omnisci3nce
2024-04-27Start moving more files to using ral.homniscient
2024-04-27Merge branch 'brainstorming-systems' into ralomniscient
2024-04-23update variable naming in gltf exampleOmniscient
2024-04-21swap camera side to match khronos's sample viewerOmniscient
2024-04-21misc cleanupOmniscient
2024-04-21minor cleanupOmniscient
2024-04-21make it compileOmniscient
2024-04-21Merge branch 'master' into cel-67-load-animation-data-from-gltfOmniscient
2024-04-21fix draw_model callOmniscient
2024-04-21Merge branch 'master' into cel-41-port-over-a-basic-3d-scene-exampleOmniscient
2024-04-20it works with negating Y axis of local transform and inverse bind matrix. I h...Omniscient
2024-04-07its bending but not deforming as expected, looks like rotating around model o...omnisci3nce
2024-04-07visualising bone indicesOmniscient
2024-04-06separate pipeline for skinned meshesOmniscient
2024-04-06storing joints and weightsOmniscient
2024-04-06wip: get integersomniscient
2024-04-06add a skinned model example from gltf sample models.omniscient
2024-04-05close.omniscient
2024-04-04loading animation data - step 1omnisci3nce
2024-04-04add AnimatedCubeomnisci3nce
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-04loading texturesomniscient
2024-04-03load gltf vertices and indices. need to move to git LFS!omnisci3nce
2024-04-01image / textures !Omniscient
2024-03-31redo cube primitive vertex and normalsOmniscient
2024-03-31working on cube (hardcoded)Omniscient
2024-03-30fix main loop exampleOmniscient
2024-03-30vulkan glossaryOmniscient
2024-03-30chore: formatOmniscient
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-25clearing the screen with a clear color!omnisci3nce
2024-03-17remove commented individual draw_model callsomniscient
2024-03-17fix obj exampleomniscient
2024-03-17Merge branch 'transform-hierarchy' of github.com:omnisci3nce/celeritas-core i...omniscient
2024-03-17draw_scene that uses transform hierarchy to draw all modelsomniscient
2024-03-17commentOmniscient