graphics - Animation from a C++ program -
i have c++ program in linux operates on , gives result trajectories of simple geometric objects in 3 or 2 dimensions. need visualize movement of these simple entities , have video file output. how do that, libraries/software need this?
a simple library 2d openframeworks. it's fast setup , use. make video, output objects on screen , capture output program fraps.
3d, there afaik no simple frameworks let started fast. 1 possibility ogre3d, relatively easy use. other be, of course, opengl takes quite time used pure graphics library. video again, capture e.g. fraps.
Comments
Post a Comment