Skip to content
generateui edited this page Feb 13, 2011 · 8 revisions

Most graphics from SettleIn are merged. The 3D engine will be the native 3D OpenGL ES renderer found in your browser. If OpenSettlers cannot find a 3D renderer, it will fallback to HTML5 canvas. The graphical interface design will look something like this (screenshot from latest SettleIn build)

Currently, OpenSettlers uses the standard UI widgets from GWT, along with an SVG library for custom widgets. Most classes are abstracted (though some poorly, most quite OK), such that easy implementation of Canvas and WebGL using wrappers can be achieved.

Graphics from OpenSettlers are located here, SettleIn graphics can be found here.

Clone this wiki locally