kallaballa / V4D.old

V4D is a high performance visualization module for OpenCV. It features vector graphics using NanoVG a GUI based on NanoGUI and OpenCL/OpenGL and OpenCL/VAAPI interoperability.
https://viel-zu.org/opencv/doxygen/html/d7/dfc/v4d.html
Apache License 2.0
6 stars 1 forks source link

quad-demo shows rectangle in place where the tetrahedron should be. #1

Closed blondquirk closed 1 year ago

blondquirk commented 1 year ago

./src/quad/quad-demo OpenGL Version: 4.6 (Compatibility Profile) Mesa 22.0.5 OpenCL Platforms:

double free or corruption (!prev) Segmentation fault tetra demo

kallaballa commented 1 year ago

quad demo is fine. the documentation is outdated and tetra demo missing. i reintroduced tetra (70aabaff141705dcf5c071e309b64fbbd7cfc31c) and will update the documentation.

kallaballa commented 1 year ago

renamed quad-demo to shader-demo: b8f7922001d3a285b13e93dae02b2d8254c2fc2c

kallaballa commented 1 year ago

Updated https://github.com/kallaballa/GCV/blob/main/README.md to include both shader-demo and tetra-demo.