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š 673caa23bf Math: compiling Angle, Color and Half code snippets. 8 years ago
..
CMakeLists.txt Split the OpenGL layer out, pt 9: generic pixel formats. 8 years ago
Magnum.cpp Split the OpenGL layer out, pt 9: generic pixel formats. 8 years ago
MagnumDebugTools.cpp doc: compiling Debug Tools page code snippets. 8 years ago
MagnumGL-framebuffer.cpp Split the OpenGL layer out, pt 25: updated documentation code snippets. 8 years ago
MagnumGL.cpp Split the OpenGL layer out, pt 25: updated documentation code snippets. 8 years ago
MagnumMath.cpp Math: compiling Angle, Color and Half code snippets. 8 years ago
MagnumMeshTools.cpp Split the OpenGL layer out, pt 25: updated documentation code snippets. 8 years ago
MagnumPlatform-custom.cpp Split the OpenGL layer out, pt 25: updated documentation code snippets. 8 years ago
MagnumPlatform-portability.cpp doc: make the snippet actually compile on ES. 8 years ago
MagnumPlatform-windowless-custom.cpp Split the OpenGL layer out, pt 25: updated documentation code snippets. 8 years ago
MagnumPlatform-windowless-thread.cpp Split the OpenGL layer out, pt 25: updated documentation code snippets. 8 years ago
MagnumPlatform-windowless.cpp Split the OpenGL layer out, pt 25: updated documentation code snippets. 8 years ago
MagnumPlatform.cpp Split the OpenGL layer out, pt 28: non-GL-centric Platform::*Application. 8 years ago
MagnumShaders.cpp Split the OpenGL layer out, pt 25: updated documentation code snippets. 8 years ago
MagnumText.cpp Split the OpenGL layer out, pt 25: updated documentation code snippets. 8 years ago
MagnumTrade.cpp Split the OpenGL layer out, pt 9: generic pixel formats. 8 years ago
README.md doc: apply pngcrush to Getting Started images. 8 years ago
coding-style.h doc: mention forgotten GL-related Doxygen commands. 8 years ago
configure.h.cmake Updated copyright year. 8 years ago
debugtools-compareimage.ansi Doc++ 8 years ago
debugtools-compareimage.cpp DebugTools: CompareImage now supports only generic pixel formats. 8 years ago
getting-started-blue.cpp Split the OpenGL layer out, pt 25: updated documentation code snippets. 8 years ago
getting-started.cpp Split the OpenGL layer out, pt 25: updated documentation code snippets. 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++ 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.