您的位置:首页 > Web前端

这是一个老40上面可以运行的3D API,暂时告一段落。

2007-01-13 12:39 441 查看
http://sourceforge.net/projects/syjay-egl

第三个魔兽模型的sample有500个面,老40因为heapsize问题会crash, 我也移植了不少其他手机,可以换来试试。

EGL 3D Graphics API

Copyright (C) 2007 Jiayi Wu

INTRODUCTION
============

EGL is a pure java 3D Graphics API which was designed for J2ME mobile devices
and based on CLDC 1.0 only, which provided OpenGL-like interface and supports
basic 3D pipeline and texture.

FEATURES
========

EGL is small, after obfuscated, EGL's size is only 10k.
EGL is based on only CLDC1.0, so it can be easily ported to desktop or DOJA
platform.
EGL uses FIXED POINT so it can be used on devices which does not support float.
EGL supports texture.
EGL does not support light.
As tested, EGL can run on  old devices such as Nokia S40(both old and new).

LICENSE
=======

EGL is free software; you can redistribute it and/or modify it under the terms
of the GNU GENERAL PUBLIC LICENSE as published by the Free Software Foundation.
Please refer to the LICENSE file (./License.txt) for licensing details.

AUTHOR
======

Jiayi Wu
Raffles City 17F, 268 Xizang Zhong Lu, Shanghai, China.
KONAMI Shanghai.

wujiyish@msn.com
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
相关文章推荐