Giter VIP home page Giter VIP logo

opencollada's Introduction

COLLADAMax and COLALDAMaya are new implementation of a 3ds Max or Maya plug-ins to export scene or parts of it to a COLLADA file, released under an MIT-license.

In contrast to other existing COLLADA exporters, these new plug-ins do not store the COLLADA document in an intermidiate data model but writes it directly to file. This leads to a dramatic reduction of memory consumption and to much better performance.

For more information about the plug-ins and how to build them, please read the README files in COLLADAMax and COLLADAMaya directories.

For information about how to build OpenCOLLADA under linux and mac OSX usings SCons, please read the BUILD file.

NOTE: The COLLADA.sln solution, contained in this directory, exists only for development purposes. To build the NextGen plug-ins, please use the solutions in the COLLADAMax and COLLADAMaya directories.

Building with cmake

Mac OS X Tested with Lion and Mountain Lion:

  1. Install cmake with command line links.
  2. some packages are required, they can be easily installed using a terminal with brew type:
  • ruby <(curl -fsSkL raw.github.com/mxcl/homebrew/go)
  • brew install pkgconfig
  • brew install pcre
  1. When using recent Xcode, install the command line tools in Prereferences -> Download -> Command Line Tools. (otherwise cmake will not be able to find out what is the compiler)
  2. Open Terminal
  3. Within the OpenCOLLADA folder (if you want to override projects in place) Type in a terminal:
  • cmake -G Xcode -DWITH_IN_SOURCE_BUILD=ON
  • If you don't want to override the projects, just type cmake -G Xcode OpenCOLLADA (Assuming your current directory is OpenCOLLADA's parent directory).

You should end up with a ready to be used OPENCOLLADA.xcodeproj.

Windows todo

Linux todo

Directories

  • COLLADABaseUtils -- Utils used by many of the other projects
  • COLLADAFramework -- Datamodel used to load COLLADA files
  • COLLADAMax -- COLLADAMax NextGen plug-in sources
  • COLLADAMaya -- COLLADAMaya NextGen plug-in sources
  • COLLADASaxFrameworkLoader -- Library that loads COLLADA files in a sax like manner into the framework data model
  • COLLADAStreamWriter -- COLLADAStreamWriter sources (Library to write COLLADA files)
  • COLLADAValidator -- XML validator for COLLADA files, based on the COLLADASaxFrameworkLoader
  • dae2ogre -- Demo project that converts COLLADA files to OGRE meshes
  • Externals -- Third party projects required to build the NextGen plug-ins
  • GeneratedSaxParser -- Library used to load xml files in the way used by COLLADASaxFrameworkLoader

OpenCOLLADA Tools You may download binaires of OpenCOLLADA tools here.

opencollada's People

Contributors

crazyjul avatar fabrobinet avatar gogoprog avatar ideasman42 avatar jesterking avatar ngmofo-marcus avatar opencollada-sebastian avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.