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š 6d41597d1d Split the OpenGL layer out, pt 9: generic pixel formats. 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 1: moving files to a new location. 8 years ago
MagnumGL.cpp Split the OpenGL layer out, pt 9: generic pixel formats. 8 years ago
MagnumMath.cpp doc: compiling Types page code snippets. 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-portability.cpp doc: make the snippet actually compile on ES. 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
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 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++ 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.