forge
forge copied to clipboard
High Performance Visualization
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...
OpenCL examples are not working at all **surface**  **plotting**  **plot3**  **histogram**  **fractal**  --- CPU examples look garbled at default window size, but they work after...
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...
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?...
**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)
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...