Main > Free Download Search >

Free visualizing software for linux

visualizing

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 144
Chaos Visualization 0.9

Chaos Visualization 0.9


Chaos Visualization is a program for quickly calculating the amount of predictability in a very simple system. more>>
Chaos Visualization is a program for quickly calculating the amount of predictability in a very simple system: a spring with one side connected to the origin and the other to a weight under gravity.

This amount is chaos is visualized in TIFF images, which can be put in a sequence to show the evolution of chaotic behaviour in this system.

<<less
Download (0.022MB)
Added: 2006-10-30 License: GPL (GNU General Public License) Price:
1095 downloads
Tree::Visualize 0.01

Tree::Visualize 0.01


Tree::Visualize is a Perl module for visualizing Tree structures. more>>
Tree::Visualize is a Perl module for visualizing Tree structures.

SYNOPSIS

use Tree::Visualize;
use Tree::Binary;

my $tree = Tree::Binary->new("*")
->setLeft(
Tree::Binary->new("+")
->setLeft(Tree::Binary->new("2"))
->setRight(Tree::Binary->new("2"))
)
->setRight(
Tree::Binary->new("+")
->setLeft(Tree::Binary->new("4"))
->setRight(Tree::Binary->new("5"))
);

my $visualize = Tree::Visualize->new($tree, ASCII, TopDown);
print $visualize->draw();

# +---+
# +--------| * |-------+
# | +---+ |
# +---+ +---+
# +--| + |--+ +--| + |--+
# | +---+ | | +---+ |
# +---+ +---+ +---+ +---+
# | 2 | | 2 | | 4 | | 5 |
# +---+ +---+ +---+ +---+

my $tree = Tree::Binary::Search->new();
foreach my $value (7, 3, 1, 0, 2, 5, 4, 6, 11, 9, 10, 8, 13, 12, 14) {
$tree->insert($value => $value);
}

my $visualize = Tree::Visualize->new($tree, ASCII, Diagonal);
print $visualize->draw();

# (7)-------------(11)-----(13)-(14)
# | | |
# | | (12)
# | |
# | (9)-(10)
# | |
# | (8)
# |
# (3)-----(5)-(6)
# | |
# | (4)
# |
# (1)-(2)
# |
# (0)

my $tree = Tree::Simple->new("test")
->addChildren(
Tree::Simple->new("test-1")
->addChildren(
Tree::Simple->new("test-1-1")
),
Tree::Simple->new("test-2"),
Tree::Simple->new("test-3")
);

my $visualize = Tree::Visualize->new($tree, ASCII, TopDown);
print $visualize->draw();

# |
# +------+
# | test |
# +------+
# ____________|_____________
# | | |
# +--------+ +--------+ +--------+
# | test-1 | | test-2 | | test-3 |
# +--------+ +--------+ +--------+
# |
# |
# +----------+
# | test-1-1 |
# +----------+

NOTE: This is very early release alpha software
The goal of this module is to provide a means of easily visualizing trees in a number of output formats and layouts. Currently only ASCII output and a limited number of formats are supported. There is some support for output as GraphViz dot files, but that is buggy at best right now.

As I said, this is alpha software, and so please dont expect it to do all that much. Many of the classes inside are not even implemented, and few if any are documented. I am releasing this to CPAN largely as a means of self-motivation, although I can make no promises about the speed of my progress.

<<less
Download (0.015MB)
Added: 2007-03-07 License: Perl Artistic License Price:
961 downloads
VisLib 2.1.0

VisLib 2.1.0


VisLib is a GTK application for visualizing, editing, and searching hierarchically-organized couples of visual and textual info. more>>
VisLib is a GTK application for visualizing, editing, and searching hierarchically-organized couples of visual and textual information, from family or holiday photographs, desktop backgrounds, digital comics, to material samples or bacterial cultures photographs.
Enhancements:
- Record and category edition works. File saving in VLB-1 format works.
- Categories and record reordering tools were added and work.
- The edit menu has been completed.
- The full loop between file creation, filling, edition and saving is operational.
<<less
Download (0.59MB)
Added: 2005-10-05 License: GPL (GNU General Public License) Price:
1479 downloads
Picsearch Highlight 1.6

Picsearch Highlight 1.6


Picsearch Highlight allows you to conveniently search for images with text that you highlight. more>>
Picsearch Highlight allows you to conveniently search for images with text that you highlight.

Use this extension to conveniently search for images with text that you highlight. This is extremely useful for visualizing results for text phrases. Your search results pop open in a new tab. Very similar to the "Search Web For..." feature.

<<less
Download (0.006MB)
Added: 2007-04-12 License: MPL (Mozilla Public License) Price:
930 downloads
Visual Automata Simulator 1.2

Visual Automata Simulator 1.2


