127 projects tagged "3D Rendering"
MakeHuman is software for the modelling of three-dimensional humanoid characters. Features that make this software unique include a highly intuitive GUI and a high quality mesh, optimized to work in subdivision surface mode (for example, Zbrush). Using MakeHuman, a photo-realistic character can be modelled in less than 2 minutes.
Mathnetics is an API for creating advanced, interactive, Web-based mathematical applications. It defines various important mathematical objects that are inter-related and on which many numerical calculations can be done. It also features rendering of 3D objects onto an SVG canvas (to do so, it includes certain utilities such as browser sniffing, DOM node selection, and DOM readiness detection), which is quite robust. A few basic 3D objects are given (Line, Sphere, Cube), but the user can define any 3D object desired as per the specification.
Python Mesh Viewer is a very basic tool to display and play with 3D models. You can either construct them in the code (by defining points, triangles, and quads) or load them from a file. Currently, the only file format supported is the ".mesh" format from the closed source software medit. The rendering is done with absolutely no hardware acceleration (no OpenGL).
OsiriX is an image processing software dedicated to DICOM images produced by medical equipment (such as MRI, CT, PET, and PET-CT) and confocal microscopy (LSM and BioRAD-PIC format). It can also read many other file formats: TIFF, JPEG, PDF, AVI, MPEG, and Quicktime. OsiriX is able to receive images transferred by DICOM communication protocol from any PACS or medical imaging modality. OsiriX has been specifically designed for navigation and visualization of multimodality and multidimensional images.
wiiFrame is a simple GUI frame that has an OpenGL 3D window and a dialog box that connects Nintendo Wii remotes to the application. This is to be used as a basis for anyone who wants to write 3D applications that are controled by a Wii remote. This project uses wxWidgets, so it can be compiled cross platform, but as of now, only a Linux build works.