Git Product home page Git Product logo

computer_graphics_pipeline_xlib's Introduction

Computer_Graphics_Pipeline_Xlib

Implementation of the standard computer Graphics pipeline which is done behind OpenGl. Xlib and C++ were used for that purpose

  • ScanConversion
  • Barycentric interpolation
  • A basic pipeline was implemented.
  • ScanConersion

A basic ScanConversion is implemented. It is responsible for storing the points in the list and upon the necessary command fill the objects bounded with dotes.

  • Barycentric Interpolation

Barycentric interpolation is used for distributing three colors over the triangle. That is if we set the colors in the tips of the triangle to R,G,B. Then the color of the inside of our triangle will consist of the portion of that colors. The distribution of each color depends from the distance between every point and the tips.

  • Implemented Pipeline.

The basic OpenGl pipeline is implemented using c++ and Xlib. also Glm was used for matrix operations. Here is the list of implemented features

  • ModelView Transformation
  • Projective Transformation
  • Clipping with respect of specified Frustum
  • Perspective division
  • Viewport Mapping
  • additional comments

Simple Polygon and Triangle classes exist. They can create a polygon or a triangle from the given points and later perform all the transformation up to the viewport if necessary. MakeFile exists for creating an executable file in Linux. Also the library directories should be changed to the corresponding directories of Xlib and glm in the computer.

computer_graphics_pipeline_xlib's People

Contributors

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