7/26/2008

Making Daihugo part 1

Recently, I am making card game Daihugo on Linux with Open GL and gtk+.

Daihugo's sources are opened by Google code project.

Yet, This sources is only enable to show trump picture in revision 8.


7/18/2008

Now I know Real Time Rendering Third Edition published.

More information is this page.

I am unable to make a decision to buy this book.
Because this book is a high price!

7/15/2008

Daihugo

Today, I create new open source project in google code project.
This project name is daihugo, It's game application based on Japanese card game.

Of course, This application run on Linux, especially Ubuntu.


Daihugo is popular card game in Japan, But not in world.

I want many people to know that this card game is enjoyable.


Daihugo's homepage is this page

7/13/2008

StripExperiment Has New feature

Today, I embedded new feature in StripExperiment that is my open source.

New feature is enable to select start polygon of strip.

Start polygon is always order in file before version, But in now version you can select order in file or polygon of least degree.

FPS to create from polygon of least degree is better than to create from file order.

Next image is order in file.





Next image is polygon of least degree

7/09/2008

Client Rectangle

In Windows program with MFC, How you will client range in view window.

If your application works on MDI program.


It is easy to change client rectangle, You use SetWindowPos method.


But you notice to shift border's pixel!

7/08/2008

Xtream Tool kit

In my job, I program CAE application to cooperate with Xtream Tool Kit library.
It is easy to understand by looking for dependency dynamic link library.

Xtream Tool Kit is great gui library, I like this.

It's sample is easy to understood and to embed too.

7/06/2008

Visual Studio 2005

I try to port Visual Studio 2003 project to 2005 project.
It's very hard problem.

The most difficult task is to survey reason that debug mode crashs.
To crash is not occured in my local machine.

Crash point is to call OnDraw method inside ReDraw method.

I guess argument passed OnDraw method is misstake.
And I change argument NULL, then debug mode crash is not occured in team machine.

7/05/2008

I CAN NOT RUN LightWave on WINE

I try to install wine in Ubuntu 8.04.

It's very easy, I worry that wine's version is 0.9.59, not version 1.0.
After, I try to setup LightWave7.0 on wine, but It's failure!

USB dongle's driver was installed.

But, next process can not run!


What a pity!!!