You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Vladimír Vondruš fd942a7eb0 doc: reworked the plugins documentation. 8 years ago
..
CMakeLists.txt doc: reworked the plugins documentation. 8 years ago
Magnum-framebuffer.cpp doc: compiled code snippets for the root namespace. 8 years ago
Magnum.cpp doc: more Android and platform-specific docs. 8 years ago
MagnumMeshTools.cpp doc: compiled code snippets for the MeshTools namespace. 8 years ago
MagnumPlatform-custom.cpp doc: converted Platform docs to use compiled code snippets. 8 years ago
MagnumPlatform-windowless-custom.cpp doc: converted Platform docs to use compiled code snippets. 8 years ago
MagnumPlatform-windowless-thread.cpp doc: converted Platform docs to use compiled code snippets. 8 years ago
MagnumPlatform-windowless.cpp doc: converted Platform docs to use compiled code snippets. 8 years ago
MagnumPlatform.cpp doc: converted Platform docs to use compiled code snippets. 8 years ago
MagnumShaders.cpp Shaders: rename texture binding functions from set*() to bind*(). 8 years ago
MagnumText.cpp Shaders: rename texture binding functions from set*() to bind*(). 8 years ago
README.md doc: apply pngcrush to Getting Started images. 8 years ago
coding-style.h Enable search-related aliases in Doxyfile, update related coding style doc. 8 years ago
configure.h.cmake Updated copyright year. 8 years ago
debugtools-compareimage.ansi Doc++ 8 years ago
debugtools-compareimage.cpp Updated copyright year. 8 years ago
getting-started-blue.cpp doc: using an actual snippet from the getting started app source. 8 years ago
getting-started.cpp doc: using an actual snippet from the getting started app source. 8 years ago
image1.tga DebugTools: initial implementation of CompareImage class. 9 years ago
image2.tga DebugTools: initial implementation of CompareImage class. 9 years ago
plugins.cpp doc: reworked the plugins documentation. 8 years ago

README.md

Snippets that possibly generate output for Magnum documentation ###############################################################

"Getting started" image

Displayed by the getting-started executable. Run the app and take screenshot using Spectacle (including decorations, 880x707). Similarly for the gray version. The resulting files should be resized to half. pngcrush to them for smaller file sizes:

pngcrush -ow getting-started.png
pngcrush -ow getting-started-blue.png

The output printed by the application can be used to update the example output in doc/getting-started.dox.