Navigation
-
Recent Posts
Categories
- Articles (4)
- Code (1)
- Games (29)
- Don't Blow It! (4)
- Game Design (6)
- GigaSun Galaxy (1)
- GigaSun Jet (16)
- General (11)
- Libraries (37)
- Physics (1)
- Site News (10)
- Tutorials (1)
- What am I up to? (13)
Recent Comments
Category Archives: Libraries
NFont update
Yay! An update to NFont! This one fixes a bug in getWidth() and adds TrueType support by using SDL_ttf (optionally, of course).
Posted in Libraries
Leave a comment
SPriG v1.0.0
The full release of v1.0.0 is now up. There are a few name changes and a bunch of new functionality. To go along with it, there’s a tutorial/guide up as well! With that and the updated documentation, it’s easier than ever to get your graphics on.
Posted in Libraries
Leave a comment
SPriG prerelease v1.0.0
A prerelease copy of the new version of Sprig is out! New features include a built-in dirty rect system, line thickness controls, and polygon transformations. Check it out and don’t forget to grab the updated documentation! After some more testing, … Continue reading
Posted in Libraries
Leave a comment
SPriG update coming
Hey, I’ve added some more nice functionality to Sprig, but it won’t be online until I have a chance to rebuild the library. Some changes include a makefile (gasp!) and very useful polygon transforms (rotate, translate). These polygon functions are … Continue reading
Posted in Libraries
Leave a comment
SDL_ColorDef gets W3C colors
New version of SDL_ColorDef. This time it has the W3C web colors. That makes over 200! Now there is a great range of choices.
Posted in Libraries
Leave a comment
NFontC, a C port of NFont
Here’s a port of NFont to the C language. It takes a different approach to the library to make it feel good under C without C++’s classes.
Posted in Libraries
Leave a comment
SDL_ColorDef update
New version of SDL_ColorDef with a convention change and the addition of RGBA controls.
Posted in Libraries
Leave a comment
ImageHandler, a library for handling images…
Added ImageHandler, a C++ class that loads, converts, and stores images so that you can load your pictures on demand when you need to or preload them if you want to, while never worrying about duplicates.
Posted in Libraries
Leave a comment
SPriG v0.941
Sprig has been updated with some fixes to the arc drawing routines (arcs, filled arcs, and rounded rectangles work now) and several small things.
Posted in Libraries
Leave a comment
NFont v1.61
A bugfix version, v1.61, has been posted. A portability bug (vsprintf) was in the drawPos and drawAll animation functions.
Posted in Libraries
Leave a comment