Main > Free Download Search >

Free for ps3 software for linux

for ps3

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 631
Python library for PS3 0.1.2

Python library for PS3 0.1.2


Python library for PS3 (Sony Playstation 3) game development under Linux. more>>
Python library for PS3 (Sony Playstation 3) game development under Linux. Includes: rendering to the PS3 frame buffer on a per pixel basis or with blittable objects (solid, masked or alpha blended), support for PS3 controllers and integration with PIL.
As you may know, Ive been writing my PS3 stuff with a view to building up a library suitable for writing games and as I thought about it more the idea of using a scripting language for the game seemed the most logical way forward. I plumped on python as Id used it before for a couple of small jobs and it seemed like a nice language with a lot of support. Plus, it has the advantage of being pre-installed on most Linux distributions and very easy to extend, and so the PS3 library for python was born...
Brief bullet points of the current build:
Support for the PS3 frame buffer on a per pixel basis
Support for blittable objects (solid, masked or alpha blended)
Support for the PS3 controllers
Easy integration with PIL for image manipulation and text rendering
A proof-of-concept breakout game
After about a day and a half development, the core of the library was in place but in a not very visible way. It seemed that the only way I could actually demonstrate this to all be good stuff is by writing a quick game. And breakout is one of the simplest, so I spent another day writing that. Its important to have a good demo on release... So, Ill settle for this half-hearted attempt at a breakout game whose main redeeming feature is that it has alpha transparency on all the blocks!
Just to whet your interest, heres an example of how easy the code can be (taken directly from the test.py file):
image = Blittable(Image.open("miglu.jpg"))
for count in xrange(screen.height-image.height):
screen.clear()
screen.blit(image, (count,count) )
screen.flip()
screen.wait()
Enhancements:
- Adds support for image blitting with the SPUs.
- Currently, using 4 SPUs the alpha blended breakout demo runs at 30fps at 720p.
<<less
Download (0.042MB)
Added: 2007-05-03 License: GPL (GNU General Public License) Price:
911 downloads
Debian LiveCD for PS3 20070114

Debian LiveCD for PS3 20070114


Debian LiveCD for PS3 is the first Debian Linux LiveCD for the PlayStation 3 gaming console. more>> <<less
Download (222.8MB)
Added: 2007-01-16 License: GPL (GNU General Public License) Price:
622 downloads
Domino for openSUSE 0.3

Domino for openSUSE 0.3


Domino theme compiled for openSUSE and related reptiles. more>>
Domino theme compiled for openSUSE and related reptiles.

For the original sources and screenshots go to http://www.kde-look.org/content/show.php?content=42804

<<less
Download (MB)
Added: 2007-04-13 License: GPL (GNU General Public License) Price:
555 downloads
SDE for Eclipse 4.1

SDE for Eclipse 4.1


SDE for Eclipse is a UML plugin for the Eclipse IDE. more>> <<less
Download (116.1MB)
Added: 2007-08-05 License: Free for non-commercial use Price: $70
823 downloads
VCL for PHP 1.0

VCL for PHP 1.0


VCL for PHP is a PHP framework to help you build PHP web applications faster and easier than ever. more>>
VCL for PHP is a PHP framework to help you build PHP web applications faster and easier than ever.
This framework has been designed to provide visual design capabilities and its being used on Delphi for PHP.
Enhancements:
- The code in this release is the same you can get when buying Delphi for PHP.
<<less
Download (2.2MB)
Added: 2007-04-11 License: LGPL (GNU Lesser General Public License) Price:
929 downloads
Free iPod 1

Free iPod 1


Proven guide to get a free PS3, free Wii, free Xbox 360, free iPhone, free iPod , free HDTV & much more. I am a private individual just like you. Gett... more>> <<less
Download (41KB)
Added: 2009-04-12 License: Freeware Price: Free
194 downloads
PAM for MyPW 0.1

PAM for MyPW 0.1


PAM for MyPW is a PAM module for using the one-time passwords provided by the MyPW service. more>>
PAM for MyPW project is a PAM module for using the one-time passwords provided by the MyPW service.

PAM for MyPW currently works with most Linux Servers and can be used with software programs such as SSH that support PAM Authentication.

