BramTeurlings / 3DGameBridge

Wrapper Project for easy implementation of function in any 3D Game Bridge project
GNU General Public License v3.0
0 stars 0 forks source link

[GB-226] Learn about DirectX using a tutorial #25

Closed BramTeurlings closed 4 months ago

BramTeurlings commented 4 months ago

We’ve been diving into graphics in more detail recently and I’ve been bottlenecked by the lack of graphics API knowledge that I have.

I’m going to follow this DX11 tutorial online and take notes to better understand how DirectX functions and how to use it in our wrapper.

http://www.directxtutorial.com/


Originally reported by , imported from: Learn about DirectX using a tutorial
  • assignee:
  • status: Done
  • priority: Medium
  • resolution: Complete
  • resolved: 2024-03-05T07:16:42-08:00
  • imported: 2024-04-04
BramTeurlings commented 4 months ago

Subtask of parent task GB-227

BramTeurlings commented 4 months ago

712020:c26664a4-c3de-4473-a0b4-5a76804d5628:

Made a repo with my progress: https://github.com/BramTeurlings/DX11_Tutorial

BramTeurlings commented 4 months ago

712020:c26664a4-c3de-4473-a0b4-5a76804d5628:

Tutorial done, used the following links:

DXTutorial: http://www.directxtutorial.com/LessonList.aspx?listid=111
MS: https://github.com/walbourn/directx-sdk-samples/tree/main/Direct3D11Tutorials

BramTeurlings commented 4 months ago

712020:c26664a4-c3de-4473-a0b4-5a76804d5628:

Repo updated: https://github.com/BramTeurlings/DX11_Tutorial (private)

BramTeurlings commented 3 months ago

[Epic: R&D]