Game-Browser
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Game Browser is a experimental game engine that aims to mimic the behaviour of a web browser. This will include native 3D rendering of XML similar to HTML, stylesheets and javascript support. The goal is to adapt the style of web development into game development.
Game-Browser
============

Game Browser comes from the simple idea that making a game should be just as easy as making a web page. Web development has a fairly streamlined approach: 
* Create the markup
* Make it pretty through styling
* Script it to modify the DOM dynamically and support user interactions
* Update content through Ajax

What if we apply this same pattern to a game making? This makes especially for an interesting pattern when we also apply the MVC pattern for the server delivering the content. In essence, this is an attempt to convert Web application development to Game development.

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。