Code Monkey home page Code Monkey logo

assignment_2's Introduction

Build Status

Assignment 2: Implicit Surface Reconstruction

This repository contains the viewer code and data files you'll need for assignment 2.

Getting Started

To begin, clone the repository:

git clone https://github.com/NYUGP17/Assignment_2

Next, please refer to the General Rules and Instructions handout for instructions on installing LIBIGL and its dependencies.

Building and Completing the Assignment

Once LIBIGL is set up (and pointed to by environment variable $LIBIGL_ROOT) you should be able to build the viewer code:

mkdir build && cd build && cmake ..
make

Please report any problems you run into on this repository's Issues tab on GitHub.

When the build completes successfully, begin implementing the missing blocks in src/main.cpp as described by the assignment PDF.

Submitting

When you finish the assignment, you will submit it by pushing it to a new repository on our NYUGP17 organization.

  1. Create a private repository in https://github.com/NYUGP17/ called Assignment2_USER, where USER is your github username that you entered in the survey.
  2. Push your code to the repository:
git push https://github.com/NYUGP17/Assignment2_USER

Travis-CI

Every submission must build on Linux before it can be graded/considered complete. To check this, you will use Travis-CI, a tool for automatically rebuilding your code each time you push it to GitHub.

We've already configured Travis-CI for this repository: Travis-CI works by running the script in '.travis.yml' each time new commits are pushed. You will need to follow the getting started instructions to sign into Travis-CI with your GitHub account, grant it permission, and enable builds on your private assignment repositories. Finally, you need to change the URL at the top of this README.md file to point to your repository's status.

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.