Skip to content

Releases: bloeys/assimp-go

Linux support!

16 Dec 13:57
6b65d26
Compare
Choose a tag to compare

Linux support added thanks to @BhaumikTalwar.

What's Changed

New Contributors

Full Changelog: v0.4.4...v0.5.0

Add Support for Intel Macs

27 Jan 00:29
Compare
Choose a tag to compare
v0.4.2

Use darwin_amd64 built by mac 10.15

Apple Silicon Support For AssImp 5.1.6

22 Jan 04:33
Compare
Choose a tag to compare

Fix FBX loading issues with new DLLs and simplify build

22 Jan 00:07
Compare
Choose a tag to compare
v0.3.1

Fix fbx issue+Remove unneded headers

AssImp 5.1.6 and 10x compile speed by dynamic linking

21 Jan 23:44
Compare
Choose a tag to compare
  • 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)