Giter Club home page Giter Club logo

inf443-computer-graphics-project's Introduction

VCL

Introduction

VCL - Visual Computing Library - is a simple lightweight library on top of OpenGL provided to ease learning of 3D programming while avoiding re-coding everything from scratch (matrices, mesh structures, etc.). The library provides several helper structure and functions to set up 3D scene with interactive and/or animated elements.

The objective of the library is to be simple as simple as possible to read and use. The majority of VCL structures and functions are aimed to be minimalistic without hidden states. The code remains fully compatible with direct raw OpenGL calls and user-defined shaders. The animation loop itself is entirely defined by the user.

The code contains two main parts:

  • The VCL library itself in vcl/ directory - contains the helper functions and structures
  • The 3D scenes part of the Projet INF443 in scenes/ directory. This project consists in one unique scene in the directory scenes/main_scene/, divided into one main file main_scene.hpp/cpp, and auxiliary files in the subdirectory scenes/main_scene/parts/. Each feature of the main scene is implemented in a specific file from that subdirectory, and main_scene.hpp/cpp is here to centralize the calls to all the auxiliary functions.

Compile the library

The compilation can be done either using the provided

  • Makefile: Linux/MacOS only
  • CMakeLists.txt using CMake (Linux/MacOS/Windows)

The library has one external dependency: GLFW which can be installed through standard packages in Linux/MacOS.

  • To set up your system and compile, or edit the code, see the README from drohmer/inf443_vcl

inf443-computer-graphics-project's People

Contributors

alexandrethiault avatar

Watchers

Maxime Peim 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.