Git Product home page Git Product logo

edgebreaker's Introduction

Edgebreaker Triangle-Mesh Coder Software Implementation

This code was developed by Yue (Freida) Tang as part of her Master's of Engineering project.

The project report can be found in the directory report. The source code can be found in the directory src. The design document for the software can be found in the directory doc. Some example triangle mesh data files (in OFF format) can be found in the directory data.

Frieda can be reached at the following email address:

Installation

In what follows, let $TOP_DIR denote the top-level directory of the Edgebreaker software distribution (i.e., the directory containing this README file); let $BUILD_DIR denote a new directory to be created for building the software; and let $INSTALL_DIR denote the directory in which to install the Edgebreaker software.

To install the Edgebreaker software with CMake, use the command sequence:

cmake -H$TOP_DIR -B$BUILD_DIR -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR
cmake --build $BUILD_DIR
cmake --build $BUILD_DIR --target check
cmake --build $BUILD_DIR --target install

Using the Software

Detailed information on the use of the software can be found in Chapter 4 (titled "Software") of the MEng project report in the report directory.

edgebreaker's People

Contributors

mdadams avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

edgebreaker's Issues

decode_mesh error

I encountered this error during the decompression process, how can I fix it? (There is no problem with the input off file)
屏幕截图 2024-01-18 192120

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.