Releases: kallaballa/Plan-V4D
V4D 0.0.6-alpha release
This release focused on NVIDIA support, performance optimizations (mostly WebAssembly) and the new ImGui interface. There are new examples and demos as well.
To install the debian packages first install gdebi (apt install gdebi) and then install the packages one after the other. e.g.:
gdebi OpenCV-4:8.0-kallaballa-x86_64-dev.deb. Note: gdebi can't process more than one file on the cli and silently ignores excess arguments. You really have to install them one after the other.
Additionally I added binary tarballs and an installer which the experienced user might use for non-Debian distros.
Full Changelog: 0.0.5-alpha...0.0.6-alpha
V4D 0.0.5-alpha release
Though it is titled an alpha release it is quite stable, fast and almost feature complete - that said, The only platform I have tested thoroughly is Intel(i7-1160G7)/Linux(6.3.2-1-default). I also experimented with Nvidia's properietary drivers and the FOSS Nouveau drivers. Both gave me problems but I think i fixed most of the issues.
To install the debian packages first install gdebi
(apt install gdebi) and then install the packages one after the other. e.g.:
gdebi OpenCV-4:8.0-kallaballa-x86_64-dev.deb. Note: gdebi can't process more than one file on the cli and silently ignores excess arguments. You really have to install them one after the other.
Additionally I added binary tarballs and an installer which the experienced user might use for non-Debian distros.