Skip to content

cshenton/odin-ufbx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ufbx Bindings for Odin

  • /ufbx contains all you need to get going, simply copy it into your project and import
  • /deps contains the C source files used to build ufbx.lib and their license
  • /example contains a simple example of using the API from Odin

Running the Example

From this directory, simply run odin run example. You should see a spinning Suzanne head.

Compiling ufbx.c

On Windows, ufbx.lib is produced with:

clang -c deps/ufbx.c -o deps/ufbx.obj -target x86_64-pc-windows-msvc -O3
lib /OUT:ufbx/ufbx.lib deps/ufbx.obj
rm deps/ufbx.obj

Feel free to add builds for other platforms.

About

`ufbx` Bindings for Odin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published