After you compile and install the PAM Module youll need to sign-up for our Free API access account and a Token or MyPW for your Mobile Phone.

You can install the PAM module and implement the MyPW API on an unlmited number of systems.
<<less
Download (0.014MB)
Added: 2007-04-26 License: GPL (GNU General Public License) Price:
911 downloads
Glass KDM for PCLinuxOS

Glass KDM for PCLinuxOS


Glass KDM for PCLinuxOS is a new KDM theme for PCLinuxOS featuring a clear glass login frame. more>>
Glass KDM for PCLinuxOS is a new KDM theme for PCLinuxOS featuring a clear glass login frame.

<<less
Download (MB)
Added: 2007-03-16 License: GPL (GNU General Public License) Price:
962 downloads
Article for Plone 3.2.3

Article for Plone 3.2.3


Article for Plone provides a Plone document incorporating images, attachments and links, whith a free choice of layout. more>>
Article for Plone provides a Plone document incorporating images, attachments and links, whith a free choice of layout.

<<less
Download (1.1MB)
Added: 2007-02-09 License: GPL (GNU General Public License) Price:
987 downloads
C# for Emacs 0.4.0

C# for Emacs 0.4.0


csharp-mode is a derived mode for cc-mode 5.30.x or higher that implements the font-locking and indention rules for C#. more>>
C# for Emacs is a derived mode implementing most of the C# rules.

After a good number of years, we noticed that there wasnt a "non-patched" version of a csharp-mode for Emacs.

There were a few, but most of them had comments that they were "in progress" or "about to merge", but then we noticed that those notices were there even after a couple of months.

Then, we saw a request for a csharp-mode on the cc-mode Emacs site, so we decided to follow the rules and create one that required no patching or modification to the core cc-mode engine (which is a good thing). So, this is the C# mode.
There was a 0.3.0 version, but it broke things more than it fixed, so we pulled it.

<<less
Download (0.005MB)
Added: 2005-12-08 License: GPL (GNU General Public License) Price:
1415 downloads
FITpro for Eclipse 0.51

FITpro for Eclipse 0.51


FITpro for Eclipse allows easier creation of FIT tests and suites, more flexible test execution, and more. more>>
FITpro for Eclipse allows easier creation of FIT tests and suites, more flexible test execution, and more.
Main features:
- Create Fit tests in WYSWIG HTML Editor
- Create suites, ordered collections of Fit tests and sub-suites.
- Execute tests and suites.
- Link from tests to related fixtures.
- Insert Test Template into a Fit test, based on an existing fixture.
<<less
Download (2.9MB)
Added: 2007-08-06 License: Eclipse Public License Price:
811 downloads
Cream for Vim 0.39

Cream for Vim 0.39


Cream for Vim is a Vim configuration that emulates Mac/Windows text editors. more>> <<less
Download (1.0MB)
Added: 2007-05-30 License: GPL (GNU General Public License) Price:
878 downloads
ps3 0.3.0

ps3 0.3.0


ps3 is a utility for monitoring process activity on a Linux machine. more>>
ps3 is a utility for monitoring process activity on a Linux machine. It is a little bit like top, except that:
- it displays all processes
- it updates itself up to 100 times per second instead of once every three seconds
- it shows a 3D chart, with interactive rotation, zooming and scaling
Installation:
Just type make.
<<less
Download (0.021MB)
Added: 2005-10-13 License: GPL (GNU General Public License) Price:
1485 downloads
Sysinfo for Pardus 1.4.2

Sysinfo for Pardus 1.4.2


Sysinfo for Pardus is OpenSuses sysinfo:/ kioslave ported to Pardus more>>
Sysinfo for Pardus is OpenSuses sysinfo:/ kioslave ported to Pardus

<<less
Download (0.80MB)
Added: 2007-07-18 License: GPL (GNU General Public License) Price:
828 downloads
Simkin for C++ 2.23

Simkin for C++ 2.23


Simkin for C++ is an embedded scripting language for C++ and XML. more>> <<less
Download (1.67MB)
Added: 2005-04-15 License: LGPL (GNU Lesser General Public License) Price:
1653 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5