shehzan10 / forge

High Performance Visualization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Forge - High Performance Visualizations

Join the chat at https://gitter.im/arrayfire/forge

A prototype of the OpenGL interop library that can be used with ArrayFire. 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 most recent and updated documentation here.

Build Status

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

Dependencies

Above dependencies are available through package managers on most of the Unix/Linux based distributions. We have provided an option in CMake for Forge to build it's own internal freetype version if you choose to not install it on your machine.

Sample Images

Image 2D Plot
3d Plot Rotated 3d Plot
histogram Surface

About

High Performance Visualization

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 88.6%Language:CMake 7.7%Language:GLSL 2.2%Language:C 1.5%