Giter Site home page Giter Site logo

jinzery / introduction-to-3d-game-programming-with-directx11 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jjuiddong/introduction-to-3d-game-programming-with-directx11

0.0 0.0 0.0 80.13 MB

Book Example Code in [Introduction to 3D Game Programming With DirectX11 by Frank Luna ]

License: MIT License

C++ 65.92% C 0.07% HLSL 34.00%

introduction-to-3d-game-programming-with-directx11's Introduction

Introduction-to-3D-Game-Programming-With-DirectX11

Book Example Code in [Introduction to 3D Game Programming With DirectX11 by Frank Luna ] http://www.d3dcoder.net/

New Project setup:

Do not modify the relative directory structure of these samples. In particular, for each project sample, the Common folder must be obtained from it via "../../Common".

Debug libraries:

d3d11.lib;d3dx11d.lib;D3DCompiler.lib;Effects11d.lib;dxerr.lib;dxgi.lib;dxguid.lib;%(AdditionalDependencies)

Release libraries:

d3d11.lib;d3dx11.lib;D3DCompiler.lib;Effects11.lib;dxerr.lib;dxgi.lib;dxguid.lib;%(AdditionalDependencies)

C/C++ Additional Include Directories:

  1. Path to DirectX Header files.

  2. ../../Common (or Absolute Path to Common)

Linker Additional Library Directories:

  1. Path to DirectX Library files.

  2. ../../Common (or Absolute Path to Common)

FXC Call (*.fx file Custom Build Tool)

  • Command Line
    • a) Debug mode: fxc /Fc /Od /Zi /T fx_5_0 /Fo "%(RelativeDir)%(Filename).fxo" "%(FullPath)"
    • b) Release mode: fxc /T fx_5_0 /Fo "%(RelativeDir)%(Filename).fxo" "%(FullPath)"
  • Description
    • a) Debug Description: fxc compile for debug: %(FullPath)
    • b) Release Description: fxc compile for release: %(FullPath)
  • Outputs
    • Outputs: %(RelativeDir)%(Filename).fxo

Compile Error

introduction-to-3d-game-programming-with-directx11's People

Contributors

jjuiddong avatar sgajaejung avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.