It’s cute (>o<)
月: 2008年10月
EclipseでProce55ingのOpenGLを使用する
EclipseでProce55ingするにはここを参照。
- プロジェクトを右クリックして[プロパティ]を選択
- [ビルドパス]の[ライブラリ]タブでjogl.jarの[Native library location]のところに、例えば
C:processing-0125-expertlibrariesopengllibrary
と入力する。 - さらに、
JFrame
内でPApplet
をEmbedded
として動作させるには、public static void main(String[] args) { JFrame f = new JFrame("Embedded"); f.setLayout(new BorderLayout()); PApplet embed = new <font color="blue">PAppletのクラス名</font><font>(); f.add(embed, BorderLayout.CENTER); f.setSize(DIM, DIM); f.setVisible(true); // important to call this whenever embedding a PApplet. // It ensures that the animation thread is started and // that other internal variables are properly set. embed.init(); }
でOK。
Oasis car!
I saw the Oasis car that advertises their new album in Umeda.
When I just try to take a picture with my cellphone, the car began to move.
Therefore the photo is slightly blurred.
I was not aware of that the new album has been released, so I was excited about that!
There is no way that I won’t buy this album.
iPod touch second generation
here is my new iPod touch.
It has very exciting feutures in it.
I can bring it together and various informations are always being in my hand. hehehe
Let us make original application for this!
I wonder whether the money will come to my wallet?