Simple Project List Software Map

791 projects in result set
LastUpdate: 2013-05-13 00:14

PHPlot

PHPLOT is a PHP graphics class for creating charts and plots. It works with PHP5 (but older versions can use PHP4). PHPlot uses the PHP GD extension to produce PNG, GIF, or JPEG images. TrueType fonts (TTF) are optional, or built-in GD fonts can be used. The available plot types are: area, bars, line/points, lines, pie, points, squared, stacked-bars, and thin bar-line. Labels, tick marks, plot legend, X/Y axes, and more are all configurable. Images can be imported as a background, multiple graphs can be drawn on one image, and images can be saved to disk or returned to a browser.

LastUpdate: 2014-02-26 23:33

Eigen

Eigen is a C++ template library for linear algebra: vectors, matrices, and related algorithms. It is versatile, fast, elegant and works on many platforms.

LastUpdate: 2007-01-26 00:59

K-3D

K-3D is a 3D modeling, animation, and rendering system for GNU/Linux & Win32. Features include creation and editing of geometry in multiple realtime OpenGL solid, shaded, and texture-mapped views; unlimited undos and redos; complete extensibility at runtime through third-party plugins; animated procedural geometric effects; all parameters animatable through a consistent control-spline based interface; rendering pipeline to Renderman Interface compliant rendering engines; optimization for use with the Aqsis rendering engine, which features solid modelling, true displacement, and user programmable shaders; and support for background and batch rendering.

LastUpdate: 2004-01-23 05:38

Calculating Pi

Calculating Pi is a project for the calculation of the mathematical constant Pi through various methods. Mathematicians and programmers are encouraged to contribute ideas or code for this project.

(Machine Translation)
LastUpdate: 2005-03-07 12:49

Hugues Image Viewer

Hugues Image Viewer is an image viewing and
image analysis application. It supports any pixel
type (from binary to 64 bit, integer or floating point),
3D, multi-spectral, and multi-component documents
and images. It includes image viewing functions
such as zooming, cropping, and rotating.

(Machine Translation)
LastUpdate: 2013-06-18 22:23

QCAD Pro

QCAD Pro bundles QCAD with additional proprietary tools and plugins, including read and write support for the DWG file format, SVG export, printing a drawing on multiple pages (poster), and support for splines from fit points. QCAD is an application for computer aided drafting in two dimensions (2D). With QCAD, you can create technical drawings such as plans for buildings, interiors, mechanical parts, or schematics and diagrams. QCAD can be easily extended through plugins and its very powerful and complete ECMAScript (JavaScript) interface.

(Machine Translation)
LastUpdate: 2009-07-09 16:11

bit

bit is a library that makes it easier to dynamically manipulate data buffers containing fields that do not have octet (byte) boundaries. An example is the IP header, which is generally dealt with at compile time via bit fields in a structure. A key feature of the bit library is support for loading data formats described in XML files and dynamically parsing those fields at run time. This library was initially created to support reading various kinds of robotic device I/O (IR sensors, motors), but it has also been used for run time parsing of IP, TCP, UDP, and RTP headers.

(Machine Translation)
LastUpdate: 2007-12-17 11:00

LabPlot

LabPlot is a KDE application for data plotting and function analysis. It support both 2D and 3D plots and tries to emulate most of the functions supported by programs like Microcal Origin or SPSS Sigmaplot.

LastUpdate: 2009-04-20 01:47

GtkDatabox

GtkDatabox is a widget for the GTK+ library designed to display large amounts of numerical data quickly and easily. It allows for one or more data sets of thousands of data points (X and Y coordinates) to be displayed and updated in split seconds. It offers the ability to zoom into and out of the data, and to navigate through your data by scrolling. In addition to rulers and a simple coordinate cross, it allows you to add one (or even more) configurable grids like on an oscilloscope. Data may be presented as dots, lines connecting the data, or vertical bars. The widget allows you to easily transform pixel coordinates into data coordinates, thus allowing you to easily create powerful applications for data analysis.

(Machine Translation)
LastUpdate: 2013-11-10 03:34

Amide's a Medical Imaging Data Examiner

AMIDE (Amide's a Medical Imaging Data Examiner) is
a tool for viewing, analyzing, and registering
volumetric medical imaging data sets. It's been
written on top of GTK+, and runs on any system
that supports this toolkit (Linux, Windows, Mac OS
X with fink, etc.).

(Machine Translation)
LastUpdate: 2003-01-14 11:33

Visualization of Compiler Graphs

Visualization of Compiler Graphs (VCG) reads a specification of a
graph and visualizes it. It can lay out the graph using several
heuristics such as reducing the number of crossings, minimizing the
size of edges, and centering nodes. It allows folding of dynamically-
or statically-specified regions of the graph.

(Machine Translation)
LastUpdate: 2014-02-11 12:16

jTracer

jTracer is a visualization tool for libcsdbg. When libcsdbg creates a stack trace for a caught exception, a thread, or a process-wide stack trace dump, it can be configured to broadcast the trace data through TCP/IP (UDP/IP, RS-232, USB, etc. are under development). jTracer catches those data and visualizes them to the user, sorted and ordered by TCP/UDP/IP address/port (or serial port), process ID, and executable, thread, and timestamp. It's particularly useful when you're doing cross-development and your target platform has no resources to visualize output. The rationale behind the development of jTracer is similar to gdb/gdbserver functionality.

(Machine Translation)
LastUpdate: 2011-06-23 01:00

stl2pov

stl2pov reads an STL (Standard Triangulation Language) file and outputs a POVray mesh. It has been tested with STL files generated by Pro/Engineer.

LastUpdate: 2004-08-01 22:58

ACFTools

ACFTools is a utility for manipulating X-Plane
flight simulator aircraft and weapon models
without using its Plane Maker. It can decode
both Apple and Intel ACF/WPN formats into
plain text files with a syntax similar to C,
which can be edited and then re-converted
into binary data. It is able to extract almost
complete 3D models of aircraft (fuselage,
floats, tanks, wings, stabs, propellers,
engines) and write it in AC3D modeler format.
Edited 3D parts can then be merged into plain
text and consequently converted into binary
ACF files.

(Machine Translation)
LastUpdate: 2010-03-21 12:49

cvtool

CVL is a library for image and data processing using graphics processing units (GPUs). It is suitable as a base for GPGPU applications. Cvtool is a general-purpose computer vision tool that is based on the CVL library. It works as a filter by reading streams of data from standard input and writing manipulated data and/or analysis results to standard output. Complex analysis tasks can easily be realized in scripts. Many image and video manipulation and analysis functions are included, as well as some advanced computer vision techniques.