반응형

개발/Godot 5

[Godot][라이브러리 소개][AI] behavior tree AI for Godot Engine

# Godot Engine에서 사용할 수 있는 Behavior Tree 라이브러리 소개 - 게임을 만들 때 가장 중요한 요소 중 하나가 플레이어를 제외한 다른 오브젝트들의 행동에 대한 것입니다. 다양한 개발 방법이 있지만, Unreal Engine 등에서 채용하고 있는 행동트리 방식은 직관적이면서도 복잡도 있는 행동 패턴을 정의할 수 있어서 편리합니다. Godot에서는 이런 기능을 직접적으로 제공하고 있지 않기 때문에 직접 구현할 경우 자유도는 높지만, 개발에 시간이 많이 소요됩니다. 본 포스팅에서는 이런 경우에 도움이 될 수 있는 라이브러리를 소개하려고 합니다 # 깃헙페이지 GitHub - bitbrain/beehave: 🐝 behavior tree AI for Godot Engine 🐝 behavio..

개발/Godot 2023.05.02

[Godot][4.0][유용한 툴] Godot 유용한 링크 모음

# Godot 4.x 유용한 링크 모음 https://godot-engine.zeef.com/andre.antonio.schmitz - Godot 관련 자료 및 링크를 순위 별로 정리해둔 사이트. 공식 문서에도 링크가 포함되어 있으므로 한 번 방문해볼 가치가 있다. Godot Engine Godot is an advanced, feature packed, multi-platform 2D and 3D open source game engine. It provides a huge set of common tools, so you can just focus on making your game without reinventing the wheel. godot-engine.zeef.com https://githu..

개발/Godot 2023.03.23

[Godot][4.0] Useful Link - Asset Library

# 유용한 링크 모음 - Asset Library - Godot 개발에 유용한 Asset Library 입니다 계속 업데이트 예정이니 참고해주세요. (Godot4 용 자료입니다. 혹시 잘못된 내용이 있을 경우, 댓글 달아주시면 반영하겠습니다) Description LInk Godot Ver. Edit Resources as Spreadsheet 2.0 https://godotengine.org/asset-library/asset/147 Godot 4 3D Advanved Movement System https://godotengine.org/asset-library/asset/1107 Godot 4 Ultimate Touch Joypad https://godotengine.org/asset-library..

개발/Godot 2022.11.29

[Godot] Useful Links - Source Code

# 유용한 Godot 소스 코드 모음 - Godot 개발 과정에서 찾아낸 소스코드 모음입니다. 계속 업데이트 할 예정이니, 참고해 주세요 (사용가능한 엔진 버젼도 표시 예정) - GDScript로 구현된 오픈 소스 게임 클론들 Open Source Game Clones osgameclones.com - 크래프트 게임 개발에 참고가 될만한 예제 코드(GDQuest) GitHub - GDQuest/godot-2d-builder: A simulation game demo made in Godot and inspired by Factorio. A simulation game demo made in Godot and inspired by Factorio. - GitHub - GDQuest/godot-2d-buil..

개발/Godot 2022.11.29
반응형