Skip to content
High Performance Visualization
C++ CMake GLSL C
Branch: master
Clone or download

Latest commit

9prady9 Remove hunter support
Hunter is adding extra maintenance at the moment which can be easily
replaced by vcpkg. vcpkg has much larger set of packages and easy
to integrate with the existing cmake code.
Latest commit 173ddaa Feb 13, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Update to simplified github PR template Feb 3, 2020
CMakeModules Remove hunter support Feb 13, 2020
assets misc: CPack config for installers Feb 9, 2018
docs Refactor compute copy helper header per convention Feb 3, 2020
examples Remove hunter support Feb 13, 2020
extern Refactor CMakeLists.txt per recommended guidelines Feb 13, 2020
include Refactor compute copy helper header per convention Feb 3, 2020
src Remove hunter support Feb 13, 2020
.gitignore refactor: Use modern CMake(>=3.5.2) features Dec 23, 2017
.gitmodules Make glm headers a submodule of forge Dec 31, 2018
.travis.yml Repair github token for travis build artifacts deployment Mar 2, 2019
CMakeLists.txt Remove hunter support Feb 13, 2020
README.md Update docs URL in README Jun 17, 2019
appveyor.yml Replace glbinding with glad GL loader Dec 17, 2018

README.md

Forge - High Performance Visualizations

Platform Linux x86 Linux aarch64 Windows OSX
Status Build Status Unknown Build Status Build Status

Join the slack chat channel

An OpenGL interop library that can be used with ArrayFire or any other application using CUDA or OpenCL compute backend. The goal of Forge is to provide high performance OpenGL visualizations for C/C++ applications that use CUDA/OpenCL. Forge uses OpenGL >=3.3 forward compatible contexts, so please make sure you have capable hardware before trying it out.

Documentation

You can find the latest documentation here.

Dependencies

Linux/Unix: Dependencies should be available via respective package managers. Windows: We recommend vcpkg.

Sample Images

Image 2D Plot
3d Plot Rotated 3d Plot
histogram Surface
You can’t perform that action at this time.