« March 2009 | Main | May 2009 »
April 16, 2009
Meetings
This week I had meetings.
Lots of meetings.
I didn't have meetings for like 2-3 hours of the whole week.
I suppose that meetings are good. Usually we get something done :)
My todo list continues to grow. I just haven't had any useful block of time to really get traction on a project. Next week should be better.
The DevTeam met yesterday. My long list of projects to research was shared with the team, and some of them took an interest in the projects that I was interested in. I hope to have some fun and interesting presentations to see as members return with completed research.
There is lots more going on that I'll blog about as things occur.
Posted by ellism at 12:31 AM | Comments (0)
April 2, 2009
Ubuntu and Qt
So I'm taking CS 607 (AI for Games).
I setup Ubuntu and the Qt environment.
I needed to:
sudo apt-get install build-essential
sudo apt-get install mesa-common-dev
sudo apt-get install libglu1-mesa-dev
sudo apt-get install libglib2.0-dev libSM-dev libxrender-dev libfontconfig1-dev libxext-dev
to get the projects to compile. Soon I hope to have a prebuilt VirtualBox machine image that folks could download and use to compile their openGL apps in Linux.
Posted by ellism at 4:06 PM | Comments (0)