Skip to content
/ daenim Public
forked from sbarthelemy/daenim

A collada animation viewer based on OSG

Notifications You must be signed in to change notification settings

salini/daenim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

=====
dænim
=====

dænim is an animation viewer for collada (.dae) files which is based on the
OpenSceneGraph library.

Install
=======

TODO: create & publish binary packages and explain how to use them.

Content
=======

:cmake:
    additional modules for cmake

:data:
    pictures for buttons etc.

:src:
    source code

Build from source
=================

Prerequisites
-------------

The only prerequisites is openscenegraph 2.9.9 with collada support.

On Ubuntu lucid lynx, we use OSG 2.9.9 available on dedicated PPA::

    sudo add-apt-repository ppa:barthelemy/collada
    sudo apt-get update
    sudo aptitude install cmake libopenscenegraph-dev


On Mac os X, one needs to build OSG manually. collada-dom is available through
`macports <http://www.macports.org/>`_.

FIXME: add Windows details

Build
-----

::

    cd daenim
    mkdir ../daenim-build
    cd ../daenim-build
    cmake ../daenim
    make

About

A collada animation viewer based on OSG

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 100.0%