An open API service indexing awesome lists of open source software.

https://github.com/tonis2/vulkan-gltf

Code examples for running Vulkan and GLTF in C3 language
https://github.com/tonis2/vulkan-gltf

c3 gltf vulkan

Last synced: 5 months ago
JSON representation

Code examples for running Vulkan and GLTF in C3 language

Awesome Lists containing this project

README

          

### Running examples
Install C3 from https://c3-lang.org/

Download VulkanSDK from https://vulkan.lunarg.com/sdk/home

Then run with `c3c run basic` inside the cloned repository

All available examples can be seen in *project.json*

![screenshot](screenshots/screenshot1.png?raw=true)
![screenshot](screenshots/screenshot2.png?raw=true)

It's possible to rebuild shaders running
`c3c build shaders --trust=full`

GLTF parser repo is [here](https://github.com/tonis2/gltf.c3)

GLTF assets taken from
[Wasp](https://sketchfab.com/3d-models/vespa-mandarinia-73854164f5e7476a88f11c0a296eae83),
[GLTF sample assets](https://github.com/KhronosGroup/glTF-Sample-Assets)