DKGL2 sample codes
Heedong Lee a7db432dad
Update README.md
3 lat temu
Samples fix : fixed path for old ones 3 lat temu
Samples.xcworkspace Xcode 프로젝트 수정. 5 lat temu
.gitattributes chore : update sample scenes and meshes 3 lat temu
.gitignore Initial commit 5 lat temu
README.md Update README.md 3 lat temu
SETUP_KOR.txt 컴파일 디렉토리 충돌 수정 5 lat temu
Samples.props 컴파일 디렉토리 충돌 수정 5 lat temu
Samples.sln Compute Shader Working in Progress ( Currently Crashed at the layout sampler) 5 lat temu

README.md

DKGL_SAMPLE

ScratchPad for DKGL-Dev Branch (Not the master branch), Let’s have fun

Let’s have fun with DKGL

How to Setup

  1. Clone DKGL-development branch to apporopriate folder. Clone to the just-upper directory(..) is the best choice.

ex) C:\MyProjects

         +--- DKGL
         +--- DKGL_Samples (This Project)
  1. Link the symbolic link to DKGL\DK foler to DKGL_Sampels\DK directory below

  2. You should work DKGL and DKGL_Sample seperately. DK folder has been set up as ignore folder in this repository.


  1. 적당한 디렉토리에 DKGL 을 클론 받는다. 보통 상위 디렉토리 (현재 프로젝트:DKGL_Samples 와 동일한 레벨) 에 받는것이 좋다.. ex) C:\MyProjects

         +--- DKGL
         +--- DKGL_Samples (이 프로젝트)
    
  2. mklink /D DK ..\DKGL\DK DKGL\DK 서브 디렉토리를 DKGL_Sampels\DK 로 심볼릭 링크를 건다. 경로를 잘 확인하고 링크를 걸어야 한다. DKGL2 로 되어있는것도 있음.

  3. DKGL 과 DKGL_Sample 을 별도로 작업함. 이 프로젝트(Samples) 는 DK 가 ignore 처리되어 있어서 괜찮다.