https://github.com/EngoEngine/ecs
system - 게임 로직
component - 데이터
entity - component의 묶음, id를 가짐
https://github.com/EngoEngine/ecs
system - 게임 로직
component - 데이터
entity - component의 묶음, id를 가짐
https://docs.monogame.net/articles/getting_started/1_setting_up_your_development_environment_ubuntu.html
deb [arch=amd64,arm64,armhf] https://packages.microsoft.com/ubuntu/20.10/prod groovy main
kernel 5.8.0 (ryzen apu support?)
https://drailing.net/2019/02/installing-ebiten-on-fedora/
Change the video output to XCB & it closes properly .
https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1876505
ffmpeg -vaapi_device /dev/dri/renderD128 -i input.mp4 -vf 'format=p010,hwupload' -c:v hevc_vaapi -b:v 5M -profile 2 output.mp4
https://wiki.archlinux.org/index.php/Hardware_video_acceleration#Verifying_VA-API
https://wiki.archlinux.org/index.php/Codecs_and_containers
https://trac.ffmpeg.org/wiki/Hardware/VAAPI
https://wiki.archlinux.org/index.php/Mouse_buttons
install xbindkeys
vi ~/.xbindkeysrc
xbindkeys
# too much echo
#"xvkbd -text "\[Return]""
# m:0x0 + b:11
"xte 'keydown Return' 'keyup Return'"
b:12
# b:11
install git fonts-firacode libwayland-bin for raylib libasound2-dev libx11-dev libxrandr-dev libxi-dev libgl1-mesa-dev libglu1-mesa-dev libx...