Welcome!

Hey, I'm Skylar, a kid aspiring to become a competent programmer. This blog is here to detail my dabbles in development.

My dream is to one day become a professional programmer and do some game development in my spare time.

Thanks for visiting my blog, and I hope you'll come back!

Pages

Real Quick Update

Just wanted to say that I finally took care of all those errors, and the project now compiles fine, with just a single warning (just a little tidbit about losing data, because I convert from a double to an int) =D. Anyways, the event handling works well.


Tomorrow I have finals the next three days, so I probably won't work too much on the framework.

What I need to do, is study the structure of both SDL_mixer and SDL_ttf, because those are the last two things I want to implement.

After I do that, I'm going to make a much better Debug class, so that you can debug to the screen.

So just off the top of my head for the text stuff, I want to be able to do the following:

*Specify a Rectangle that text keeps itself in (not sure how possible this is... I'm sure there must be a way though)

* Select font, color, and string of text

* Find some way to manage fonts (Maybe not though...)


So that's just a few things that I want... Simplistic, but it's just off the top of my head. I'll be taking a lot of notes on SDL_mixer and SDL_ttf from Focus On SDL, LazyFoo's tutorials, and their respective documents.

Well that's the update. I definitely should finish this over this break that's coming up =D

0 Response to "Real Quick Update"

Post a Comment