This file contains hidden or 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
import pyautogui, time, ctypes | |
# wapi vars | |
ES_CONTINUOUS = 0x80000000 | |
ES_SYSTEM_REQUIRED = 0x80000001 | |
KI_SCANCODE = 0x0008 | |
VK_SHIFT = 0x10 # shift key | |
INPUT_KEYBOARD = 1 | |
# stop crashes on screen edge |
This file contains hidden or 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
import pyautogui, time, ctypes | |
# wapi vars | |
ES_CONTINUOUS = 0x80000000 | |
ES_SYSTEM_REQUIRED = 0x80000001 | |
# stop crashes on screen edge | |
pyautogui.FAILSAFE = False | |
# init slight direction changer |
This file contains hidden or 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
#include <SDL2/SDL.h> | |
#include <SDL2/SDL_rect.h> | |
#include <SDL2/SDL_render.h> | |
#include <stdbool.h> | |
#include <stdint.h> | |
#include <stdio.h> | |
const uint8_t FB_WIDTH = 64; | |
const uint8_t FB_HEIGHT = 32; | |
const uint8_t SCALE = 20; |
This file contains hidden or 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
https://docs.google.com/document/d/1VQAoOt-Z8irkAsTiMazgo1ug2Y7FQ_54uV6rNDljzJU/edit?tab=t.xw2biv6upbt6 |
This file contains hidden or 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 is just Rose-Pine as an example... | |
These hacks are unfinished and some ui elements may look bad... | |
Also theming was never intended by flatpak devs so yeah | |
*/ | |
/* Import colors */ | |
@define-color accent_color #c4a7e7; |
This file contains hidden or 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
winget install --id=Hibbiki.Chromium -e |