comparison document/presentation/semi09_10_06.html @ 0:99a6512a8253

moving from firefly
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Wed, 28 Oct 2009 20:12:40 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:99a6512a8253
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
4 <html xmlns="http://www.w3.org/1999/xhtml">
5
6 <head>
7 <title>ゼミ資料 09/10/06</title>
8 <!-- metadata -->
9 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
10 <meta name="generator" content="S5" />
11 <meta name="version" content="S5 1.1" />
12 <meta name="presdate" content="20050728" />
13 <meta name="author" content="Eric A. Meyer" />
14 <meta name="company" content="Complex Spiral Consulting" />
15 <!-- configuration parameters -->
16 <meta name="defaultView" content="slideshow" />
17 <meta name="controlVis" content="hidden" />
18 <!-- style sheet links -->
19 <link rel="stylesheet" href="ui/default/slides.css" type="text/css" media="projection" id="slideProj" />
20 <link rel="stylesheet" href="ui/default/outline.css" type="text/css" media="screen" id="outlineStyle" />
21 <link rel="stylesheet" href="ui/default/print.css" type="text/css" media="print" id="slidePrint" />
22 <link rel="stylesheet" href="ui/default/opera.css" type="text/css" media="projection" id="operaFix" />
23 <!-- S5 JS -->
24 <script src="ui/default/slides.js" type="text/javascript"></script>
25 </head>
26 <body>
27
28 <div class="layout">
29 <div id="controls"><!-- DO NOT EDIT --></div>
30 <div id="currentSlide"><!-- DO NOT EDIT --></div>
31 <div id="header"></div>
32 <div id="footer">
33 <h1>[date:09/10/06]</h1>
34 <h2>発表資料</h2>
35 </div>
36
37 </div>
38
39
40 <div class="presentation">
41
42 <div class="slide">
43 <h1>Cell を用いた<br>
44 並列 Game Programming の為の<br>
45 Cerium Engine の実装</h1>
46 <h3>小林 佑亮</h3>
47 <h4>琉球大学 理工学研究科 情報工学専攻</h4>
48 <h4>No.098581D</h4>
49 </div>
50
51 <div class="slide">
52 <h1>研究背景・目的</h1>
53
54 <font size="5"><ul>
55 <li>近年、CPU の性能向上はクロックの限界や発熱問題などからマルチコア化による
56 性能向上が図られている</li>
57 <li>マルチコア CPU の中でも、PlayStation3 に搭載されている Cell と呼ばれる CPU は、
58 1つの PPE と8つの SPE をもつヘテロジニアス型のマルチコア CPU である</li>
59 <li>当研究室では Playstation3 上でのゲーム開発を目的とした Cerium という
60 Engine を開発している</li>
61 <li>Cerium にはプログラムを Task 単位で Cell の各アーキテクチャに処理させる TaskManager と
62 Object をScene 毎に管理する SceneGraph、Object の描画をする RenderingEngine がある</li>
63 <br>
64 <li>本研究では Cerium の実装として</li>
65 <ul>
66 <li>Test</li>
67 <li>音声</li>
68 <li>MARS</li>
69 </ul>
70 </ul></font>
71 </div>
72
73 <div class="slide">
74 <h1>DONE</h1>
75 <ul>
76 <li>Dandy の BMP ファイルを PNG 化 & 透過処理</li>
77 </ul>
78 </div>
79
80 <div class="slide">
81 <h1>DOING</h1>
82 <ul>
83 <li>XML ファイルの作成</li>
84 <ul>
85 <li>ボス戦 ver</li>
86 <li>1面 ver</li>
87 </ul>
88
89 </ul>
90 </div>
91
92 <div class="slide">
93 <h1>TODO</h1>
94 <ul>
95 <li>現時点で動く Dandy の作成</li>
96 <li>次期 Cerium の仕様に合わせた Dandy の作成</li>
97 </ul>
98 </div>
99
100
101 </div>
102 </body>
103 </html>