Skip to content

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.

Notifications You must be signed in to change notification settings

Brassawiking/Game-Browser

Repository files navigation

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.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages