All There Is To Know About Godot's Scenes and Nodes
Get our best free Godot tutorials and resources: https://gdquest.com/get-started
In this video, we take a deeper dive into nodes and scenes. You'll also get to create your first Godot scene. In the next part, you'll learn about instancing, another fundamental concept you must understand to build games in Godot (and any other engine).
Getting started with Godot in 2021 series: https://www.gdquest.com/tutorial/godot/learning-paths/getting-started-in-2021/
---
📚 THE LINKS
Our Godot courses: https://gdquest.mavenseed.com/
---
💌 JOIN US
Come chat on Discord: https://discord.gg/87NNb3Z
Follow us on Twitter: https://twitter.com/nathangdquest
---
📝 CC-BY LICENSE
This video is licensed under the CC-By 4.0 license: https://creativecommons.org/licenses/by/4.0/
You can attribute it to "CC-By 4.0 - GDQuest and contributors - https://www.gdquest.com/"
Godot's Two Vital Yet Underused Learning Tools
Get our best free Godot tutorials and resources: https://gdquest.com/get-started
Too often, you get stuck with errors you don't understand, wonder what to do next, and ask people for help only to get ignored. It's frustrating!
This lesson gives you two tools to get over that: the class reference, and the method to make an excellent help request that'll maximize your chances of getting answers.
Getting started with Godot in 2021 series: https://www.gdquest.com/tutorial/godot/learning-paths/getting-started-in-2021/
---
📚 THE LINKS
Our Godot courses: https://gdquest.mavenseed.com/
---
💌 JOIN US
Come chat on Discord: https://discord.gg/87NNb3Z
Follow us on Twitter: https://twitter.com/nathangdquest
---
📝 CC-BY LICENSE
This video is licensed under the CC-By 4.0 license: https://creativecommons.org/licenses/by/4.0/
You can attribute it to "CC-By 4.0 - GDQuest and contributors - https://www.gdquest.com/"
First Look at Godot's Editor Interface, in 5 Minutes
Get our best free Godot tutorials and resources: https://gdquest.com/get-started
Following our introduction to Godot's 4 building blocks, in this video, you'll get a first look at the Godot editor, learn what's where, what's most important, so you have a much easier time when we start working hands-on, later on.
Getting started with Godot in 2021 series: https://www.gdquest.com/tutorial/godot/learning-paths/getting-started-in-2021/
---
📚 THE LINKS
Our Godot courses: https://gdquest.mavenseed.com/
---
💌 JOIN US
Come chat on Discord: https://discord.gg/87NNb3Z
Follow us on Twitter: https://twitter.com/nathangdquest
---
📝 CC-BY LICENSE
This video is licensed under the CC-By 4.0 license: https://creativecommons.org/licenses/by/4.0/
You can attribute it to "CC-By 4.0 - GDQuest and contributors - https://www.gdquest.com/"
The 4 Essential Building Blocks of Every Godot Game
Get our best free Godot tutorials and resources: https://gdquest.com/get-started
In this lesson, you'll learn the 4 building blocks you'll use in *every* Godot project. They're the most fundamental components of Godot games, so you must understand them to use the engine.
In this video, you'll get an intro to each of them and how they relate to one another. You'll get to put each of them in practice later in this series.
Getting started with Godot in 2021 series: https://www.gdquest.com/tutorial/godot/learning-paths/getting-started-in-2021/
---
📚 THE LINKS
Our Godot courses: https://gdquest.mavenseed.com/
---
💌 JOIN US
Come chat on Discord: https://discord.gg/87NNb3Z
Follow us on Twitter: https://twitter.com/nathangdquest
---
📝 CC-BY LICENSE
This video is licensed under the CC-By 4.0 license: https://creativecommons.org/licenses/by/4.0/
You can attribute it to "CC-By 4.0 - GDQuest and contributors - https://www.gdquest.com/"
Getting Started with the Godot Game Engine in 2021
Get our best free Godot tutorials and resources: https://gdquest.com/get-started
You want to become a game developer but don't know where to start? This series will get you started with Godot, the free and open-source 2D and 3D game engine.
Getting started with Godot in 2021 series: https://www.gdquest.com/tutorial/godot/learning-paths/getting-started-in-2021/
---
📚 THE LINKS
Godot explained in 5 minutes: https://youtu.be/KjX5llYZ5eQ
Intro to GDScript for Programming Beginners: https://youtu.be/UcdwP1Q2UlU
Make your first 2D game with Godot: https://gdquest.com/tutorial/godot/2d/your-first-game/
Harvard CS50 programming course: https://cs50.harvard.edu/x/2021/
Automate the boring stuff with Python: https://automatetheboringstuff.com/
Our Godot courses: https://gdquest.mavenseed.com/
---
💌 JOIN US
Come chat on Discord: https://discord.gg/87NNb3Z
Follow us on Twitter: https://twitter.com/nathangdquest
---
📝 CC-BY LICENSE
This video is licensed under the CC-By 4.0 license: https://creativecommons.org/licenses/by/4.0/
You can attribute it to "CC-By 4.0 - GDQuest and contributors - https://www.gdquest.com/"
SQLite DB 관리 툴 - DB Browser for SQLite
DB Browser for SQLite SQLite DB를 관리할 수 있는 GUI 환경의 툴이다. 1. SQLite 브라우저 프로그램 다운로드 https://sqlitebrowser.org 에 접속하여 운영체제에 맞는 DB 브라우저를 다운로드하여 설치한다. DB Browser for SQLite - .zip (no installer) for 64-bit W
SQLite 설치 및 사용법
SQLite 설치 Widow에 SQLite 설치 SQLite 홈페이지(https://www.sqlite.org/download.html) 에서 SQLite를 다운로드 한다. 자신의 PC에 맞는 버전을 다운로드하고 설치한다. 본 문서에서는 sqlite-tools-win32-x86 Binary 버전을 다운로드하여 설치한다. 본 문서에서는 D:\sqlite 디렉
SQLite 란
What is SQLite SQLite는 관계형 데이터베이스 관리 시스템을 제공하는 소프트웨어 라이브러리입니다. SQLite의 라이트는 설정, 데이터베이스 관리 및 리소스 측면에서 가볍습니다. SQLite에는 다음과 같은 기능이 있습니다. 서버리스, 독립실행형, Zero-configuration, 트랜잭션 처리 Serverless 일반적으로 MySQL, P
Logstash – 실시간 데이터 수집 파이프라인
지난 포스트에서는 온라인 서비스에 기본 바탕이 되는 elasticsearch 에 대해서 알아보았는데요, 이번에는 실시간으로 수집된 데이터를 확인할 수 있게 해주는 파이프 라인 도구 “Logstash”에 대해 알아보겠습니다. 먼저 시작하기 전, 오픈소스로 사용되어져 있는 ELK에 대해 아래와 같이 정리해보도록 하겠습니다. ELK 정의 ELK는 Elast
Power BI, 깔끔한 리포트 작성하기
feat. Power BI 리포트 기본 | 안녕하세요, 브래드입니다. 오늘은 Power BI를 활용하여 보고서 항목을 깔끔하게 활용하는 방법을 함께 공부해 볼게요. 테마 바꾸기 작성한 리포트의 테마를 바꾸려 한다면 보기 탭을 활용할 수 있습니다. Power BI에서 제공하는 다양한 기본 테마를 사용할 수 있으며, 이외에도 현재 테마 사용자 지정을 클릭
Power BI, 데이터 보여주세요
feat. Report View: 시각화 차트 알아보기(1) | 안녕하세요, 브래드입니다. 오늘은 Power BI 내에서 3개의 View 중 하나인 Report View에서 여러 종류의 차트로 시각화하는 방법을 함께 공부해 볼게요. 카드/계기 카드는 목표로 하는 중요한 값 혹은 보고서를 통해 보여주고자 하는 값을 강조하고자 할 때 사용할 수 있습니다.
Power BI, 데이터 요리하기(2)
feat. Power Query Editor | 안녕하세요, 브래드입니다. 오늘은 지난번 시간에 이어서, Power BI의 Power Query Editor 기능을 활용하여 데이터를 다뤄보는 시간을 함께 가져볼게요. Power Query Editor: 데이터 통합 Power Query Editor에서 데이터 통합을 수행하기 위해선, 2개 이상의 데이터를
Power BI, 데이터 요리하기
feat. Power Query Editor | 안녕하세요, 브래드입니다. 오늘은 Power BI 내에서 Power Query Editor를 활용하여 데이터 정제 작업을 함께 공부해 볼게요. Power Query Editor Power Query Editor는 홈 리본메뉴에서 데이터 변환을 클릭하여 실행할 수 있습니다. 해당 기능을 활용하여 데이터 연
Power BI, 데이터 시각화를 종결하다
feat. Power BI 알아보기 | 안녕하세요, 브래드입니다. 데이터 분석뿐만 아니라, 날이 갈수록 분석된 데이터를 가지고 시각화하는 역량이 중요시되고 있어요. 이에, 오늘은 강력한 데이터 시각화 툴 중에 하나인 Power BI에 대해 함께 알아보아요. Power BI: 기본 구성 Power BI는 크게 Report View, Data View,
파이썬과 함께하는 데이터 시각화(2)
feat. matplotlib 활용하여 다양한 그래프 유형 나타내기 | 안녕하세요, 브래드입니다. 오늘은 파이썬과 함께하는 데이터 시각화 두 번째 시간으로 기본적인 선 그래프 이외에 다양한 그래프로 데이터를 시각화해보는 작업을 함께 공부해보아요. 바(bar) 차트 바(bar) 차트는 가로 혹은 세로 형태로 데이터를 나타낼 수 있습니다. 기본적인 사용법
파이썬과 함께하는 데이터 시각화
feat. matplotlib 알아보기 | 안녕하세요, 브래드입니다. 오늘은 파이썬과 함께하는 데이터 시각화 첫 시간으로 시각화 라이브러리 중 하나인 matplotlib에 대해 함께 공부해보는 시간을 가져볼게요. matplotlib matplotlib은 chart 혹은 plot으로 시각화해주는 파이썬 기반 시각화 라이브러리입니다. 세세한 옵션이 존재하