Main > Free Download Search >

Free 3d fps software for linux

3d fps

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 646
3D Pong 0.5

3D Pong 0.5


3D Pong project is a simple Xlib vector-based ping-pong game. more>>
3D Pong project is a simple Xlib vector-based ping-pong game.
3D Pong is is a very small and fast ping-pong or handball game for one or two players. It uses simple 3D vector graphics in Xlib.
Multiple views are possible, and red/blue separation is available for users with 3D movie glasses.
Main features:
Game Play:
- 1 player against the computer
- 1 player in "handball" mode
- 2 players, networked
- User-defined gravity level
- With or without a deflective "net"
Display Modes:
- Red/Blue split mode for true 3D using 3D glasses!!!
- Six viewing positions:
- First Person POV from behind your paddle
- "Bleacher" view from the side of the game arenta.
- Above view.
- Freely rotatable mode (using the mouse)
- A dizzying "follow the ball" mode
- Follow the paddle mode
<<less
Download (0.036MB)
Added: 2006-11-10 License: GPL (GNU General Public License) Price:
1090 downloads
3D Tetris 4.1.0

3D Tetris 4.1.0


The goal of the 3D Tetris game is to complete a layer with blocks without gap which will cause the layer to disappear. With ongoing time this will bec... more>> <<less
Download (87KB)
Added: 2009-04-25 License: Freeware Price: Free
202 downloads
Mill 3D 0.1

Mill 3D 0.1


Mill 3D is a nine mens morris game, based on classical board game. more>>
Mill 3D is a nine mens morris game, based on classical board game. You can play against the computer, or a human player, in a nice 3D environment. The computer has three difficulty level, it is quite smart.
Main features:
- Play against your friend
- Play against the computer, choose from the 3 difficulty levels
- Sophisticated 3D enviroment
- Runs under Linux and Windows
<<less
Download (1.0MB)
Added: 2005-11-17 License: GPL (GNU General Public License) Price:
1439 downloads
SDL::App::FPS 0.21

SDL::App::FPS 0.21


SDL::App::FPS is a framework for event-driven SDL games/applications. more>>
SDL::App::FPS is a framework for event-driven SDL games/applications.

SYNOPSIS

Subclass SDL::App::FPS and override some methods:
package SDL::App::MyFPS;
use strict;
use SDL::App::FPS;
use SDL;

use base qw/SDL::App::FPS/;

# override the method draw_frame with something to draw
sub draw_frame
{
my ($self,$current_time,$lastframe_time,$current_fps) = @_;

...
}

# override post_init_handler and add some event handlers
sub post_init_handler
{
my ($self} = shift;

my $self->add_event_handler(SDL_KEYDOWN, SDLK_q, sub
{
my $self = shift; $self->quit();
} );
# or easier for often-used events (note quoted SDLK_f!)
$self->watch_event( fullscreen => SDLK_f, pause => p,
quit => SDLK_q,
);
# You can also specify the key/mousebutton bindings for these events
# in the config file like "bind_event_fullscreen = f"
}

Then write a small script using SDL::App::MyFPS like this:

#!/usr/bin/perl -w

use strict;
use SDL::App::MyFPS;

# fill in here default options if you like
my $options = { };

# create a new application including window
# automatically uses a config file or the command line:
my $app = SDL::App::MyFPS->new( $options );

# run the application, will exit when done
$app->main_loop();

Thats all!

<<less
Download (0.095MB)
Added: 2006-09-29 License: Perl Artistic License Price:
1126 downloads
libglfps 0.1

libglfps 0.1


libglfps project is a library that adds an FPS display to any OpenGL application. more>>
libglfps project is a library that adds an FPS display to any OpenGL application.

It adds a framerate display to OpenGL apps that dont have one built in, through the magic of LD_PRELOAD.

<<less
Download (0.28MB)
Added: 2006-11-27 License: GPL (GNU General Public License) Price:
1062 downloads
Turtle3D 3.0

Turtle3D 3.0


Turtle3D project is a scheme implementation of the Turtle, in 3D. more>>
Turtle3D project is a scheme implementation of the Turtle, in 3D.

It is object oriented, so you can have many turtles in the drawing window.

A test program is included.

<<less
Download (0.015MB)
Added: 2006-11-01 License: GPL (GNU General Public License) Price:
1093 downloads
gCAD3D 1.084

gCAD3D 1.084


gCAD3D is a 3D-CAD/CAM-software with Iges-Import/Export, DXF-Import/Export, VRML-1, programming-Interface, scripting language. more>>
gCAD3D is a 3D-CAD and CAM-software with Iges-Import and Export, DXF-Import and Export, VRML-1, programming-Interface, scripting language.

<<less
Download (1.4MB)
Added: 2007-07-08 License: Freeware Price:
848 downloads
Pong 3D 0.8.5

Pong 3D 0.8.5


Pong 3D project is a OpenGL Pong clone. more>>
Pong 3D project is a OpenGL Pong clone.

Pong 3D is an OpenGL version of the classic paddle game Pong. This version has colorful textured 3D graphics supports multiplayer or single-player options.

<<less
Download (0.77MB)
Added: 2006-11-28 License: GPL (GNU General Public License) Price:
1084 downloads
Soya 3D 0.10.2

Soya 3D 0.10.2


