Feature Requests / Proposals / Ideas: Difference between revisions

Line 95: Line 95:
=== Major Requests ===
=== Major Requests ===
* Replace current PLIB/PUI based GUI bindings with bindings for a more feature-rich GUI (possibly SDL based)
* Replace current PLIB/PUI based GUI bindings with bindings for a more feature-rich GUI (possibly SDL based)
* http://chromium.sourceforge.net/
* texture cropping support for 2D panels (see mailing list archives for discussions)
* texture cropping support for 2D panels (see mailing list archives for discussions)
* add support for enhanced water modeling, so that we can start implementing water aircraft with floats etc.
* add support for enhanced water modeling, so that we can start implementing water aircraft with floats etc.
Line 120: Line 121:
* Currently, roads and rivers do not yet have a realistic curvature when their direction changes, rather there are pretty visible corners, it would be nice if someone could look into this in order to come up with a method to smoothen the directional transistion, so that a realistic curve can be rendered
* Currently, roads and rivers do not yet have a realistic curvature when their direction changes, rather there are pretty visible corners, it would be nice if someone could look into this in order to come up with a method to smoothen the directional transistion, so that a realistic curve can be rendered
* Extend the RenderTexture class to provide support for Frame Buffer Object based rendering to a texture, this is a relatively new way to support rendering to texture for platforms or OpenGL (driver) implementations that do not offer native RTT support, as it is the case for many older Linux cards: http://openvidia.sourceforge.net/fbo.shtml
* Extend the RenderTexture class to provide support for Frame Buffer Object based rendering to a texture, this is a relatively new way to support rendering to texture for platforms or OpenGL (driver) implementations that do not offer native RTT support, as it is the case for many older Linux cards: http://openvidia.sourceforge.net/fbo.shtml


=== Huge Requests ===
=== Huge Requests ===