Tasks:User Interface: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m →Requirements: link added |
||
(2 intermediate revisions by the same user not shown) | |||
Line 18: | Line 18: | ||
* Character [[Rules:Stats|Stats]] Screen(s) | * Character [[Rules:Stats|Stats]] Screen(s) | ||
* [[Tasks:Dialogue|Dialogue]] Window | * [[Tasks:Dialogue|Dialogue]] Window | ||
* Python Console | * [[Tasks:Python Console|Python Console]] | ||
== References == | == References == | ||
Line 24: | Line 24: | ||
''todo: look up old discussion on mailing lists'' | ''todo: look up old discussion on mailing lists'' | ||
*adonthell-devel: [http://lists. | * Main Interface [[Design:Map Screen|Mock-Up]] | ||
*adonthell-devel: [http://lists.gnu.org/archive/html/adonthell-devel/2003-02/msg00015.html Items and Inventory] | * 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