Visual Automata Simulator is a DFA, NFA and TM simulator. more>>
Visual Automata Simulator is a tool for simulating, visualizing and transforming finite state automata and Turing Machines.
Visual Automata Simulator is a DFA, NFA and TM simulator.
Main features:
- Creates, simulates and transforms DFA and NFA machines
- Creates and simulates TM
- Batch tests for TM: useful features to test a bunch of files quickly!
- Easy-to-use GUI interface (multi-documents)
- Smart links between objects
- Machines can be drawn using the mouse - and resized at any time
- Multiple machines can be created in a single document
- Multiple documents can be opened at the same time
- Documents can be saved and reloaded from disk
- Debug mode to see exactly how the machine is working (each step has a different color)
- MacOS X GUI compliant.
Enhancements:
- FA and TM machine can be exported to EPS file
- integrated update manager
- preferences: can specify the character used to define an epsilon transition
- fixed a bug where epsilon transition were not considered when starting directly from a state instead of following a non-epsilon transition.
<<less
Added: 2005-11-14 License: Freeware Price:
1447 downloads
GIPSpin 0.1.4

GIPSpin 0.1.4


GIPSpin is a graphical interface programming system which allows code to be visualized. more>>
GIPSpin is a graphical interface programming system which allows code to be visualized and which can generate threaded code.

The user constructs code segments using visual boxes. The program flow is represented as links between the boxes. Complex elements such as threader boxes are available to implement threading.

Currently, simple C code can be automatically parsed and visualized. The user can also start with the GUI to construct code segments which are turned into C++ code.

Intended Audience:

Researchers and programmers who are interested in visual programming and threading. As stated in the development status, a lot of work remains to be done, and we would be happy for suggestions and comments.

We have found that the GIPSpin approach is also helpful for beginning programmers by reducing the intimidation factor in jumping right to text programming, and also helping develop better mental skills for grasping program flow. Seeing how the structured boxes generate code makes the task of programming seem less daunting.
<<less
Download (3.2MB)
Added: 2005-09-13 License: GPL (GNU General Public License) Price:
1501 downloads
Firelight 1.0

Firelight 1.0


Filelight creates an interactive map of concentric segmented-rings that helps visualize disk usage on your computer. more>>
Filelight creates an interactive map of concentric segmented-rings that helps visualize disk usage on your computer.

It is like a pie-chart, but the segments nest, allowing you to see not only which directories take up all your space, but which directories and files inside those directories are the real culprits.

Remote Filesystems

If you want to have a filelight-style map prerendered at set times during the week, and then controlled in a web browser, take a look at Philesight, an excellent utilty that is also open source.

You can also browser remote servers using the fish:// or ftp:// KIO slave inside FIlelight, but for a system administrator I think philesight is more useful, check it out.

Installing From Source

You should be able to just copy and paste the following into a terminal:

cd ~
wget http://methylblue.com/filelight/packages/filelight-1.0.tar.bz2
tar xjf filelight-1.0.tar.bz2
cd filelight-1.0
./configure --disable-debug && make
su -c make install
<<less
Download (0.51MB)
Added: 2007-02-28 License: GPL (GNU General Public License) Price:
971 downloads
jGnucashLib 1.2

jGnucashLib 1.2


jGnucashLib is a Java library for manipulating the file format of the GnuCash accounting software. more>>
jGnucashLib is a Java library for manipulating the file format of the GnuCash accounting software.
jGnucashLib project comes with a small tag library for better visualizing its content and some minor tools to get you started on automating and scripting your financial data handling.
It is distributed in 3 versions:
(I know its cheap; It was just a lot of work and thus Im not comfortable taking it all to the open source. But at least I wanted to give something back that can be used for a lot of usefull new code to be written.)
Enhancements:
- This release can parse more features of gnucash files.
- It has better support for multiple currencies and funds/stock.
- There are many small bugfixes and added convenience methods.
- More Javadoc and fewer checkstyle warnings.
<<less
Download (7.4MB)
Added: 2005-09-26 License: GPL (GNU General Public License) Price:
1490 downloads
Pascals Triangle 3D 24032003

Pascals Triangle 3D 24032003


Pascals Triangle 3D is a Java3d project which prints pascals triangle using both a recursive and iterative algorithm. more>>
Pascals Triangle 3D is a Java3d project which prints pascals triangle using both a recursive and iterative algorithm.

A friend needed a software to print pascals triangle using both a recursive and iterative algorithm. So I helped him with the code.

But then we got the idea to create a program to visualize the triangle in 3D. Well, hours of perusing Java3D documentation ensued (neither of us having ever before done anything in 3D).

The result, a hacked up version of several java3d examples that lets you rotate the triangle with your mouse and zoom in and out with keyboard.

<<less
Download (0.008MB)
Added: 2006-11-23 License: GPL (GNU General Public License) Price:
1068 downloads
Where is M13 for Linux 2.2

Where is M13 for Linux 2.2


It helps you visualize the locations and physical properties of deep sky objects more>> Where is M13? is a unique application that helps you visualize the locations and physical properties of deep sky objects in and around the Galaxy.
At home, Where is M13? serves as a reference you will frequently turn to when you read about an object and become curious where it is with respect to our galaxy. In the field, the program will enhance your observing experience by allowing you to get an intuitive sense of the physical location, size, luminosity, and distance of the object you are viewing. You will find Where is M13? a great educational and outreach tool as well.
<<less
Download (1.41MB)
Added: 2009-04-18 License: Freeware Price: Free
188 downloads
qvsgraph 0.4

