view other/1114_game.html @ 0:dd1c78c6398f

add having slides
author taiki <taiki@cr.ie.u-ryukyu.ac.jp>
date Mon, 25 Mar 2013 05:14:03 +0900
parents
children
line wrap: on
line source

<!DOCTYPE html>

<!--
Google HTML5 slide template

Authors: Luke Mahé (code)
Marcin Wichary (code and design)

Dominic Mazzoni (browser compatibility)
Charles Chen (ChromeVox support)

URL: http://code.google.com/p/html5slides/
-->

<html>
    <head>
        <title>Presentation</title>
        <link src='../styles.css'>
        <meta charset='utf-8'>
        <script
            src='../slides.js'></script>
    </head>

    <style>
        /* Your individual styles here, or just use inline styles if that’s
        what you want. */


    </style>
    <body style='display: none'>

        <section class='slides layout-regular template-default'>

        <!-- Your slides (<article class='nobackground'>s) go here. Delete or comment out the
        slides below. -->

        <article>
        <h1>Made by Game teams</h1>
        <p>Taiki Taira, Nov 13 2012</p>

        </article>
<!-- 
        <article>
        <h3>Intoroduce</h3>

        <ul>
            <li>
            What's Game team?<br>
            Game team is organaized students.<br>
            and class of making game experiment. 
            </li>
            <li>about 1 to 4 students.</li>
            <li>make game in half team.</li>
        </ul>
        </article>
-->

        <article>
        <h3>Web GL</h3>
        <p>WebGL is an immediate mode 3D rendering API designed for the web. <br>
        WebGL is designed as a rendering context for the HTML Canvas element. <br>
        You can browse 3D graphics in web browser can use WebGL.</p>
        I'll show you two games that make this API.
        <img src="WebGL-Logo.png">
        </article>

        <article>
        <h3>SuperDandy</h3>
        <img src="super_dandy_title.png">
        </article>

        <article>
        <h3>SuperDandy[1/2]</h3>
        <h4>SuperDandy is implemented by many platform.</h4>
        <img class="centered" src="super_dandy_movement.png">
        </article>

        <article>
        <h3>PaperShooting[2/2]</h3>
        <a href="http://cls080.ie.u-ryukyu.ac.jp/ps/map.html">http://cls080.ie.u-ryukyu.ac.jp/ps/map.html</a>
        <img src="paper_title.png">
        </article>

        <article>
        <h3>PaperShooting</h3>
        <h4>change point of view.</h4>
            <img src="paper_explanation.png">
        </article>

        <article>
        <h4>Today, I talking about...</h4>
        <ul>
            <li>WebGL</li>
            <li>SuperDandy</li>
            <li>PaperShooting</li>
        </ul>
        <h2>Thank you for listening.</h2>
        </article>

        </section>

    </body>
</html>