Soya 3D is a high level 3D engine for Python. more>>
Soya 3D is a high level 3D engine for Python. It relies on OpenGL, SDL and Cal3D. Soya 3D project is designed with games in mind, focusing both on performance and ease-of-use.
Soya 3D is available under the GPL and currently runs on GNU/Linux, though ports to other OS are planned (Mac OS X, windows,...) since it uses only portable libraries.
Main features:
- Multi-plateform : Linux / Unix, MacOSX, Windows
- Object model, including camera, light, world, volume,...
- Particle systems
- Fullscreen
- Tutorials and demos included
- Trees
- Raypicking
- Landscapes
- 3D character animation (with Cal3D)
- Exportation scripts for Blender, Obj/Mtl, Maya and 3DSmax
- Event management (keyboard, mouse,...)
- Cell-shading
- Shadows
- Environment mapping
Soya 0.6.1 and below were written in C and Python, but version 0.7 and higher are written in Pyrex and Python.
<<less
Download (2.1MB)
Added: 2006-04-25 License: GPL (GNU General Public License) Price:
1278 downloads
Games::3D 0.09

Games::3D 0.09


Games::3D is a package containing an object system for (not only) 3D games. more>>
Games::3D is a package containing an object system for (not only) 3D games.

SYNOPSIS

use Games::3D::World;

my $world = Games::3D::World->new();

$world->save_to_file( $filename );

my $loaded = Games::3D::world->load_from_file( $filename );

my $thing1 = $world->add ( Games::3D::Thingy->new( ... ) );
my $thing2 = $world->add ( Games::3D::Thingy->new( ... ) );

$world->link($thing1, $thing2);

Games::3D::World provides you with a container class that will contain every object in your game object system. This are primarily objects that have states, change these states and need to announce the states to other objects.

The Games::3D::World container also enables you to save and restore snapshots of your objects system.

Basic things that you object system contains are derived from a class called Games::3D::Thingy. These can represent physical objects (buttons, levers, doors, lights etc) as well as virtual objects (trigger, sensors, links, markers, sound sources etc).

You can link Thingys together, either directly or via Games::3D::Links. The links have some more features than direct linking, which are explained below.

This package also provides you with Games::3D::Sensor, a class for objects that sense state changes and act upon them. Or not, depending on the sensor. Sensors are primarily used to watch for certain conditions and then act when they are met. Examples are the death of an object, values that go below a certain threshold etc.

State changes are transported in the object system with signals.

<<less
Download (0.032MB)
Added: 2006-10-02 License: Perl Artistic License Price:
1124 downloads
Planets 3D 1.3

Planets 3D 1.3


Planets 3D is a graphical tool for the simulation of the solar system. more>>
The purpose of Planets 3D is to show a simulation of our solar system. The focus lies on a nice graphic (3D OpenGL) and the possibility to modify the objects of the solar system to see what happens.
This program is written on Linux using C++. In theory it should be portable to windows, because Ive used only plattform independent libraries. Anyone who tries to port it please contact me even if unsuccessful, perhaps I can help overcome arising errors.
By now there is included a small program which converts different coordinate systems into each other. It is called Astroconvert.
Main features:
- simulate the development of the solar system based on calculations of the gravity power
- take screenshots
- load and save solar systems
- modify solarsystem
- switch between different cameras to view the solar system (e.g. look through a shuttle window)
<<less
Download (0.60MB)
Added: 2005-06-08 License: GPL (GNU General Public License) Price:
1605 downloads
gt5 1.3d

gt5 1.3d


gt5 is a text-mode utility that makes it easier to determine what is using your disk space. more>>
gt5 is a text-mode utility that makes it easier to determine what is using your disk space. gt5 runs du and generates HTML, which is then shown using links.
The data is clearly arranged and intuitive to browse.
Main features:
- gt5 shows the diskspace used by files and directories within a given directory,
- intelligent cutting of small files/directories to keep the results readable,
- you can easily browse through the subdirectories, using the cursor-keys,
- optionally gt5 gives links to the files, so you can also browse them,
- show entries with their size and the percentage of their parent,
- the results can be saved to a file, for later use
Enhancements:
- just some minor fixes in the manpage
<<less
Download (0.016MB)
Added: 2007-02-28 License: GPL (GNU General Public License) Price:
975 downloads
TUER Alpha

TUER Alpha


TUER is a 3D FPS written in JAVA + JOGL + JOGG. more>>
TUER is a 3D FPS written in JAVA + JOGL + JOGG.

TUER is a very small first player shooter. You can shoot robots in a museum with your rocket launcher. It uses a kind of dynamic lighting. You can also perform screenshots and snapshots.

<<less
Download (MB)
Added: 2007-08-23 License: Freeware Price:
487 downloads
Physics 3D 1.0.5

Physics 3D 1.0.5


Physics 3D project is a 3D physics simulation program. more>>
Physics 3D project is a 3D physics simulation program.

It simulates gravitational attraction, momentum, and collisions of rigid bodies.

It is written using Java and the Java3D API.

<<less
Download (0.41MB)
Added: 2006-10-10 License: GPL (GNU General Public License) Price:
1137 downloads
Wings 3D 0.98.36

Wings 3D 0.98.36


Wings 3D is a subdivision modeler inspired by Nendo and Mirai from Izware. more>>
Wings 3D is a subdivision modeler inspired by Nendo and Mirai from Izware.
Wings 3D is possible to assign materials, vertex color, UV coordinates and textures, but there will be improvements in those features before Wings goes 1.0.
There is no support in Wings for doing animations.
Export Formats
- Nendo (NDO)
- 3D Studio (3DS)
- Wavefront (OBJ)
- VRML (WRL)
- Renderware (RWX)
- FBX (on Windows and Mac OS X)
- Yafray
- Toxic
Import Formats
- Nendo (NDO)
- 3D Studio (3DS)
- Wavefront (OBJ)
- FBX (on Windows and Mac OS X)
- Adobe Illustrator 8 (AI)
<<less
Download (2.4MB)
Added: 2006-11-22 License: GPL (GNU General Public License) Price:
1454 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5