일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- portwell
- 청상추 삼겹살
- 비듬나물 무침
- youtube vanced설치
- ads.txt 가 무었인가요
- 포트웰
- 아듀이노 8
- Alien
- 사운드 효과
- 인텍스 매치
- godot
- 테슬라공장
- 사단장이 보고있다.
- index match
- 유튜브모바일광고차단앱
- 성안길 철당간
- 유튜브 밴스트 설치
- 최상위PC
- 밴스드설치방법
- 아무도 흔들 수 없는 나라
- 밴스드 설치
- 믄재인
- aa77
- 사단장이보고있다
- 본전통 철당간
- 아듀이노 프로
- 최고의PC
- 청주 철당간
- 예능에서 효과
- UFO
- Today
- Total
목록분류 전체보기 (82)
Dreams Come True Studio
Godot 3 이 나온다고 해서 이것 저것 만저 봤다. 인터페이스 2버젼에 비해 변한건 눈에 딱보이는것은 없다.하지만 여기저기 손본것이 많다. 앞으로 고닷고 libgdx 를 병행 해야 할듯하다.
나눔로또 번호 발생기광고도 없음장점 : 요즘 폰이 좋아 동작성이 좋음. 시원하게 번호 생서 타의 추종 불허. https://play.google.com/store/apps/details?id=gotopark.buster.luckygen
https://play.google.com/store/apps/details?id=gotopark.com.SAlottoSouth Africa 로또 습작
LIBGDX lunch with android and desktop 자체 제작
android studio 다음과 같은 에러 발생시 context connot resolve sysmbol 아래 한번 해볼만하다. Context context = this; 왜이게 아무 것도 없는 것이 될까. 구글아 이제 됐냐
sudo add-apt-repository ppa:obsproject/obs-studio sudo apt update sudo apt install obs-studioOBS Studio 설치 Main FeaturesMultiple Scenes to switch between seamlessly via custom transitionsFilters for video sourcesAudio mixer with filtersPowerful and easy to use configuration optionsStreamlined Settings panel for tweaking configurationsLive streaming support
LINUX Icon luncher for system & Android Studio 실행 아이크 클릭으로 쉽게 로그확인 하자. 안드로이드 스튜 디오 로그xfce4-terminal -H -x tail -f /home/USER/.AndroidStudio3.0/system/log/* 시스템 로그 uxterm -T 저널로그 -fg white -bg black -e "journalctl -f" uxterm -T 안드로이드로그 -fg white -bg black -e "tail -f /home/USER/.AndroidStudio3.0/system/log/*"
VisEditorLIBGDX UI 및 scene 배치 한다. 그래들 추가 visRuntimeVersion = '0.3.1' compile "com.kotcrab.vis:vis-runtime-gwt:$visRuntimeVersion" compile "com.kotcrab.vis:vis-runtime-gwt:$visRuntimeVersion:sources" compile "com.kotcrab.vis:vis-runtime:$visRuntimeVersion:sources"
libgdx 로그 출력실행 로그로 디버그시 필요 하다. Gdx.app.log("MyTag", "my informative message"); Gdx.app.error("MyTag", "my error message"); Gdx.app.debug("MyTag", "my error message"); 아드로드와 달리 run 쪽에 표시 된다., Log.d 는 안되는 듯하다. public class GoGame extends Game { public static String LOG = GoGame.class.getSimpleName(); @Override public void create() { // TODO Auto-generated method stub Gdx.app.log(GoGame.LOG, "게임이 생..