-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v0.81.2 | 2024/02/12 17:30 | Added column major mode, this hurt my br…
…ain two days ago as I try to figure out how to swap X and Y cordinates everywhere and all. It now mostly works except for 4bit, 2bit, and 1bit palletized modes
- Loading branch information
1 parent
3764be4
commit 83cde63
Showing
19 changed files
with
765 additions
and
290 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
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,3 @@ | ||
* | ||
!.gitignore | ||
!list.txt |
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,19 @@ | ||
To compile, you may need a few to all of the following files in ./imgui | ||
The files can be obtained from the Dear Imgui github repository https://github.com/ocornut/imgui | ||
Additionally, changing <SDL.h> to <SDL2/SDL.h> could help if things are not working correctly. | ||
|
||
imconfig.h | ||
imgui.cpp | ||
imgui.h | ||
imgui_demo.cpp | ||
imgui_draw.cpp | ||
imgui_impl_sdl2.cpp | ||
imgui_impl_sdl2.h | ||
imgui_impl_sdlrenderer2.cpp | ||
imgui_impl_sdlrenderer2.h | ||
imgui_internal.h | ||
imgui_tables.cpp | ||
imgui_widgets.cpp | ||
imstb_rectpack.h | ||
imstb_textedit.h | ||
imstb_truetype.h |
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
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
Oops, something went wrong.