Projects tagged ‘macosx’, ‘python’, and ‘windows’


Jump to tag:

Projects tagged ‘macosx’, ‘python’, and ‘windows’

Filtered by Project Tags macosx python windows

Refine results Project Tags linux (16) cross-platform (8) osx (7) programming (7) development (7) opengl (6) database (5) multi-platform (5) mac (5) framework (5) editor (5) ogg (5)

[18 total ]

34USERS
   

Crystal Space is a free, cross-platform software development kit for realtime 3D graphics. It supports Windows, Linux, MaxOS/X and more. Though written in C++, other languages like Python can also be used to write programs. Based on a plugin ... [More] system it's very modular and extended easily. 3D rendering is done with OpenGL. Features of the latest as well as older hardware are supported seamlessly. [Less]

25USERS
   

The OpenKomodo Open Source Development Environment for Dynamic Languages and Web Technologies The Open Komodo project provides a code base upon which integrated development environment (IDE) software packages can be developed. ActiveState's Komodo ... [More] Edit 4.3 and later (an open source, multi-platform, multi-language editor) is an established, mature product that uses the Open Komodo platform. With the Open Komodo Project, the focus is on dynamic languages and the open web. Open Komodo is developed on top of many open source technologies, including Mozilla, Python, and Scintilla. The primary development technologies used are XUL, JavaScript, Python, and C/C++. [Less]

22USERS
 

XBMC is a multimedia player/jukebox for the Xbox from Microsoft. It can be used to play or view most common video, audio, and picture formats such as MPEG-1/2/4, DivX, XviD, MP3, AAC, JPG, and GIF directly from a CD or DVD in the Xbox DVD-ROM drive ... [More] or from the Xbox hard drive. XBMC can also stream files over a local network or from the Internet. Playlist and slideshow functions, a weather forecast, and many audio visualizations are also included. [Less]

9USERS
 

XBMC media center is a free cross-platform media-player jukebox and entertainment hub. XBMC is open source (GPL) software available for Linux, Mac OS X, Microsoft Windows operating-system, and the Xbox game-console. XBMC can play a very complete ... [More] spectrum of of multimedia formats, and featuring playlist, audio visualizations, slideshow, and weather forecast functions, together with a multitude of third-party plugins. [Less]

6USERS
 

PySoy is a cross-platform Python module which enables developers to easily build custom Python-based 3D games. The engine features integrated physics, Ogg multimedia support, advanced rendering options such as bumpmap textures, and an optimized ... [More] C-based rendering system for high framerates. The purpose of the PySoy project is to enable more people to develop "commercial quality" copyleft games. [Less]

5USERS
   

Frets on Fire is an excellent opensource clone of Guitar Hero for Windows, Linux, and OSX. It can import songs from a Guitar Hero I or II disc, can play user-created songs, or lets you to create your own songs with its song editor. For hardcore ... [More] players, your results are automatically posted to the World Charts on the website, so that you can see how awesome you are. (Written in Python using bindings to many fast C libraries.) [Less]

4USERS
 

Python-Ogre is a high-performance, full-featured Python interface to the Ogre3D graphics library. Python-Ogre currently supports all the functionality of Ogre 1.4, as well as wrappers for over 30 individual libraries: * Bullet, NxOgre (PhysX) ... [More] , ODE, and Newton physics * 4 GUIs, I/O, sound, and a lot more! This project is the successor of the original PyOgre project, created by Lakin Wecker in mid-2006. Much development is done on the Windows platform, however today Python-Ogre runs equally well on Linux and Mac OS X. Windows binaries are available, and a Linux package is in the works. If you wish to create a gaming or graphics application in Python, there isn't any else you need apart from Python-Ogre. If there is a library you'd like to have wrapped, let us know! [Less]

3USERS
   

libdmtx is an open source library for reading and writing Data Matrix (a.k.a. DataMatrix) 2D barcodes. It can be called from various languages running on several different platforms, and also provides fully featured command line utilities.

2USERS

Editra is a multi-platform text editor with an implementation that focuses on creating an easy to use interface and features that aid in code development. Currently it supports syntax highlighting and variety of other useful features for over 60 programming languages.

2USERS
 

Update Center 2 is a 2nd generation image management tool to be used by Glassfish V3 and other Sun-sponsored infrastructure software projects. The name for the graphical tool in this release is updatetool. This tool leverages the Image Packaging System (IPS) from the OpenSolaris project.

2USERS

Focus on what your code can do; let your editor sweat the details. Komodo Edit offers sophisticated support for all major scripting languages, including in-depth autocomplete and calltips, multi-language file support, syntax coloring and syntax ... [More] checking, Vi emulation, and Emacs key bindings. Komodo Edit is built on the Mozilla code base and versions 4.3 and later are licensed under the same terms as Firefox: Mozilla Public License (MPL), GNU General Public License (GPL), and GNU Lesser Public License (LGPL). [Less]

2USERS

VOS is a library and network protocol for interlinked object structures, which can be easily distributed over networks. Notifications of changes are automatically sent to other applications/clients. VOS simplifies concurrent asynchronous ... [More] programming, both within the same process or distributed over the network. Revision control (versions), access control, and other important features are built in. VOS object messaging also allows access from multiple languages. VOS forms the basis for several applications including multiuser 3D virtual reality, web content management, and any other application requiring an infrastructure for distributed, dynamic data structures. A multipurpose GUI client application for a combined 3D/2D/WIMP browsing and development environment is available. [Less]

2USERS
 

A collection of python scripts for XBMC. This is the home to such scripts as Apple Movie Trailers, Youtube, Xinbox, xStocks, Accuweather and Tetris just to name a few. If you have made a script that you would like to commit to this svn contact one ... [More] of the Project Admins. The offical channel for this project is #xbmc-scripting on Freenode network. Its for code support only, not support how to get a script to work. [Less]

2USERS
 

Itaka is an on-demand screen capture server featuring a polished and easy to use interface with a robust backend HTTP server. The concept is simple: a request to your computer by a user displays an image of your screen in the user's web browser.

1USERS

We are aiming for a comprehensive scalable software solution for electronic medical practice with emphasis on privacy protection, secure patient centric record sharing, decision support and ease of use.

0USERS

sqlcmd is a Python-based SQL command line tool, similar in concept to tools like Oracle's SQL*Plus, the PostgreSQL psql command, and MySQL's mysql tool.

0USERS

This module provides access to Microsoft SQL Servers from Python scripts. It's the most efficient method of accessing MS SQL Server's data from Python scripts. If you care about performance, you can give it a try. Supports connecting to Microsoft ... [More] SQL 2000 and SQL 2005 servers, all editions and service pack levels. Supports named instances and non-standard port numbers. Great performance: it uses MS SQL DB-Library for C instead of Win32 ODBC. Multiple Query/Multiple Result. Supports "almost all" of the DB-API 2.0. [Less]

0USERS

This is a project to develop a cross-platform pythonic GUI API. # Develop a GUI API that is designed specifically for Python. # Provide implementations of the API for the three major platforms (Unix, Macintosh and Windows) that are small and ... [More] lightweight. # Document the API purely in Python terms, so that the programmer does not need to read the documentation for another GUI library. # Get the library and its documentation included in the core Python distribution. [Less]