User:Crond/sandbox/application1

From CEGUI Wiki - Crazy Eddie's GUI System (Open Source)
< User:Crond‎ | sandbox
Revision as of 22:01, 18 June 2011 by Crond (Talk | contribs) (initial placeholder)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Written for CEGUI 0.7


Works with versions 0.7.x (obsolete)

Requires at least version
0.7.5

PyCEGUI: BeerTracker series

Category PyCEGUI: BeerTracker series not found
This page is part of a series, use links above to easily navigate through all chapters of the series.





Introduction

This is the first in a series of articles, designed to build an application from the ground up - that is to say, the planning, construction, and utilization of the application are all documented.

Requirements

  • Python 2.6 (untested on Python 3.+)
  • PyCEGUI
  • PyOpenGL (GLU and GLUT, as well)

What is the application?

I gave this a good amount of thought, then I realized that I am sitting here, thinking, while drinking beer. Thus, the wonderful idea of writing an application to track the amount of beer I drank, as well as my thoughts on each individual beer, formed; not only will it do these wonderful things, it will be persistent - the application will remember whatever it is told. Finally, it will have a history feature: which is to say, a user can go back to a specific date and read about how they felt about the beer they drank that day - you know, in case they don't remember.

Why this application?

I'm pretty sure this is self-explanatory.

Series

  • n
  • n+1
  • ...

TODO

  • Create initial application; then post it.
  • Create category for series only after the initial application is done.
  • ETA of initial application: 6/24+