Monthly Archives: July 2006

My Memo

I could not write blog because I’m busy to prepare XTC2006. Also, I became unable to check software which I have to check. Some important and interesting software for me have been released. Geist3D http://www.geist3d.org/ This is script driven graphics … Continue reading

Posted in CG | Leave a comment

Doxygen for XOOPS Cube (3)

I could not update this blog last night. Now, we generates the document from source code of XOOPS Cube by Doxygen. Doxygen has GUI application whose name is Doxywizard: It generates the configuration file for Doxygen, and runs Doxygen by … Continue reading

Posted in XOOPS Cube | Leave a comment

Doxygen for XOOPS Cube (2)

XOOPS uses PHPDoc as a document system. Both Doxygen and PHPDoc can handle document tags of javadoc. But, each document systems have some original rules. And, because Doxygen has been developed for C and C++, Doxygen may not be able … Continue reading

Posted in XOOPS Cube | Leave a comment

Doxygen for XOOPS Cube (1)

It’s difficult to read source code of XOOPS Cube because XOOPS Cube has many files and many classes. For reading source code of Cube, I recommend Doxygen. Doxygen is a famous document system, and generates HTML documents by parsing source … Continue reading

Posted in XOOPS Cube | Leave a comment

Today’s Report

I had a cold again. Recently I catch a cold at weekend. My blog had been closed for 2 days… Well… we have tuned up many files in user module of XOOPS Cube 2.1. And, I got that some important … Continue reading

Posted in XOOPS Cube | Leave a comment

Yokohama Monster Ball

Sorry I took in a baseball game, in the Yokohama stadium. And, I saw the monster ball before the game. Excuse me, what is that? I had never seen the monster until now. When I came to this stadium in … Continue reading

Posted in Baseball | Leave a comment

extoolsD Project

Cubson is the result of the extoosD project. extoolsD bases on the experience of extools. I wrote about XCube_ActionStrategy before. That’s the empty framework for developers. Because the core doesn’t force any framework styles to module developers, they can use … Continue reading

Posted in XOOPS Cube | Tagged | Leave a comment

3D Application Rankings

Well, OGRE which is one of the most popular open source engine, has many toolkits. See the download page. There are enough toolkits for major applications. And, that page shows the ranking about popular applications at OGRE. That’s interesting! The … Continue reading

Posted in CG | Leave a comment

VS.PHP (3) – The comment is power

VS.PHP has a interesting idea to use the intellisence in PHP which isn’t a type safe language. Look at this: class Foo1 { function methodFoo($num) { } } function foo($a, $b) { } In foo(), VS.PHP doesn’t know the type … Continue reading

Posted in Uncategorized | Leave a comment

CVS update notification mail

To recover our broken roadmap, CVS of XOOPS Cube is updated every day. And, you can receive the notification by the special Mailing List, when developers commit update source code to CVS. The notification is written diff and comment in … Continue reading

Posted in XOOPS Cube | Leave a comment