Avokadoen / zig_vulkan

Toying with vulkan and zig
45 stars 2 forks source link

replace zalgebra with something else #104

Open Avokadoen opened 2 years ago

Avokadoen commented 2 years ago

Currently all zalgebra types are non extern so they can not be used for device memory. API has been drastically changed causing a burden on development. zmath or zlm are good alternatives.

related issues: #78 #74