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š d5fcfd82ec Animation: pass Key to player callbacks by value, not as const&. 8 years ago
..
CMakeLists.txt Primitives: a better line primitive. 8 years ago
Magnum.cpp Split the OpenGL layer out, pt 9: generic pixel formats. 8 years ago
MagnumAnimation-custom.cpp Animation: implementation of the Player class. 8 years ago
MagnumAnimation.cpp Animation: pass Key to player callbacks by value, not as const&. 8 years ago
MagnumAudio-scenegraph.cpp Audio: doc++ 8 years ago
MagnumAudio.cpp Audio: doc++ 8 years ago
MagnumDebugTools.cpp DebugTools: add CompareImageFile, CompareImageToFile + CompareFileToImage. 8 years ago
MagnumGL-framebuffer.cpp Platform: pass a class to viewportEvent(). 8 years ago
MagnumGL.cpp GL: make it possible for a Mesh to own the vertex/index buffers. 8 years ago
MagnumMath.cpp Math: implement cubic Bezier <-> cubic Hermite conversion. 8 years ago
MagnumMathAlgorithms.cpp Math/Algorithms: update algorithm docs and make code snippets compiled. 8 years ago
MagnumMeshTools.cpp MeshTools: make the generateFlatNormals() docs less handwavy. 8 years ago
MagnumPlatform-custom.cpp Split the OpenGL layer out, pt 25: updated documentation code snippets. 8 years ago
MagnumPlatform-portability.cpp Platform: pass a class to viewportEvent(). 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 Platform: pass a class to viewportEvent(). 8 years ago
MagnumPrimitives.cpp Primitives: new gradient primitive. 8 years ago
MagnumSceneGraph-gl.cpp SceneGraph: show both single and multiple inheritance in Drawable docs. 8 years ago
MagnumSceneGraph.cpp SceneGraph: ability to affect order of items drawn by Camera. 8 years ago
MagnumShaders.cpp doc: fix compilation on Android. 8 years ago
MagnumText.cpp Split the OpenGL layer out, pt 25: updated documentation code snippets. 8 years ago
MagnumTrade.cpp Trade: change animation track target to target type and target ID to target. 8 years ago
README.md doc: apply pngcrush to Getting Started images. 8 years ago
coding-style.h doc: implement Vulkan-specific Doxygen aliases. 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
platforms-html5.cpp doc: mention EM_ASM() and dollar warnings. 8 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.