Releases: bloeys/assimp-go
Releases · bloeys/assimp-go
Linux support!
Linux support added thanks to @BhaumikTalwar.
What's Changed
- Fix: Linux Linking Error by @BhaumikTalwar in #4
New Contributors
- @BhaumikTalwar made their first contribution in #4
Full Changelog: v0.4.4...v0.5.0
Add Support for Intel Macs
v0.4.2 Use darwin_amd64 built by mac 10.15
Apple Silicon Support For AssImp 5.1.6
v0.3.3 Update readme
Fix FBX loading issues with new DLLs and simplify build
v0.3.1 Fix fbx issue+Remove unneded headers
AssImp 5.1.6 and 10x compile speed by dynamic linking
- Update to AssImp v5.1.6
- Dynamically link to AssImp to hugely improve Go compile times (~12s -> ~1s)
- Update and simplify ReadMe
- Start providing prebuilt DLLs with releases :) (Place the DLL in the root of your Go project)