168 projects tagged "3D Modeling"
Vis5D is a system for interactive visualization of large 5-D gridded data sets such as those made by numeric weather models. One can make isosurfaces, contour line slices, colored slices, volume renderings, etc of data in a 3-D grid then rotate and animate the image in real time. There's also a feature for wind/trajectory tracing, a way to make text anotations for publications, etc.
The Deimos Project is a 3D space combat simulator and modular game library collection. It includes a 3D modeler designed with a programmer's needs in mind. It allows you to construct 3D models by writing Java source code. All you need to design a model is a computer, some graph paper, and a pencil. The modeler's internals function as a simple OpenGL scene graph API, without preventing the use of low-level OpenGL commands. For storing settings and other hierarchically-representable data, the project provides a Hierarchy library that stores data atomically using XML. It also features a timing library, a game object container system, and many other features.
myOS is a minimalistic, OpenGL capable, GNU/Linux-based system without X. It is a bare bones Linux system, stripped of everything but the files necessary to compile and run OpenGL/C code. It has a simplified directory structure and a cleaned-up internal cross referencing. It has two available variants. myOSx-less fits within a 64 MB RAM disk and features a WebKit based on Trolltech's Qtopia demo Web browser. myOSx is oriented for X11, and its development tools are built around Trolltech Qtopia to produce applications based on the WebKit and for the framebuffer of the original myOS system.