hellopcl
hellopcl copied to clipboard
VES is no longer maintained
Notice
VES is no longer maintained.
Although this project doesn't explicitly use the VES framework as it does with VTK and PCL, comments in some of the header files make a reference to VES. I assume that these files were taken directly from the VES project:
-
GLViewController.h
-
EAGLView.h
-
ES2Renderer.h
Evidence
I was exploring the source code for VES and looked at the latest log entries. One of the top ones is:
commit f14da305b5a1901f9408854b04311ec8e66fbf3a
Author: Tim Thirion <[email protected]>
Date: Tue Jun 9 15:16:58 2015 -0400
Update README -- VES is no longer maintained
The README is as follows:
Note: VES is no longer being maintained. Please use VTK as we have added support for mobile architectures.
Presumably, this project will compile as-is, but if a developer would like to use this project as a starting point and update VES (exactly what I tried to do), he'll run into problems.