목록단숨에시리즈 (2)
반업주부의 일상 배움사
불꽃을 좋아해요. (열정, PHP는 코드이그나이터) 간단한 플러터 게임 엔진이에요. 작년에 유사한 엔진인 SpriteWidget으로 간단한 테스트를 한 적도 있어요. Flame에 관심이 생긴건 꾸준히 업데이트를 하고 있다는거에요. 그냥 헬로 월드를 찍어보죠. 프로젝트 생성. $ flutter create FlameTest pubspec.yaml 에 flame과 random_color 추가. dependencies: flame: ^0.25.0 random_color: ^1.0.5 $ flutter pub get main.dart 코드. (화면을 탭할 때마다 색이 바껴요) import 'package:flame/util.dart'; import 'package:flutter/services.dart'; im..
저는 Mac을 써요. 다운로드하고 설치할께요. https://golang.org/dl/ Downloads - The Go Programming Language Downloads After downloading a binary release suitable for your system, please follow the installation instructions. If you are building from source, follow the source installation instructions. See the release history for more information about Go releases golang.org 콘솔에서 go 하니까 나오네요. 바탕화면에 main.go 파일을 만들었어요..