xcode-collada
v1.1.1
Published
`xcode-collada` is a commandline tool to prepare COLLADA files (.dae) so that Xcode can happily load them. The tool will report the issues it is resolving, for those curious as to issues you may face.
Downloads
5
Readme
xcode-collada
xcode-collada
is a commandline tool to prepare COLLADA files (.dae) so that Xcode
can happily load them. The tool will report the issues it is resolving, for those
curious as to issues you may face.
External usage
To run from your own project:
yarn init
yarn add xcode-collada
yarn run xcode-collada sourceFile.dae outputFile.dae
Development
To run from this project:
Install
yarn install
Run
ts-node src/index.ts sourceFile.dae outputFile.dae
Build
yarn build
node dist/index.js
Development Notes
This project was created using bun init
in bun v1.0.0. Bun is a fast all-in-one JavaScript runtime.