Skip to content

e3reiter/draw

 
 

Repository files navigation

Welcome to the DRAW project 

The DRAW library helps
to realize a 2D visualisation from within source code. 

1. Library dependencies

- the DRAW library relies on a working installation of OpenGL and glfw-3
        http://www.glfw.org/download.html
  (If you experience linker problems with glfw be sure you add the correct 
   libraries for your system in the Makefile in the GLFLAGS/LIBS variable.)

- the device_window needs CUDA-5.0 ( and thrust which is included), 
        https://developer.nvidia.com/cuda-downloads

2. Library documentation
The library comes with a documentation that can be 
created using Doxygen ( http://www.stack.nl/~dimitri/doxygen/ ) via:
    doxygen Doxyfile 
that will create a doc/ subdirectory.
Open with
    firefox doc/html/index.html








About

library for easy two-dimensional plots from within a running C++ simulation.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C++ 50.9%
  • Cuda 45.7%
  • Makefile 1.8%
  • Objective-C 1.6%