Giter Club home page Giter Club logo

libpandadna's Introduction

libpandadna

libpandadna is a library made for Panda3D that creates a common format for storing entire 3D worlds containing many groups, models, and textures in a tree-like form. It also handles some logical aspects of games, such as creating groups of models, textures, and nodes that can be hidden or shown on the fly, and enemy pathing.

NOTE - This project is inspired, and based off of Disney's DNA file format created for the now-closed MMORPG - Toontown Online, and therefore will be geared towards supporting it.

Usage

In order for the parser to understand a raw DNA file, the DNA file must first be converted into a small, easily readable and understandable binary format. This is to more or less what Panda3D does with their bam model files, and is done to speed up the process of reading and processing the files. Raw DNA files have a dna extension, and binary DNA files have a pdna extension. This is, of course, for convenience. The extensions can be changed to whatever is desired.

To convert a raw DNA file to binary format, the compiler utility included with this project can be used.

Features

  • compiler utility converts raw DNA files into a small, easily readable and understandable binary format.
  • pdna compression.
  • pdna reader written in C++ extended for use in Python and Panda3D.
  • Logical aspects, such as visible groups and enemy pathing.

The Team

The main people behind libpandadna are listed below:

  • loblao - The lead developer of the project, and coordinator who writes most of the graphical parts of the project.
  • xPythonic - Keeps the project clean, and writes most of the logical/lexical parts of the project.

Contributing

We welcome all potential contributors.

libpandadna's People

Contributors

loblao avatar xpythonic avatar dissonancepm avatar denialmc avatar mfwass avatar

Watchers

Nick 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.