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)
sddm change theme arch
/etc/sddm.conf.d/kde_settings.conf Current=maya
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...
archlabs install 2019
turn off secure boot security -> secure boot secure boot -> disabled reset to setup mode install archlabs install packages ...
godot-nim test on arch
https://pragmagic.github.io/godot-nim/master/index.html install nim, nimble install nake with nimble nimble install nake nake build (nim 코드 ...