Tasks:User Interface: Difference between revisions
Jump to navigation
Jump to search
added user interface task separate from widget set task |
m →Requirements: link added |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | |||
Back to [[Tasks:Contents|Task List]] | Back to [[Tasks:Contents|Task List]] | ||
Line 13: | Line 14: | ||
* Windowing System on C++ side | * Windowing System on C++ side | ||
* User Interface elements on Python side, to allow modding and different interfaces for other games | * User Interface elements on Python side, to allow modding and different interfaces for other games | ||
* Load/Save Screen with thumbnails, timestamp and user editable comments | |||
* Inventory Screen | * Inventory Screen | ||
* Character Stats Screen(s) | * Character [[Rules:Stats|Stats]] Screen(s) | ||
* Dialogue Window | * [[Tasks:Dialogue|Dialogue]] Window | ||
* Python Console | * [[Tasks:Python Console|Python Console]] | ||
== References == | == References == | ||
''todo: look up old discussion on mailing lists'' | ''todo: look up old discussion on mailing lists'' | ||
* Main Interface [[Design:Map Screen|Mock-Up]] | |||
* adonthell-devel: [http://lists.nongnu.org/archive/html/adonthell-devel/2002-02/msg00050.html GUI and Controls] | |||
* adonthell-devel: [http://lists.gnu.org/archive/html/adonthell-devel/2003-02/msg00015.html Items and Inventory] | |||
[[Category:Development]] | |||
[[Category:Tasks]] |
Latest revision as of 14:30, 18 October 2008
Back to Task List
Overview
The user interface for Adonthell will be mostly written in Python.
Dependencies
- The Widget Set
Requirements
- Windowing System on C++ side
- User Interface elements on Python side, to allow modding and different interfaces for other games
- Load/Save Screen with thumbnails, timestamp and user editable comments
- Inventory Screen
- Character Stats Screen(s)
- Dialogue Window
- Python Console
References
todo: look up old discussion on mailing lists
- Main Interface Mock-Up
- adonthell-devel: GUI and Controls
- adonthell-devel: Items and Inventory