Top products from r/vulkan

We found 14 product mentions on r/vulkan. We ranked the 6 resulting products by number of redditors who mentioned them. Here are the top 20.

Next page

Top comments that mention products on r/vulkan:

u/Ekzuzy · 11 pointsr/vulkan

First. Recently there was a link posted here with a list of beginner friendly Vulkan tutorials. I think You could start there.

Second. There is a, quite interesting, discussion going on the internets whether it is good to dive into graphics programming starting directly with low-level libraries like Vulkan. High-level libraries are easier to... well... learn. Easier to use when You want to write not so complicated programs. But the more advanced programs You want to write, the more tricky (and fishy) high-level libraries are.

Vulkan is hard to use as it requires You to write huge amounts of code. But it is more consistent. In OpenGL there are many things You can do in many ways. Here, You are limited by the API. But everything You do has its purpose which is more or less reflecting current graphics hardware architecture.

That's why learning about graphics libraries and starting with low-level APIs like Vulkan may make sense. So take a look at the tutorials I've linked above. Also, see online code samples like Sascha Willems's. And when You are familiar with them and when You write several Your own examples, buy a book about Vulkan. I'm the author of Intel's API without Secrets: Introduction to Vulkan tutorial and of the Vulkan Cookbook so I can, of course ;-), recommend these (both have online code samples freely available too: here and here). Especially the book as it is not focusing on the Vulkan API functions themselves (it's not a typical reference manual). It's a step by step guide how to achieve specific results like how to create and use a texture, how to prepare a single frame of animation or how to draw a 3D model (with all the required setup).

But whatever resources You will use, good luck and have fun!! ;-)

u/mickbeaver · 2 pointsr/vulkan

If someone wanted to ramp up on real-time rendering, I really feel like there are two books out there without parallel:

  • 3D Math Primer for Graphics and Game Development, 2nd Edition - You could probably skip this book if you’ve done any 3D math. If not, it is an enjoyable, conversational read. I’ve admittedly only read the first half, as the second half is devoted to physics.
  • WebGL Programming Guide: Interactive 3D Graphics Programming with WebGL - The best book I’ve found that wasn’t either a conceptual book about computer graphics or a low-level API guide. This book actually shows you how to do real 3D graphics! Transformations, textures, shading, shadows, writing GPU shaders, etc. While it does use JavaScript, it barely uses it. Anyone that knows any modern programming language can follow along. The interesting work is done in the graphics shaders anyway. My only criticism of this book is that they need to write another one! JavaScript and WebGL have gotten even more user friendly since the book was written.

    The last piece of the puzzle for doing rendering is learning how to debug! Each rendering debugger is kind of the same (they get ridiculously detailed on the game consoles, though). Here is an absolutely fantastic presentation about how to debug graphics, called Tightening Up the Graphics: Tools and Techniques for Debugging and Optimization.
u/splitmlik · 2 pointsr/vulkan

Hi, Ekzuzy. I have an off-topic question if you don't mind.

I saw that no one on reddit has asked about your idiosyncratic way of capitalizing the “Y” in You. I thought it might be your stylistic complement to the capitalized first person "I", but I thought twice when I saw you capitalizing "Your" also, which has no such complement in "my". That you’re the recently published author of Vulkan Cookbook got me especially curious.

So why? Is it your own idea, or did another writer inspire it? Is it a Polish convention you’re porting to English? I couldn't find any examples of it in the body sampled from your book on Amazon.com, where you address the reader as “we” by convention, but did you ever talk to editors at Packt about it? If so, what did they say? If not, would you for a future book?

Judging by your comment history and expertise in a challenging new language, I figure your answer will be an interesting one. I wouldn’t ask otherwise :]

u/Grimy89098 · 2 pointsr/vulkan

It's currently free on Amazon too! Might be more convenient for those of you who own a Kindle.
https://www.amazon.ca/Vulkan-Programming-Guide-Official-Learning-ebook/dp/B01MXGZR73
I'm in Canada but it appears free to me on the .com site as well.

Is this intentional? I couldn't find any reference to it online until I checked this subreddit. I would have thought there would be a press release if it was released as free, especially if the "sale" is temporary.

u/Karlovsky120 · 1 pointr/vulkan

You can find a brief overview of Vulkan and its structures here (gpuopen.com).

I've been in your shoes and my advice is to read the Vulkan Cookbook (amazon.com). You don't need to understand every single detail, and you can skip the last few chapters (they are dedicated to showing some use cases for Vulkan). Just reading the introduction to each chapter should give you a good overview of the API.

vulkan-tutorial.com is a great site, but I've personally learnt more through the book, and it's a nice source to have once you start writing your own code.

Have fun!

u/slacker0 · 3 pointsr/vulkan

You can get an Intel Compute stick for $45. It has a "Bay Trail" processor. Though Ubuntu 14.04 LTS probably doesn't run Vulkan. I put Fedora 25 on mine and it works great (except the Wi-Fi).

Any Bay Trail laptop will run Vulkan, such as the Acer R11 for $250 or so.

u/FacticiusVir · 1 pointr/vulkan

The "official guide" is here: https://www.amazon.co.uk/d/Books/Vulkan-Programming-Guide-Official-Learning-OpenGL/0134464540

If you're looking for a GPU overview, particularly around communication & commands, you might find Traxnet's series helpful - especially https://traxnet.wordpress.com/2011/07/18/understanding-modern-gpus-2/

u/Andallas · 4 pointsr/vulkan

I already pre-ordered mine.

Vulkan book

It's 25% off right now for those interested.