Something that I've been trying to learn how to do, but haven't found any information on and that seems missing from this tutorial, is how to write a 3D game in Vulkan. There are many entries in here about using OpenGL but nothing in here, it seems, about Vulkan. This seems like a common pattern online. Does anyone have any recommendations for a tutorial that could also be contributed to the master list?
Build your own X: project-based programming tutorials
21–28 of 28 posts
Re: Build your own X: project-based programming tutorials
#22Went into this thinking it was about the X Window System[1]. Pleasantly surprised! Lots of cool stuff here. [1] https://en.wikipedia.org/wiki/X_Window_System
I agree, it would have been such an unpleasant surprise to see another implementation of X-Windows! ;) https://medium.com/@donhopkins/the-x-windows-disaster-128d39...
I'd also like to thank you for turning me on to NeWS et. al. ages ago in another forum. Blew my mind because at the time I only really knew about MS Windows and X. Cheers!
[1] https://www.nsa.gov/resources/everyone/digital-media-center/...
Re: Build your own X: project-based programming tutorials
#23Something that I've been trying to learn how to do, but haven't found any information on and that seems missing from this tutorial, is how to write a 3D game in Vulkan. There are many entries in here about using OpenGL but nothing in here, it seems, about Vulkan. This seems like a common pattern online. Does anyone have any recommendations for a tutorial that could also be contributed to the master list?
This tutorial seems to be what you're looking for: https://www.fasterthan.life/blog/2017/7/11/i-am-graphics-and...
Re: Build your own X: project-based programming tutorials
#24Went into this thinking it was about the X Window System[1]. Pleasantly surprised! Lots of cool stuff here. [1] https://en.wikipedia.org/wiki/X_Window_System
So that might go some ways to explaining why building your own isn't a walk in the park.
Re: Build your own X: project-based programming tutorials
#25To shorten it, just call it X. Eschew 'X Windows' -- there's no such thing.
Re: Build your own X: project-based programming tutorials
#26Re: Build your own X: project-based programming tutorials
#27Earlier quoted context omitted.
I agree, it would have been such an unpleasant surprise to see another implementation of X-Windows! ;) https://medium.com/@donhopkins/the-x-windows-disaster-128d39...
Actually a less unwieldy implementation of X11 would be nice. Preferably in Go or Rust.
Re: Build your own X: project-based programming tutorials
#28I love this idea. I always, take a famous open source project and try to re-create or go through the source of it. Its very tough, but when you do so the learning is very immense. Thanks for the link.