pySVG meets Trundle, the turtle

by By: Kerim in natural | pysvg | python

My python pySVG just got a mate named Trundle the turtle (named after a turtle in my kids english school book). For a while now I haven't coded much for pySVG. I had a lot of requests and emails ...

Fun with colors or making art with python

by By: Jens in python

Some time ago while going to work one of those silly ideas sneaked into my mind. I started wondering how it would look like if i take a picture, grayscale it and replace ranges of gray with a color. I ...

Finding empty directories

by By: Kerim in python | snipplet

I know it sounds trivial but as usual the trivial things are those that are most annoying. Running through the harddrive of my notebook i came accross way to much garbage manifesting itself through empty directories.

After some 30 minutes ...

List of 2D Map Editors

by By: Jens in game development | python

From time to time i stumble across map editors for 2D games, sometimes useable, sometimes just demos and of course the occasional jewel. I finally decided to maintain a list post of my findings.

  • GLEED2D Non tilebased map editor; Win ...

Using Mochi API with python

by By: Jens in python

For a new project of mine i needed to get the game data from mochimedia. As they provide an useful api i searched for an existing and easy to use solution, but besides django-arcade, a full arcade site, i didn ...

Animating a Scene with pyglet - second version

by By: Jens in pyglet | python

In Animating a Scene with pyglet - first version i said my wind effect did not look natural. Luckily Casey Duncan, the developer of py-lepton, dropped in and gave me the tip to use the drag controller instead of the magnet ...

Animating a Scene with pyglet - first version

by By: Jens in pyglet | python

Some time after i wrote (Rendering particles in realtime with py-lepton)[http://codeboje.de/Rendering-particles-in-realtime-with-py-lepton/ "Rendering particles in realtime with py-lepton"], i got the idea of creating an animated scene with "flowers falling from a tree and get blown away ...

Effect Animation with Pyglet next round

by By: Jens in game development | pyglet | python

I did enhance my little effect animation demo and added a little utility that will make life much easier for converting LexusX particle animations to real transparent pngs too.

Controls:

w : switch background to white
b : switch background to black ...

Installing python on demand? (Windows)

by By: Kerim in autoinstall | python

After the discussion here, i just spent some hour thinking about an initial (first, rudimentary, basic, not satisfying, almost bad) solution for the problem (that works only for windows) on how to deal with python code that should run on ...

pySVG.setVersion('0.2.0')

by By: Kerim in pysvg | python

I just updated pySVG to 0.2.0 skipping some four 0.0.1s in the process. Go and grab it either as zip directly or take a look at the current repository.

I rewrote most of the class hierarchy ...