File: SampleMetaData.xml

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 (7 lines) | stat: -rw-r--r-- 547 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
<SampleDefinition
    name      = "CEGUIEffectsDemo"
    type      = "C++ Module"
    summary         = "Shows effects on CEGUI windows. When moving the window the effect will render the windows in a way specified by the effect."
    description     = "Custom render effects (CEGUI::RenderEffect) can be created for the windows. The demo's c++ files present 3 examples for such effects. The effects can be mapped using schemes or can be directly applied using functions."
    credits         = "Lukas &quot;Ident&quot; Meindl, Martin Preisler"
/>