DKGL2 sample codes
Heedong Lee 47aa6f1dec fix : license clearing 3 years ago
Samples fix : license clearing 3 years ago
Samples.xcworkspace Xcode 프로젝트 수정. 4 years ago
.gitattributes chore : update sample scenes and meshes 3 years ago
.gitignore Initial commit 5 years ago
LICENSE Create LICENSE 3 years ago
README.md Update README.md 3 years ago
SETUP_KOR.txt 컴파일 디렉토리 충돌 수정 5 years ago
Samples.props 컴파일 디렉토리 충돌 수정 5 years ago
Samples.sln Compute Shader Working in Progress ( Currently Crashed at the layout sampler) 4 years ago

README.md

DKGL_Samples

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.

This project is using https://www.dkscript.com/ for wiki.


  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 처리되어 있어서 괜찮다.