From dc645488c154adaf417936fc0a389794e6519e00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Fro=C5=82ow?= Date: Wed, 15 Jan 2020 23:16:58 +0100 Subject: [PATCH] vulkano guide and glsl --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 366410d..58153ca 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ PRs welcome. - https://github.com/rust-tutorials/learn-wgpu - https://sotrh.github.io/learn-wgpu/ - https://github.com/sotrh/learn-wgpu + - this guide https://vulkano.rs/guide/introduction explains more i.e. swapchain https://vulkano.rs/guide/swapchain-creation + - https://github.com/vulkano-rs/vulkano-www - old https://github.com/fredlangva/WGPU-Tut - https://www.reddit.com/r/rust_gamedev/comments/bcjdl0/learning_wgpurs_coming_from_openwebgl/ - [3D Game in Rust #2 - Try to run a wgpu-rs tutorial - YouTube](https://www.youtube.com/watch?v=KZTmTbcA-VY) @@ -184,6 +186,25 @@ About Rendy and wgpu https://community.amethyst.rs/t/skepticism-about-rendy/1221 - LBM fluid simulation https://github.com/grenlight/fluid-webgpu - Safe Wrapper Around the Chromium Embedded Framework https://github.com/anlumo/cef +## GLSL + +>Found the problem - I need to become a GLSL shader expert https://www.reddit.com/r/rust_gamedev/comments/be08e2/wgpu_pipeline_question/el40lsl/ + +- https://vulkan-tutorial.com/Drawing_a_triangle/Graphics_pipeline_basics/Shader_modules +- https://www.lunarg.com/faqs/how-vulkan-shaders-written/ +- https://www.khronos.org/opengl/wiki/Core_Language_(GLSL) + - https://www.khronos.org/registry/OpenGL/specs/gl/GLSLangSpec.4.50.pdf +- https://www.khronos.org/opengl/wiki/OpenGL_Shading_Language +- https://www.reddit.com/r/rust_gamedev/comments/bcjdl0/learning_wgpurs_coming_from_openwebgl/eku9bsr/ +- mandelbrot https://vulkano.rs/guide/mandelbrot +- https://stackoverflow.com/questions/16631981/what-is-the-difference-between-opengl-and-glsl +- https://gamedev.stackexchange.com/questions/4234/what-are-the-pros-and-cons-of-hlsl-vs-glsl-vs-cg +- https://community.khronos.org/t/glsl-and-hlsl-differences/53888/4 +- https://stackoverflow.com/questions/2508818/how-to-debug-a-glsl-shader +- https://stackoverflow.com/questions/tagged/glsl?tab=Votes +- https://riptutorial.com/glsl +- http://nehe.gamedev.net/article/glsl_an_introduction/25007/index.html + ## License [![CC0](https://licensebuttons.net/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/)