again.
What is Pyrex?
--
Pyrex is a new language for writing Python extension modules.
It lets you freely mix operations on Python and C data, with
all Python reference counting and error checking handled
automatically.
--
Greg Ewing, Computer Science Dept,
University of Canterbury
age:
http://www.cosc.canterbury.ac.nz/greg.ewing/grailquest/index.html
It requires Python 2.3 or later and PyGame with
SDL_image and SDL_ttf support. That's all!
Comments, suggestions and amusing gameplay
anecdotes are welcome.
Have fun,
--
Greg Ewing, Computer Science Dept,
University of Canterbury,
Ch
I have released a post-competition version of my PyWeek 5 game competition
entry, 555-BOOM!.
http://www.cosc.canterbury.ac.nz/greg.ewing/python/PyWeek5/index.html
This version has been tidied up in various ways, and a few more levels added. I
have made a number of improvements to the level edit
I have released an updated version of my Albow gui library for PyGame,
incorporating improvements made to it for my PyWeek 5 entry, and also Humerus,
a
skeleton game framework built on Albow.
http://www.cosc.canterbury.ac.nz/greg.ewing/python/Albow/
What is it?
Albow is a rather basic, no-fri
Pyrex 0.9.6 is now available:
http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/
There is a *lot* of new stuff in this version, too much
to fit into this announcement. Read all about it here:
http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/changes-0.9.6.html
What is Pyrex?
Pyrex 0.9.6.1 is now available:
http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/
This version fixes a few minor problems that turned
up in the initial 0.9.6 release.
What is Pyrex?
--
Pyrex is a language for writing Python extension modules.
It lets you freely mix operations
Pyrex 0.9.6.2 is now available:
http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/
Another couple of minor fixes.
What is Pyrex?
--
Pyrex is a language for writing Python extension modules.
It lets you freely mix operations on Python and C data, with
all Python reference count
Pyrex 0.9.6.3 is now available:
http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/
Main features of this release:
* The C API now uses just one name in the module namespace,
instead of a name per C function.
* The 'cdef' keyword and following extern/public/api qualifiers
ca
Pyrex 0.9.6.4 is now available:
http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/
Mostly just bug fixes in this release; see CHANGES.txt on
the web site for details.
What is Pyrex?
--
Pyrex is a language for writing Python extension modules.
It lets you freely mix operat
I've uploaded a new version of my PyWeek 6 game, Assembly Line.
http://media.pyweek.org/dl/6/gregpw6/AssemblyLine-0.5.zip
As a potential Pyggy entry, I'm keen to get some testing and feedback on it.
This version is greatly expanded. Some of the new features include:
* More machine types
Pyrex 0.9.8.2 is now available:
http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/
A block of external functions can now be declared nogil at once.
cdef extern from "somewhere.h" nogil:
...
Also some minor nogil-related bugs have been fixed.
What is Pyrex?
--
Pyre
Humerus 2.0 is now available:
http://www.cosc.canterbury.ac.nz/greg.ewing/python/Albow/Humerus-2.0.0.tar.gz
Online documentation:
http://www.cosc.canterbury.ac.nz/greg.ewing/python/Albow/Humerus-2.0.0/doc/
This version of Humerus has been extensively revised from the previous one.
Instea
SuPy is a plugin for the Sketchup 3D modelling application
that lets you script it in Python.
This is a first version and is highly experimental. Let me
know if it works for you and whether you have any problems.
--
Greg Ewing
greg.ew...@canterbury.ac.nz
--
http://mail.python.org/mailman/
highly experimental. Let me
know if it works for you and whether you have any problems.
--
Greg Ewing
greg.ew...@canterbury.ac.nz
--
http://mail.python.org/mailman/listinfo/python-announce-list
Support the Python Software Foundation:
http://www.python.org/psf/donations.html
;body'.
What is SuPy?
-
SuPy is a plugin for the Sketchup 3D modelling application
that lets you script it in Python.
--
Greg Ewing
greg.ew...@canterbury.ac.nz
--
http://mail.python.org/mailman/listinfo/python-announce-list
Support the Python Software Foundation:
http://www.python.org/psf/donations.html
-passing mechanism.
What is SuPy?
-
SuPy is a plugin for the Sketchup 3D modelling application
that lets you script it in Python.
--
Greg Ewing
greg.ew...@canterbury.ac.nz
--
http://mail.python.org/mailman/listinfo/python-announce-list
Support the Python Software Foundation
that lets you script it in Python.
--
Greg Ewing
greg.ew...@canterbury.ac.nz
--
http://mail.python.org/mailman/listinfo/python-announce-list
Support the Python Software Foundation:
http://www.python.org/psf/donations.html
sequences to arrays.
- X_AXIS, Y_AXIS, Z_AXIS constants.
- Unit conversion constants (feet, yard, etc.) e.g. 5 * feet
What is SuPy?
-
SuPy is a plugin for the Sketchup 3D modelling application
that lets you script it in Python.
--
Greg Ewing
greg.ew...@canterbury.ac.
I have released an updated version of Assembly Line,
my entry in PyWeek 6 and later the Pyggy Awards.
http://media.pyweek.org/dl/1007/greg_pgF09/AssemblyLine-0.8.2.zip
About Assembly Line
---
Become a FADE!
That's Factory Automation Design Engineer for Pixall Manufacturing, the
What is SuPy?
-
SuPy is a plugin for the Sketchup 3D modelling application
that lets you script it in Python.
--
Greg Ewing
greg.ew...@canterbury.ac.nz
--
http://mail.python.org/mailman/listinfo/python-announce-list
Support the Python Software Foundation:
http
.
--
Greg Ewing
greg.ew...@canterbury.ac.nz
--
http://mail.python.org/mailman/listinfo/python-announce-list
Support the Python Software Foundation:
http://www.python.org/psf/donations.html
ALBOW - A Little Bit of Widgetry for PyGame
Version 2.1 is now available.
http://www.cosc.canterbury.ac.nz/greg.ewing/python/Albow/
Highlights of this version:
* OpenGL faciliites
* Music facilities
* Drop-down menus and menu bars
What is Albow?
Albow is a library for creating GUIs u
Humerus 2.1 is now available:
http://www.cosc.canterbury.ac.nz/greg.ewing/python/Albow/Humerus-2.1.0.zip
Online documentation:
http://www.cosc.canterbury.ac.nz/greg.ewing/python/Albow/Humerus-2.1.0/doc/
In this version, the code for handling levels has been separated out
into a new pair
PyGUI 2.1 is available:
http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/
Highlights of this version:
* Win32:
Fixed bug preventing PyGUI apps from working under pythonw
Fixed incorrect mouse coordinates in ScrollableView
Added more standard cursors
* MacOSX:
PyGUI 2.1.1 is available:
http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/
This is an emergency bugfix release to repair some major
breakage in the gtk version. Also corrects some other
problems.
What is PyGUI?
--
PyGUI is a cross-platform GUI toolkit designed to be light
PyGUI 2.2 is available:
http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/
Highlights of this version:
- TextEditor component with tabs, scrolling and word wrap
- Classes for laying out components in rows, colums and grids
- Printing support
What is PyGUI?
-
Pyrex 0.9.8.6 is now available:
http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/
Numerous bug fixes and a few improvements. See the CHANGES
page on the web site for details.
What is Pyrex?
--
Pyrex is a language for writing Python extension modules.
It lets you freely m
PyGUI 2.3.1 is available:
http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/
This version incorporates a modification that I hope will
improve the behaviour of ScrollableViews on Windows with
pywin32 builds later than 212.
(There are still problems with it, though. If the Scrollable
View
PyGUI 2.3.2 is available:
http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/
This version fixes a problem in Cocoa whereby the coordinate
system for drawing in a Pixmap was upside down, and corrects
a slight mistake in the Canvas documentation.
What is PyGUI?
--
PyGUI is a
PyGUI 2.3.3 is available:
http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/
Minor update to fix a problem with the previous release on
some versions of MacOSX.
What is PyGUI?
--
PyGUI is a cross-platform GUI toolkit designed to be lightweight
and have a highly Pythonic API
PyGUI 2.4 is available:
http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/
Highlights of this release:
* Python 3 Compatible on MacOSX and Windows.
* ScrollableView has been overhauled on Windows and should now
work with all builds of pywin32 as far as I know.
What is PyGUI?
---
for the Sketchup 3D modelling application
that lets you script it in Python.
--
Greg Ewing
greg.ew...@canterbury.ac.nz
--
http://mail.python.org/mailman/listinfo/python-announce-list
Support the Python Software Foundation:
http://www.python.org/psf/donations/
PyGUI 2.5 is available:
http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/
Lots of new stuff in this version. Highlights include:
- Improved facilities for customising the standard menus.
- Functions for creating PyGUI Images from PIL images and numpy arrays.
- ListButton - a pop
PyGUI 2.5.3 is available:
http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/
Clipboard access now implemented on MacOSX, plus a few
bug fixes.
What is PyGUI?
--
PyGUI is a cross-platform GUI toolkit designed to be lightweight
and have a highly Pythonic API.
--
Gregory Ewin
34 matches
Mail list logo