File: mainpage.dox

package info (click to toggle)
cegui-mk2 0.8.7%2Bgit20220615-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 57,816 kB
  • sloc: cpp: 306,263; python: 1,175; ansic: 812; sh: 616; xml: 191; java: 162; makefile: 21
file content (53 lines) | stat: -rw-r--r-- 1,582 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
/**
@mainpage Crazy Eddie's GUI System Mk-2: Developer Documentation
http://www.cegui.org.uk

Copyright (c) 2004 - 2015 Paul D Turner & The CEGUI Development Team

This is Crazy Eddie's GUI System Mk-2; a free library providing windowing and
widgets for graphics APIs and engines where such functionality is not natively
available or is severely lacking. The library is written in C++, is object
orientated, and is primarily targeted at games developers who should be spending
their time creating great games, not building GUI sub-systems...

Note: In various documentation and online, the system is additionally referred
to as both CEGUI (which is the main namespace name), and cegui_mk2 (which was the
CVS module name of the Mk2 version of the system, and is now the mercurial
repository name for this part of the system).

@section main_sec_1 Documentation Sections
The documentation for CEGUI is split into the following sections:
- General Information
    - @ref licensing
    - @ref authors
    - @ref change_log

- Code related topics
    - @ref downloading
    - @ref compiling
    - @ref code_standards
    - @ref devel
    - @ref arch_overview

- Beginners Tutorials
    - @ref rendering_tutorial
    - @ref resprov_tutorial
    - @ref datafile_tutorial
    - @ref window_tutorial
    - @ref input_tutorial

- Porting Guides
    - @ref porting7to8
    - @ref porting6to7

- Additional reference material
    - @ref xml_imageset
    - @ref xml_font
    - @ref xml_scheme
    - @ref xml_layout
    - @ref xml_config
    - @ref xml_animation
    - @ref fal_man

Have Fun!
*/