- 장점
- hot reload
- 언어 지원
- 단점
불완전한 데스크탑 지원안드로이드 에뮬 띄워야 함느림, 과도한 CPU 사용dev 채널https://medium.com/flutter/announcing-flutter-linux-alpha-with-canonical-19eb824590a9https://flutter.dev/desktop- 개발툴 크기
- flutter ~600MiB
- android studio ~900MiB
- procedural texture generation 불가?
- https://itnext.io/procedural-textures-with-flutter-efcf546cd1fc
- https://api.flutter.dev/flutter/dart-ui/decodeImageFromPixels.html
- 귀찮음
- https://pub.dev/packages/bitmap <-?
- flame
audioplayers 플러그인 데스크탑 지원 불가?https://github.com/alexmercerind/flutter_audio_desktop- 1.2.0 에서 가능
- broken?
2020년 5월 30일 토요일
flutter (flame) review 2020
haxeflixel review 2021
- 장점
- vscode에서 언어지원
- 문서화
- code 만으로 다 할 수 있음
- 강타입
- 컴파일 만으로 제법 많은 에러를 찾아 냄.
- 단점
- asynchronous programming 불가?
- 라이브러리서 지원하려고 하지만 문서화, 안정화가 불안함
- 느린 실행시간
- 빌드 시간:
- lime test linux 시 처음부터 빌드하나? (오래 걸림)
- vscode에서는 가끔 먹통됨
- 느린 속도(파일 읽기 + json파싱) - debug라서?(neko?)
- native 빌드는 괜찮음
- 문서화
- 일부 API에 설명없음
- 디버깅
- neko에서 디버깅 불가
- html5에서 디버깅 불가(?)
- openfl 버그 때문예?
- https://community.openfl.org/t/update-to-haxe-4-1-0-results-in-build-error/12472
- native debugging
- https://haxeflixel.com/documentation/visual-studio-code/
- install extension: hxcpp debugger
- status bar : Build+Debug / / Linux/Debug
- 되는 것도 있고 안되는 경우도 있음
- 가끔 vscode 먹통됨
- unable to build cache...
- vshaxe 플러그인 문제?
- flixel.ui나 flixel.addons.ui 이 다양하지 않음...haxeui?
- 예전 버전의 lime, openfl을 사용해야 함.
- 참고
- http://coinflipstudios.com/devblog/?page_id=32
- https://haxeflixel.com/documentation/getting-started/
- https://haxeflixel.com/documentation/cheat-sheet/
- https://haxe.org/manual/debugging-posinfos.html
2020년 1월 21일 화요일
godot engine review 2020
- 단점
- async 프로그래밍이 어렵다.
- funcref + call_deferred + emit_signal 으로 비슷하게 만들 수 있지만. 예외 처리가 가능할지 모르겠다.
- 씬 변화 추적이 어렵다
- tscn이 텍스트 파일이지만, 변화 내역을 git에서 추적하기 어렵다.
- C#
- 장점
- static typing
- 단점
- 불안정
- 문서 더 적음(gdscript보다!!!)
2019년 12월 26일 목요일
swaywm + i3status-rust
https://github.com/greshake/i3status-rust
pro:
quite pretty
con:
crash when click on volume or net module
cannot make idle inhibitor
install brightnessctl ttf-font-awesome-4
back to waybar with custom configurations ( https://github.com/Robinhuett/dotfiles/tree/master/.config/waybar )
pro:
quite pretty
con:
crash when click on volume or net module
cannot make idle inhibitor
install brightnessctl ttf-font-awesome-4
back to waybar with custom configurations ( https://github.com/Robinhuett/dotfiles/tree/master/.config/waybar )
2019년 12월 25일 수요일
command line wifi - nmcli
* show ap list
nmcli d wifi list
* connect ap
nmcli d wifi connect <AP> password <password>
nmcli d wifi list
* connect ap
nmcli d wifi connect <AP> password <password>
2019년 12월 23일 월요일
suspend resume log
journalctl -t systemd-sleep
https://unix.stackexchange.com/questions/437798/how-to-make-last-shows-also-suspend-resume-times
https://unix.stackexchange.com/questions/437798/how-to-make-last-shows-also-suspend-resume-times
2019년 12월 20일 금요일
gnome3 touchpad tap to click
https://wiki.archlinux.org/index.php/Touchpad_Synaptics
synclient TapButton1=1
synclient TapButton1=1
피드 구독하기:
글 (Atom)
void vscode/firefox open dialog not working
install nautilus
-
Requirements PC text editor vscode, notepad++, sublime text, atom, whatever... image editor gimp, MS paint, photoshop, ... too...
-
pro 많은 GUI 부품들 멀티플랫폼 con script 검색!!!. (전체 script검색이 귀찮음) vscode debug plugin이 업데이트 되면 좋을까? 분리.(include?기능 지원...) 문서화. GUI에서 선택할 수 있...
-
단점 async 프로그래밍이 어렵다. funcref + call_deferred + emit_signal 으로 비슷하게 만들 수 있지만. 예외 처리가 가능할지 모르겠다. 씬 변화 추적이 어렵다 tscn이 텍스트 파일이지만, 변화 내역을 git에서 추적...