gvxDev

The website

Projects

On this page, my projects are listed. All of them are open source/free software. Note that dependencies are only important for source distributions; in any binary distributions, they are included already.

The cool star images are made by Mark James, and are taken from the Silk icon set 1.3. He published it under CC-BY, so it's OK.

This is my old website. You might want to look at my GitHub userpage, or my blog.

QLaunch

Supersedes applications such as pysh and PyFox. QLauch is a simple and fast filestarter. On Windows, it uses the Windows API to start files, on other platforms, it uses os.system().

With QLauch you can lauch any program or file with a few keystrokes (usually not more than 3).

This is also a disadvantage for many people: you have to remember all the mnemonics. For this reason, I give no information to use it at all, nor will I supply an easy Windows installer. If you want to use it: the code is your documentation. It is less than 100 lines of clear, selfdocumenting and unobfuscated Python code, so should be doable.

The version is currently 0.0, but it's a final release.

Download

Project information

Recommendation: , but not for beginners.
Current version: 0.0
Written in: Python
User interface: CLI
Dependencies: Python
Total executable size: N/A
Total source size: 2 KiB
Platform: All
License: GPLv3

Jump Game

A small platformer for LÖVE. Unfinished, but playable.

Slipfeed project page

Download
.love

Project information

Recomendation:
Current version: 7
Written in: Lua
User interface: GUI
Dependencies: LÖVE
Total source size: almost 1 MiB
Platform: All
License: Poetic License (a MIT/BSD-style license)

OpenLife

OpenLife is a simulation game of human beings.

I recently decided I'd do it all different. I'll write the core in C and the rest in Lua.

Note: it turns out this thing is actually quite hard. I've got several small tech demos, but combining them (and getting some kind of graphics engine) is a different story.

Download
Windows installer
Linux binaries
Source

Git repository
GitHub/gvx/openlife

Project information

Recommendation:
Current version: 0.0.1a
Written in: Python / C+Lua
User interface: GUI, but currently only CLI
Dependencies: Stackless Python (Note that it will probably be included if you download the binairies.) / None
Total executable size: N/A
Total source size: ~10 KiB
Platform: All
License: GPLv3

Valentine's Day Surprise Game

I was a bit too late when I thought of this game. It will take some time to make this game, since I'll be working with an actual artist (i.e.: someone who can draw). All I can say is that it will probably be written in Lua and made with the game framework LÖVE, which just happens to have a name quite appropriate for a Valentine's Game.

Download
Not yet. Not even a GitHub repository!

Project information

Recommendation:
Current version: N/A
Written in: Lua
User interface: GUI
Dependencies: LÖVE for source, none for binaries. (Actually, the binaries are just LÖVE+source)
Total executable size: >4.2 MiB
Total source size: ?
Platform: All
Licence: GPLv3

pysh

This is actually PyFox 3.0, but the GUI wouldn't work, so I made a command line version. Recently updated: now you can easily launch any file.

Download
Source
(I'm not going through all the trouble of Py2Exe and making an installer for a Python of only one file!)

Note #1
You might want to create a PyFox.txt file in the same directory as pysh. The first line must be:

#PyFox data file -- V0.0

And the following lines should have the format:

title :: location :: dir :: action

Of which the last two may be omitted.

Project information

Recommendation:
Current version: 3.2.0
Written in: Python
User interface: CLI
Dependencies: Python
Total executable size: N/A
Total source size: 6 KiB
Platform: Windows
License: GPLv3

PyFox

PyFox is the successor of uFox, written in Python. For Windows users only. Other systems wouldn't actually need PyFox.

New in 2.0:
- You can now find and open Start Menu and Desktop links and your documents as well as the user defined files. And everything is very fast!
- Easier to work with.

Version 3 is almost ready. Except for PyFox, it will include PyDirView, which is a way for searching inside folders without invoking the Windows shell.

Download
Installer
Source

Project information

Recomendation:
Current version: 2.0.0
Written in: Python
User interface: GUI
Dependencies: Python, wxPython
Total executable size: about 9 MiB
Total source size: 41 KiB (licence included)
Platform: Windows
License: GPLv3