Java 3D图形引擎 Catcake

openkk 12年前
     <p>Catcake是一款跨平台的Java 3D图形引擎,目前支持PC(J2SE)及Android环境运行(已有iPhone版规划)。该引擎在易用性和运行性能上皆有出色的表现,支持常见的游戏开发功能,诸如精灵动画,音频处理和视频播放等。</p>    <p>Catcake 提供以下: </p>    <ul>     <li>Polygon and sprite rendering with scene graph </li>     <li>Transparent objects management </li>     <li>Lightweight task management for animation </li>     <li>Resource (includes VRAM) management </li>     <li>Memory management </li>     <li>Automatic frame-rate adjustment </li>     <li>Font rendering (TTF, TTC, OTF, and so on) </li>     <li>Screen splitting </li>     <li>Real-time debugging monitor </li>     <li>Programmable shaders (GLSL) </li>     <li>Lighting (parallel and point lights) </li>     <li>Input device (mouse and keyboard) management </li>     <li>Sound playing with 4-channel mixer </li>     <li>Collision detection (sphere, box, triangle and ray) </li>     <li>Configuration file parser </li>     <li>3D model drawing (3DS) </li>     <li>Motion playing </li>     <li>3D model auto-generation from 2D images </li>    </ul>    <p><img alt="Java 3D图形引擎 Catcake" src="https://simg.open-open.com/show/0e83b4fbb65052a9a42b02b3a7300b48.png" width="640" height="480" /> <img alt="Java 3D图形引擎 Catcake" src="https://simg.open-open.com/show/51df84cf84c14eb2af9745f0e76cac54.png" width="640" height="480" /><br /> <br /> </p>    <p><strong>项目主页:</strong><a href="http://www.open-open.com/lib/view/home/1323912743390" target="_blank">http://www.open-open.com/lib/view/home/1323912743390</a></p>