Projects tagged ‘python’ and ‘vector’


Jump to tag:

Projects tagged ‘python’ and ‘vector’

Filtered by Project Tags python vector

Refine results Project Tags graphics (7) linux (5) svg (5) application (4) pygame (4) 2d (4) graphic (3) vector-based (3) art (3) games (3) space (3) drawing (3)

[16 total ]

83 Users
   

KOffice is a free, integrated office suite for KDE, the K Desktop Environment. KOffice applications uses OpenDocument as their native file format when possible. The suite is released separately from ... [More] KDE. The KOffice suite includes the following applications: - KWord - A frame-based word processor - KSpread - A powerful spreadsheet application - KPresenter - A full-featured presentation program - Kexi - An environment for creating databases and applications - Kivio - A Visio®-style flowcharting application - Karbon14 - A vector drawing application - Krita - A layered pixel image manipulation application - KPlato - An integrated project management and planning tool - KChart - A graph and chart drawing tool - KFormula - A formula editor - Kugar - A tool for generating reports [Less]
Created over 3 years ago.

5 Users

OxygenOffice Professional is a free and open source enhancement of official OpenOffice.org. The OxygenOffice Professional Team has modified the source of OpenOffice.org and bundled lot of extras with ... [More] it. Here are just a few of the extras you get with OxygenOffice Professional: More than 3,400 graphics are included, both clip art and photos. These pictures are integrated into the gallery and can easily be placed into any OxygenOffice document.Several templates and sample documents are included, as well as over 90 fonts. The extras are integrated by default in the installation of OxygenOffice Professional, but they are optional, so the user can decide what parts to include and what parts to leave out. These extra templates, fonts, and graphics are free for both personal and professional use. [Less]
Created about 1 year ago.

2 Users
 

UniConvertor is an universal vector graphics translator. The project uses sK1 engine to convert one format to another. Project has following import filters: CDR, CMX, CDT, CCX, CDRX, AI, CGM, WMF ... [More] , XFIG, SVG, SK, SK1, AFF and export filters: AI, SVG, SK, SK1, CGM, WMF. [Less]
Created over 2 years ago.

1 Users

The Vektornye engine uses SVG and JavaScript to create an interactive interface for isometric games and graphics run on a Google App Engine server.
Created about 1 year ago.

1 Users
 

sK1 is an open source vector graphics editor similar to CorelDRAW, Adobe Illustrator, or Freehand. First of all sK1 is oriented for PostScript processing. The major sK1 features: * CMYK ... [More] colorspace support * CMYK support in Postscript * Cairo-based engine * Color managment * Universal CDR importer (7-X3 versions) * Modern Ttk based (former Tile widgets) user interface [Less]
Created over 2 years ago.

0 Users

A simple game made with pygame. Dodge balls while you discover the background. The only remarkable thing of the game is the real physics applied on balls rebounds.
Created 12 months ago.

0 Users

Simple 2d strategy using vector graphics in python. Started a few days back this code project is mostly for easy communication between me (Breakbeat Pete, Esq) and the other developer, King Raggy J ... [More] Ben I, so rev's are going pretty fast. Feel free to contribute but know that this is mostly a two man project. Peace. This project is currently on hiatus due to coursework. Any inquries to mr.petelord ala gmail. Look out for an RPG from the same team (heh, team) or similar, at least pete. Tile based is a heckuva lot easier than free pathfinding. -- 20 / 02 / 09 NewPeteShip (NPS) is now underway - a rewrite with sprites. Wayyy. Same SVN, the old files will be included, mainly for purpose of copying half the code. New files will have Capital letters and proper python formatting as per the guidelines. So new executeable is Main.py! Peace - Pete -- 09/03/09 Moving to a new SVN - peteship2, due to the sheer changes in the code base. linky: www.code.google.com/p/peteship2 Pete [Less]
Created about 1 year ago.

0 Users

PyPGL (Python Primitives Graphics Library)PyPGL is a vector graphics library written with PyGame. It features an easy to use editor to create unique vector graphics, a fully functional image module to ... [More] load the images and manipulate them, a sprite module with collisions, and more! Note: This is currently in BETA and should not be used for anything yet. ScreenshotsEditor in use: [Less]
Created about 1 year ago.

0 Users

We are a group of skilled Java, C#, C++, PHP, and Html coders. Vector developments is here to continue, and or start new sources.
Created 4 months ago.

0 Users

minivecA pure python 2D vector class for general use. There are several reasons why a developer would choose this class over other choices. Flexible ArgumentsAny method or operator requiring a ... [More] vector should accept as many types of objects as possible. This includes single number values, any object that is a pair of numbers, or any object with a vec2 attribute that is a pair of numbers. Floating PointAll values and math should be done with floating point values. Any arguments passed as integers will be coerced as necessary. Immutable methodsAll methods and operators return new vectors, and each one is immutable. Error resistantThere will be no errors with zero length normals. Some operations may not be defined, but DivideByZero exception will never be raised. FastVector operations should be as fast as possible. But speed should not interfere with any of the above features. It turns out that this vector class is one of the fastest available. Out performing other pure python implementations that offer a less convenient interface. Hello, VectorA simple "Hello, World" for the vector class, creating many vectors that have the same value. a = Vec2(12) b = Vec2(12.0, 12.0) c = Vec2([12, 12]) d = Vec(12) - Vec(0) e = Vec(6) * 2 f = Vec(6, 12) * (2, 1) g = Vec(24) / 2 [Less]
Created about 1 year ago.