forge icon indicating copy to clipboard operation
forge copied to clipboard

High Performance Visualization

Results 21 forge issues
Sort by recently updated
recently updated
newest added

The Forge included in the official Linux installer is currently causing MATLAB to crash (segfault) when an ArrayFire mex-code is run (the below example causes this). ``` #include "arrayfire.h" #include...

bug

OpenCL examples are not working at all **surface** ![surface_opencl](https://cloud.githubusercontent.com/assets/364829/16026082/bab75562-3199-11e6-8fa5-3e4a02818494.png) **plotting** ![plotting_opencl](https://cloud.githubusercontent.com/assets/364829/16026080/bab52f9e-3199-11e6-8ed8-8f78b64f2dd3.png) **plot3** ![plot3_opencl](https://cloud.githubusercontent.com/assets/364829/16026084/bab84c42-3199-11e6-8316-de4a8c01184e.png) **histogram** ![histogram_opencl](https://cloud.githubusercontent.com/assets/364829/16026083/bab7655c-3199-11e6-89cf-75651ac3ede7.png) **fractal** ![fractal_opencl](https://cloud.githubusercontent.com/assets/364829/16026081/bab6fbda-3199-11e6-80d9-f8f9620b2e6e.png) --- CPU examples look garbled at default window size, but they work after...

bug

Hi, on my machine, the surface plot seems to have multiple issues. If I run the following code: ```c++ #include int main(int argc, char *argv[]) { try { af::info(); af::array...

bug

Version built from master several days ago. I used plot2d sample with cmake on Windows. Is it possible that axes would represent real coordinates while zooming or moving chart arround?...

enhancement
feature

**What kind of change does this PR introduce?** Feature. **What is the current behavior?** #68 lists pie chart as an option for statistical plots. **What is the new behavior?** Add...

Useful topics - [GLFW no context hints for window](http://www.glfw.org/docs/latest/window_guide.html#window_hints_ctx) - [SDL2 context creation function](https://wiki.libsdl.org/SDL_GL_CreateContext) - [glfw opengl context objects](http://www.glfw.org/docs/latest/context_guide.html#context_object) - [WGL context creation process](https://www.opengl.org/wiki/Creating_an_OpenGL_Context_%28WGL%29)

api-change

Sometimes you have to display visualisations over a web interface. Wondering if you can add this functionality. As reference following web rendering frameworks look cool so it would be nice...

feature