Giter VIP home page Giter VIP logo

graphicsengine's Introduction

GraphicsEngine

GraphicsEngine is a C++ library providing an Open Source Framework to ease the creation of 3D software applications in a scientific context. Example

Installation

Clone this repository on your computer:

git clone https://github.com/ICStoolbox/GraphicsEngine.git

then type once in a command prompt:

cd GraphicsEngine
sh install.sh

The install.sh script will automatically download some of the dependencies for GraphicsEngine library and applications (glm, GLEW and libCommons, developped at ICS).

If you later want to modify the sources of GraphicsEngine, you can manually enter the build directory and type in a command prompt:

cmake ..
make
make install

Other dependencies might be needed, amongst which:

  • LINUX: freeglut-dev, libXmu-dev, libXi-dev, cmake.
  • MACOS: XQuartz, XCode, cmake.

Usage

After compiling the dynamic library, one only needs to include the paths to libGraphicsEngine and its include directory in the compiler flag, and insert the following preprocessing directive at the beginning of its application:

    #include <cgl.h>

For more information on the usage of GraphicsEngine, please refer to the Wiki page (coming soon), or the template applications present in the APP_ folders.

Examples

In order to execute sample applications based on GraphicsEngine, navigate to GraphicsEngine installation directory and type the following commands in a new prompt:

    cd APP_[Chosen_Example]
    mkdir build
    cd build
    cmake ..
    make [Chosen_Example]

Replace [Chosen Example] with the name of the chose application (Currently "Numero" or "Chemistry").

A binary file will be created in your home/username/bin/ folder.

To execute the app, just call the corresponding executable with the expected arguments.

Useful Ressources

License

SUcgl
Copyright (c) 2010-2015 ICS-SU.

SUcgl is distributed under the GNU Lesser General Public License (LGPL). See License

graphicsengine's People

Contributors

foulonj avatar loicnorgeot avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

graphicsengine's Issues

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.