Skip to content

torbensko/xcode-collada

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A TypeScript tool for formatting Collada files (.dae) into a format that Xcode accepts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors