vma
Version, currently master branch1 version
- master branchlatestApr 21, 2019
github.com/malte-v/vma.cr
VulkanMemoryAllocator bindings to Crystal.
2 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
vma:
github: malte-v/vma.cr
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
0.28.0- License
- MIT
- Author
- Malte Voos
Dependencies
Runtime Dependencies
- vulkan*github: malte-v/vulkan.cr
README
vma.cr
VulkanMemoryAllocator bindings to Crystal.
Current VulkanMemoryAllocator version: 2.2.0
Installation
-
Add the dependency to your
shard.yml:dependencies: vma: github: malte-v/vma.cr -
Run
shards install -
(Optional) Run
cc -c src/wrapper.cpp -o bin/vma.ofrom the root of this repo to compile VMA yourself. -
Make sure the Vulkan library is in your PATH.
Usage
require "vma"
All the functions, structs, enums etc. are located inside lib Vma.
Contributing
- Fork it (https://github.com/malte-v/vma.cr/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- malte-v - creator and maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- Apr 21, 2019
- Crystal
0.28.0- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/malte-v/vma.cr
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 14, 2026
- Synced
- Aug 14, 2026
- Versions
- 1