...Please note that the "official" project's name is "UE Viewer", and a short unofficial name of the project is "model" (it was left from the older name "Unreal MODEL viewer"). UE Viewer is a viewer for visual resources of games made with Unreal engine. Currently, all engine versions (from 1 to 4) are supported. We are using our own build system to compile UE Viewer. You may find a Perl script in Tools/genmake. This script generates makefiles from some human-friendly project format. After that you may build generated makefile using 'nmake' for Visual Studio or 'make' for gcc.
NativeViewer is a Visual Studio extension for visualization of OpenCV images stored in the cv::Mat class. A thumbnail image is shown during the debug when a variable is hovered by mouse with CTRL key pressed down. NativeViewer also formats the string displayed in the "Watch" window to express valuable cv::Mat information.
The extension works only for native C++ code for both Win32 and x64 platforms. All Visual Studio .NET versions are supported. However, installation process differs for...
This is a simple 3D OpenGL based reimplementation of the classic Arkanoid game, it was entirely developed with C++ using Visual Studio .NET 2005 with my own OpenGL SDK based on the NeHe's SDK. This project is a work in progress and needs your help!!
The 3D game development studio based on the Eclipse platform featuring modelling, non-linear animation of characters, scripting and deployment support.
IVCON can read and write a small variety of 3D graphics file formats, converting from one to the other. Currently supported formats are:
3DS - AutoCAD 3D Studio Max binary files;
ASE - AutoCAD ASCII export files;
BYU - Movie.BYU surface geometry fil
White Rabbit is an avatar system that is comparable to MS Agent. It relies on the cal3d character animation library and OpenGL. This project includes the avatar and a design studio to create characters. It is all written C++ under Linux.