teq.no.graf
2019년 2월 28일 목요일
mx linux korean input(fcitx) 18.1
MX Package Installer
Korean_Input_fcitx
remove fonts-baekmuk
텔레그램에서도 잘 됨.
(fcitx) 잘 됨
(ibus)하지만 띄워쓰기에 문제가 있음😕
ref: https://mxlinux.org/wiki/other/chinese-simplified-input
2019년 2월 3일 일요일
godot paint image on the fly
setup
onready
var
sprite
=
$BackgroundSceneRoot
/
Sprite
func
_ready
():
img
=
Image.
new
()
img.
create
(Globals.
WIDTH
, Globals.
HEIGHT
,
false
, Image.
FORMAT_RGB8
)
tex
=
ImageTexture.
new
()
tex.
create_from_image
(img,
0
)
sprite.
texture
=
tex
update
img.
lock
()
img.
set_pixel
(x, y,
Color
(r, g, b))
img.
unlock
()
sprite.
texture
.
set_data
(img)
최근 게시물
이전 게시물
홈
피드 구독하기:
글 (Atom)
void vscode/firefox open dialog not working
install nautilus
niri + noctalia-shell + void
install niri emptty ghostty git ImageMagick xdg-desktop-portal brightnessctl curl cliphist cava wlsunset evolution-data-server install void-...
godot engine review 2018
pro 많은 GUI 부품들 멀티플랫폼 con script 검색!!!. (전체 script검색이 귀찮음) vscode debug plugin이 업데이트 되면 좋을까? 분리.(include?기능 지원...) 문서화. GUI에서 선택할 수 있...
How to make your own amazfit verge lite/GTS/GTR WF
Requirements PC text editor vscode, notepad++, sublime text, atom, whatever... image editor gimp, MS paint, photoshop, ... too...