Uploading library so I don’t break the rules
I want to use a java library I’ve been working on to draw graphics, but I have to post it here first. It does graphics, but it’s terrible, it does a 320 by 240 display, and that’s hardcoded, I like that resolution. It has rudimentary drawing functions, pixels, lines, rectangles, and circles. It can handle transparency. It can draw fonts, but it uses my own font file format. You can make them from .ppm files, but it’s complicated, I try to explain it in my code. It also requires JLWGL, which if you’re technical enough to take part in ludum dare, you’re technical enough to install on your own, so I won’t provide the jars you need. The library has three classes, DorraxDisplay, which handles the screen drawing, DorraxWriter, which handles drawing text to the screen and font file generation, and GameObject, which is just an abstract class with an update() method. You can use my code if you’re insane, it truly is terrible. Just be sure to credit me. If you make significant improvements, let me know, I might use them, and credit you for them of course.
Link to my library: http://dl.dropbox.com/u/21932383/DorraxLibrary.zip
And a font file I made to get you started, requires modification: http://dl.dropbox.com/u/21932383/StandardFont.ppm