On Mon, Jan 20, 2014 at 7:39 AM, J Decker <[email protected]> wrote: > On Mon, Jan 20, 2014 at 7:37 AM, Игорь Пашев <[email protected]> > wrote: > > 2014/1/20 Rob McDonald <[email protected]>: > >> We also have an API/Library mode with no main(), but that can have > graphics > >> or not. > > > > So, one will have the library with unpredictable API/ABI? > > > Ya; probably something like VLC, that gets a predictable API later > through documentation... >
The current plan is to keep all the calls available, but turn them into no-op's on the graphics version. The graphics/gui side is only relevant for visualization and interactive use. So, if you're switching to a truly headless batch-only mode, then the behavior of no-op calls to the graphics parts of the API will be the same as what is really desired. In many ways, the graphics version of the API is like a debug mode. It'll be very useful for developing a batch mode program, but when you go to production, it won't make a difference. Rob
-- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
