Build info (single CMakeLists.txt for all samples), updated screenshots

This commit is contained in:
saschawillems 2015-12-05 16:28:06 +01:00
parent 239666d071
commit 5408b71aa9
8 changed files with 7 additions and 7 deletions

View file

@ -38,12 +38,16 @@ VulkanExample() : VulkanExampleBase(true)
} }
``` ```
*todo* : Document helper classes like vulkandebug *todo* : Document helper classes like vulkandebug
## Building
The repository contains a CMakeLists.txt to be used with [CMake](https://cmake.org).
Use it to generate a platform-specific build configuration for building all examples. It should work with different compilers on Windows and Linux (C++11 required).
All required headers and libs are included in the repository, building the examples should work out of the box.
## Examples ## Examples
*todo* : In progress
### Triangle ### Triangle
<img src="./screenshots/basic_triangle.png" height="128px"> <img src="./screenshots/basic_triangle.png" height="128px">
@ -120,10 +124,6 @@ Renders the vertex normals of a complex mesh with the use of a geometry shader.
More of a playground than an actual example. Renders multiple meshes with different shaders (and pipelines) including a background. More of a playground than an actual example. Renders multiple meshes with different shaders (and pipelines) including a background.
## Building
*todo* : In progress
The repository contains CMake files for all demos and all required headers to compile the example, so any platform that supports CMake and has a C++11 compatible compiler should work.
## Dependencies ## Dependencies
*Note*: Included in the repository *Note*: Included in the repository
- [OpenGL Mathematics (GLM)](https://github.com/g-truc/glm) - [OpenGL Mathematics (GLM)](https://github.com/g-truc/glm)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 67 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 303 KiB

After

Width:  |  Height:  |  Size: 302 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 544 KiB

After

Width:  |  Height:  |  Size: 562 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 215 KiB

After

Width:  |  Height:  |  Size: 218 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 476 KiB

After

Width:  |  Height:  |  Size: 274 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 211 KiB

After

Width:  |  Height:  |  Size: 275 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 173 KiB

After

Width:  |  Height:  |  Size: 95 KiB

Before After
Before After