xcode-collada
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i xcode-collada

Weekly Downloads

3

Version

1.1.1

License

none

Unpacked Size

55.4 kB

Total Files

30

Last publish

Collaborators

  • torbensko