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

All most all of the forge objects have the option to let user provide per vertex attributes such as colors and alphas for rendering. In the case of contour plots,...

feature

- [ ] Box plots - [ ] Pie Charts

feature

Will event handlers, like mouse click, mouse drag, scrolling, etc. be integrated to ArrayFire?

feature

It is necessary to add support for drawing of computer vision features. A circle/cross/X can be drawn around the coordinates where a feature is located. Feature matching can be drawn...

feature

Current setup of glad dependency makes it unnecessary hard to build: 1. forge expects a specific configuration, as can be found in arrayfire's glad repository. A vanilla upstream glad does...

question

reinitialzie context to avoid opencl examples to quit with segmentation fault **Change(s)** add context = cl::Context(); immediately after releaseGLBuffer(handle); **Current Behavior** quit with segmentation fault https://github.com/arrayfire/forge/issues/243 **New Behavior** quit without...

If you have more than one display cards, all the examples in forge/examples/opencl will fail. A temporary workaround is to modify createCLGLContext in cl_helpers.h so that cl::Context always use the...

Is there any simple way to annotate plots in Forge? something like add a marker with a text

question