Giter Club home page Giter Club logo

giselle's Introduction

Giselle - 3D graphics library

No Maintenance Intended

Giselle is a 3D graphics library with the main purpose of covering a layer of abstraction over the OpenGL API. End programmers will not need to use or understand OpenGL programming, although knowing a few concepts about 3D computer graphics is recommended.

Installation

Giselle is a statically linked library.

Compiling the library

Compile it with the given Makefile in order to produce the static library file libGiselle.a. Please make sure that the compiler is willing to accept C++11 specifications. In GCC, this can be done by adding the flag -std=c++11 (or -std=c++0x on older versions). A version of GCC equal or greater than 4.6 is recommended.

Including the library

Simply include Giselle.h to access all features of the library. All declarations of Giselle are situated in the giselle namespace.

Linking the library with the program

The dependencies with GLEW and GL libraries must be present, in this order, after the Giselle library. This can be done in gcc using the following flags: -lGiselle -lGLEW -lGL

License

MIT

giselle's People

Contributors

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