Coder Social home page Coder Social logo

zgzinfinity / geminis Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 71.32 MB

Computer Graphics course 2019-2020

Home Page: https://github.com/ZgzInfinity/Geminis/wiki

Makefile 0.09% C 88.33% C++ 11.31% Shell 0.01% CMake 0.03% Objective-C 0.23%
computer-graphics geometry tone-mapping ray-tracing path-tracing photon-mapping cplusplus

geminis's Introduction

Geminis

Computer Graphics 2019-20

Please, go to the Wiki in order to be able to see the work done in the different phases and projects of the course

Project Phases

Theme End date Status
Geometry 14-10-2019 tic_correcto
Imaging 29-10-2019 tic_correcto
Ray Tracing 27-11-2019 tic_correcto
Path Tracing 03-02-2020 tic_correcto
Photon Mapping 03-02-2020 tic_correcto

Compilation and execution

The repository contains a set of folders where the code is located. Each folder is a project of the course and can be compiled in a independent wa due to there is a makefile for each one.

In order to compile the projects, you must be in the directory and introduce the following commands in your terminal:

  • Geometry:
$> make clean
$> make 
$> bin/geometry

 

  • Tone Mapping:
$> make clean
$> make 
$> bin/toneMapping media/ <image_file>

 

  • Ray Tracing:
$> make clean
$> make 
$> bin/rayTracing <rays per pixel> <width of image> <height of image> <path of the file>

 

  • Path Tracing:
$> make clean
$> make 
$> bin/pathTracing <rays per pixel> <width of image> <height of image> <scene_code> <path of the file>

 

  • Photon Mapping:

This code can´t be executed from terminal directly because is code obtanied from the teachers of the subject. This code has a set precompiled libraries for visual studio editor, version of 2013. You must install the IDE in order to compile and execute it.

Authors

geminis's People

Contributors

vpec avatar zgzinfinity avatar

Watchers

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