๐Ÿ“ฆ L-Sun / HitagiEngine

๐Ÿ“„ .gitignore ยท 21 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21build
assets/*
!assets/materials
!assets/shaders/
!assets/fonts/
!assets/test/
!assets/utils/
hitagi.json

.xmake
temp
.cache
vtune

.vscode/compile_commands.json

# ispc header will be generated during compilation
*_ispc.h

imgui.ini