jacques-gasselin / usdview-native

Workalike for usdview for those who want to avoid Qt and Python
Other
9 stars 1 forks source link

Dont use reserved identifiers #21

Closed superfunc closed 6 years ago

superfunc commented 6 years ago

Fixes #19

superfunc commented 6 years ago

I figured we can just go with ffi, e.g. `usdffi,tfffi, orsdfffi Maybe add an underscore since so many libs end inf:usdffi,tfffi, orsdfffi`

For anyone playing at home, ffi stands for Foreign Function Interface

jacques-gasselin commented 6 years ago

Yeah, that makes sense as we are mainly trying to avoid clashing. It was mostly a note for the future, when we spin out USD swift binding into its own thing.