Go to file
Xenthera e23be1cd58 StateManager and States now have their own reference to Graphics instead of being passed into Draw(), Added image class and test images
Image class is just array of palette indices converted from the rgb data of any image by using euclidian distance between palette rgb and pixel rgb. Works well.
2024-05-22 16:09:19 -04:00
.github/workflows Create cmake-multi-platform.yml 2024-04-18 12:31:23 -04:00
dependencies Errors output to screen, python text function accepts all types now 2024-04-26 16:21:17 -04:00
python Editor State foundation 2024-05-13 14:39:52 -04:00
resources StateManager and States now have their own reference to Graphics instead of being passed into Draw(), Added image class and test images 2024-05-22 16:09:19 -04:00
src StateManager and States now have their own reference to Graphics instead of being passed into Draw(), Added image class and test images 2024-05-22 16:09:19 -04:00
.gitignore StateManager and States now have their own reference to Graphics instead of being passed into Draw(), Added image class and test images 2024-05-22 16:09:19 -04:00
.gitmodules pocketpy 2024-04-24 20:54:23 -04:00
architecture_draft.png Refactor, added state manager, abstract state, game state, implemented pipeline based on architecture drawing 2024-04-25 20:16:58 -04:00
architecture.excalidraw Refactor, added state manager, abstract state, game state, implemented pipeline based on architecture drawing 2024-04-25 20:16:58 -04:00
CMakeLists.txt StateManager and States now have their own reference to Graphics instead of being passed into Draw(), Added image class and test images 2024-05-22 16:09:19 -04:00
name_ideas.txt Set up pocketpy 2024-04-17 18:31:31 -07:00