-
-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor the linux backend, and add support for Wayland.
- Loading branch information
1 parent
d764a21
commit 51006cd
Showing
37 changed files
with
12,322 additions
and
1,501 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
CompileFlags: | ||
Add: [-D,KINC_EDITOR_SUPPORT] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,15 @@ | ||
/build | ||
/Tests/Empty/build | ||
.DS_Store | ||
|
||
# clangd cache | ||
.cache | ||
# ignore all build directories | ||
**/build/** | ||
# Shaders | ||
*.vert | ||
*.frag | ||
*.comp | ||
**/Deployment/Empty | ||
**/Deployment/MultiWindow | ||
compile_commands.json | ||
.vscode/** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 0 additions & 19 deletions
19
Backends/System/Linux/Sources/kinc/backend/Display_XRandr.c.h
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.