
My Project
Posted Saturday, 12 September, 2009 - 21:14 by mooglegiantI've updated my project for the 0.9.9-2b release. I've added a few classes, but I'm still not at a full release since it is missing a few higher level fucntions still really needed in game programming.
I must say, I am very happy with OpenTK and it really simple use here.
- mooglegiant's blog
- Login or register to post comments


Comments
Re: My Project
Compiled and ran successfully on Linux/Ubuntu. Nice job! :-)
A few comments/suggestions:
Keep up the good work, I am looking forward to the map editor! I have some concept games I'd like to make when I find the time. :-)
Re: My Project
Hi
Several errors when compiling with Visual Studio 2008. As suggested Fiddler, I had to add Opentk references to your projects, and others things... Anyway, good start !
You can have a look at my map editor project too at www.mimicprod.net. The projects is called "Tile Map Editor".
Re: My Project
Thanks, will keep that in mind.
Re: My Project
Game Assistant has very clean and tidy code, it's a joy to read.
Re: My Project
Thanks for the input. I'll be sure to get to that after I'm done playing Muramasa :)
Yeah. I really hate win32 forms programming. You can see that I move everything that the designer generates so that it's cleaner and more organized.
I actually switch between windows and Ubuntu. I like Ubuntu a lot, but Wine just doesn't always work for playing certain games. I keep windows around because I'm used to using Visual studio for work. And since Ubuntu has that funny GDI+ error, I'm just using image fonts instead of ttf files.
In case you were wondering flopoloco. Microsoft has a free plugin for Visual studio called StyleCop. I use it to force a standard on all my code. I find it to be very helpful. (except with windows forms)
Re: My Project
I like Ubuntu a lot, but Wine just doesn't always work for playing certain games.
Yeah - for those situations I use VirtualBox 2.2+ since it's got hardware acceleration. Tried playing Serious Sam the other week - worked after switching to "non-seamless-mode" (mouse over VirtualBox-window thing - from GuestAdditions).
Download VirtualBox directly from their site instead of the ubuntu package manager:
http://www.virtualbox.org/
It's a .deb package so the package DB will be kept stable on your Ubuntu installtion.
Re: My Project
Yeah, I need to get more memory for that first, my system slows down a lot with virtualbox. I've only got 1 gb of memory :(
Re: My Project
Ok. well I did a quick release this week with.
Major update to the tile editor. Its mostly designed more like SaqMap, an XNA map tile editor I like. But its all GDI rendering, which is why it is slow at times.
Not sure if I added the OpenTK reference correctly. I didn't test the solution with a second computer :(