qvsgraph 0.4


qvsgraph is a tool to visualize qmail-scanner results. more>>
qvsgraph is a tool to visualize qmail-scanner results. qvsgraph project mainly consists of two PHP scripts.

One is used to fill the results into a MySQL database, and the other one generates nice graphical statistics and outputs images in PNG format which are highly configurable.

<<less
Download (0.007MB)
Added: 2006-11-09 License: GPL (GNU General Public License) Price:
1079 downloads
Thuban 1.1.0

Thuban 1.1.0


Thuban is an interactive geographic data viewer. more>>
Thuban is an interactive geographic data viewer (GIS viewer) which features methods to visualize, explore, and analyze geographic information.
Main features:
- Vector Data Support: Shapefile, PostGIS Layer
- Raster Data Support: GeoTIFF Layer
- Comfortable Map Navigation
- Object Identification and Annotation
- Legend Editor and Classification
- Table Queries and Joins
- Projection Support
- Printing and Vector Export
- API for Add-Ons (Extensions)
- Multi-Language Support: English, French, German, Hungarian, Italian, Russian and Spanish
- User Manual (English)
<<less
Download (0.84MB)
Added: 2005-07-12 License: GPL (GNU General Public License) Price:
1566 downloads
ies2iv 1.0-3

ies2iv 1.0-3


ies2iv project opens an IESNA file and translates it to the Open Inventor format. more>>
ies2iv project opens an IESNA file and translates it to the Open Inventor format in order to represent it in 3D and visualize it with software like ivview.

Usage:

ies2iv [--help | -h] [-t] [-p] < file1 > [file2...]

ies2iv: exports one or several IES files to Open Inventor file format
-p: number of horizontal slices
-t: number of vertical slices
-i : exports the corresponding igloo
<<less
Download (0.007MB)
Added: 2007-04-17 License: GPL (GNU General Public License) Price:
921 downloads
GPLIGC 1.5.1

GPLIGC 1.5.1


GPLIGC is a software package for glider* pilots. more>>
GPLIGC is a software package for glider* pilots. IGC flight data files can be analysed and visualised.
The package contains two components:
*and all others who want to view GPS track logs (para-glider pilots, hang-glider pilots and even pilots of radio-controlled (sail)planes.
- GPLIGC, analysation
- openGLIGCexplorer, 3d visualisation (can be used as a viewer for digital elevation data too)
GPLIGC can be used on Linux, Unix, Windows and Mac OS X.
GPLIGC application can be used under the terms of the GNU General Public License (GPL).
Enhancements:
- This release fixes a few bugs.
- Some options were added that allow you to specify a destination folder and filenames for screenshots.
- The background colors (including gradients) can be changed.
<<less
Download (0.85MB)
Added: 2007-04-24 License: GPL (GNU General Public License) Price:
548 downloads
Overslack 0.5

Overslack 0.5


Overslack is a slackline simulator/game. more>>
Overslack is a slackline simulator/game. A configurable model world containing a slackline, a slacker and ground is visualized and its time evolution is calculated while the user controls the slacker using the mouse. Just like with real slacklining there is no predefined goal, but it keeps track of the time you stand on the line.

The simulated world has only two dimensions. Although the forward direction offers many possibilities on a real slackline, it has very little to do with balancing and is quite uninteresting to simulate. Slow speeds are assumed, so the air resistance is neglected. The time evolution is calculated by applying Newtonian physics numerically as many times per second as the machine can handle.

The speed of the simulated world is configurable, making it run five times as slow as the real world makes it slow enough to be manageable and fast enough to keep the attention up. Unlike normal grass ground, the ground in the simulation is bouncy and doesnt cause injuries. It is (unfortunately) a bit unrealistic, but makes it more fun.

The simulated line behaves according to a quite simple model. An ideal spring between the lines point of equilibrium and the slackers feet makes a good approximation, but an ideal spring gives back all energy it stores, which would cause you to bounce forever without helping with your legs. To simulate some friction, it has a somewhat different spring constant depending on whether its extending or compressing. It is of course fully configurable, so anything from an ideal spring to an old, tired and non-elastic line are possible to simulate.

The slacker is controlled with the mouse. Move the mouse down to extend the legs, and move it up to crouch. Move the mouse to the right to lower your right arm and raise your left, and to the left to do the opposite. This is pretty much all you can do on a real slackline too, except that you can move more than just your arms, but thats just a question of terminology.

The slacker is infinitely fast and strong, if you move the mouse the slacker will move instantly to the new position regardless of the force and energy required.
It is possible to jump off the line and land on it again, with or without bouncing on the ground in between, but to make it simpler the slacker is moved to a perfectly balanced position whenever you press the right mouse button.

In addition to the line, slacker and some on-screen numerical physical information, vectors visualizing location (white), speed (green) and acceleration (red), both translational and rotational, are shown.
<<less
Download (0.010MB)
Added: 2005-09-07 License: GPL (GNU General Public License) Price:
1507 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5