I am going to learn dx12, is there any good tutorials I can look at. I am going to develop a pong game to help me learn dx12
pong and dx12
My tutorial series: Tutorial series | P.A. Minerva (paminerva.github.io)
pbivens67 said:
I am going to develop a pong game to help me learn dx12
We knew this day shall come. /:O\
But well⦠we can never have enough Pong and gfx APIs, i guess.
Maybe you should listen to Programmer71β¦ He has some thoughts on DirectX.
I thought that using dx12 is good at developing games and is used in the games industry.
pbivens67 said:
I thought that using dx12 is good at developing games and is used in the games industry.
DX12 is very low level and so you will spend a lot more time than if you were to simply use a game engine. However, with something like pong it should be doable. I would only do it if you are looking at this as learning experience. If it's something you intend to market (which probably wouldn't make much sense with pong unless you did something extraordinary with it) then you should take the easy rout. But again, pong is very doable in DX12.