Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… into main
  • Loading branch information
apg360 committed Nov 14, 2020
2 parents c739820 + 3bbbed4 commit 60091bd
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Introduction to Computer Graphics and the Vulkan API Third Edition by Kenwright
## Chapter 6 example source code
# Introduction to Computer Graphics and the Vulkan API Third Edition by Kenwright
## Source code of Chapter 6 example

### ![alt BookImage](https://github.com/apg360/ICGV-book-example-chp6/blob/main/cover.jpg)


This is for those who own the book and are learning it. Instead of typing all the pages of chapters 6 examples, one can copy paste this.

There are personal modifications and not 100% as in the book, a quick list :

* #### Built 100% with C and not C++. To my knowledge this is the second Vulkan example in C after the GLFW vulkan example.
* #### Removed the Windows API for window. Instead use GLFW
* #### Removed the Windows API
* #### We use Volk as Vulkan loader
* #### Use third party library for logging : dlg

_


/!\ Currently a **work in progress** under Apple Macbook Air, macOS Catalina 10.15.6 with "Intel(R) Iris(TM) Graphics 6000" /!\

0 comments on commit 60091bd

Please sign in to comment.