You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+26-7Lines changed: 26 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,40 @@
1
-
# DX11Renderer
2
-
3
-

1
+
# DX11Renderer - VDemo
4
2
5
3
This project started as the Renderer module for my [3D-Animation project](https://www.youtube.com/watch?v=Rt-h-bMA8Xc) at [DigiPen Institute of Technology](https://www.digipen.edu/).
6
4
Now, this repo serves as a DX11 framework for stuyding and practicing various rendering techniques and real-time algorithms.
7
5
8
-
**Features**:
9
-
- Shader Reflection
6
+

7
+
8
+
## Milestones
9
+
10
+
See [all Milestones here](https://github.com/vilbeyli/DX11Renderer/milestones).
## Compiling Instructions & Dependencies (to be automated)
17
36
18
-
Navigate to `Source\3rdParty\DirectXTex` and compile the solution `DirectXTex_Desktop_2015.sln` with the platform settings that match the DX11Renderer's.
37
+
Navigate to `Source\3rdParty\DirectXTex` and compile the solution `DirectXTex_Desktop_2015.sln` with the *platform settings that match that of this project's*.
19
38
This will generate the lib file that is required to compile the DX11Renderer project.
20
39
21
40
- The project uses [DirectXTex](https://github.com/Microsoft/DirectXTex) for textures. Current project settings
0 commit comments