Redact 0.1.3

Posted at 2005-06-14

Whoops, I broke Redact in the 0.1.2 release: if you didn't supply the output filename, Redact would crash.

I just released Redact 0.1.3, which fixes that error.

Tags , ,

Redact 0.1.2

Posted at 2005-06-11

So Redact 0.1.2 has been unleashed.

The most important change is probably that the --image_dir and --font_dir command line switches now actually work :) I also fixed a number of minor bugs, see NEWS in the online documentation for details.

Tags , ,

Ruby-EET 0.1.3

Posted at 2005-06-02

I just released Ruby-EET 0.1.3.

There aren't any new features, but I rewrote most of the Object serializing code in C, which resulted in a nice speed-up. I don't have any fancy benchmarks though, since I just tested with Redact.

Tags ,

Redact 0.1.1

Posted at 2005-04-25

I released Redact 0.1.1. Changes include a bunch of new features and a few bug fixes. The docs have the details :)

Grab your copy.

Tags , ,

Redact code and Embryo snippets

Posted at 2005-04-20

In case you're already using Redact to write Edjes (and you know you should!), here's a nice way to properly hilight inlined Embryo code in Vim.

Grab the ruby-small syntax file, and copy it to ~/.vim/syntax.

Now, whenever you put some Embryo/Small code in an Edje, do it like this:

blah.script =<SMALL
/* Embryo code goes here */
SMALL

That is, put the Embryo code into an heredoc that uses "SMALL" as the delimiter. If you set the syntax for the buffer to "ruby-small" now, the code inside the heredoc will be formatted as Embryo code :)

Tags , ,

Ruby-EET 0.1.2

Posted at 2005-04-09

Just a boring maintenance release.

Rake 0.5.3 has been released today, which broke Ruby-EET's test target.

So here's Ruby-EET 0.1.2, which makes the test target work with the latest Rake, too.

Sorry, no exciting changes this time! :)

Tags ,

Redact officially available now

Posted at 2005-03-29

So here it is. Redact 0.1.0 has surfaced!

If you ever thought that developing Edjes with edje_cc, the official Edje compiler was a PITA, Redact will probably ease your pain!

No more messing around with crappy CPP macros that won't work right for some unknown reason, and don't work equally well on all platforms (hello OS X!). The downside is that you'll need to know some Ruby to make good use of Redact, but Ruby is an awesome language anyway, that's worth to learn :)

Get your copy of Redact!

Tags , ,

Ruby-EET: image compression goodness

Posted at 2005-03-29

Ruby-EET 0.1.1 is out.

Changes: Eet::File#write_image and Eet::File#read_image now support compression parameters (lossy/lossless, compression level, quality).

Download at the usual place.

Tags ,

Ruby-EET 0.1.0

Posted at 2005-03-27

Ruby-EET 0.1.0 has been released.

Go download and play with it now :)

Tags ,

XMMS2 and AudioScrobbler

Posted at 2005-03-13

So I started to work on an AudioScrobbler client for XMMS2 some time ago, and now it's stable enough to tell people about it :)

Learn more about XMMS2-Scrobbler.

Tags , ,

Older posts: 1 2 3