[godot 엔진] 오픈 소스 고도 프로젝트 모음 - 고도 배우기, Godot 

 

게임 개발이나 앱 개발이나 컴퓨팅 분야에서는 따라 하기 만큼 좋은 학습 방법이 없다. 체계적인 이해가 필요한 경우가 분명히 있지만, 초보자에게 일단 따라 하고 고쳐 가면서 눈에 보이는 결과물로 이해를 높이는 방법은 좋은 학습 방법임에 틀림없다. 앞으로 따라 하면서 활용하고 학습할 오픈 소스 고도 프로젝트들을 정리해 본다.

 

☞ 고도 데모 프로젝트 https://github.com/godotengine/godot-demo-projects

  고도에서 기본적으로 제공하고 있는 데모 프로젝트들.

>2D:bullet_shower, dodge_the_creeps, finite_state_machine, gd_paint, hdr, hexagonal_map, instancing, isometric, kinematic_character, light2d_as_mask, lights_and_shadows, navigation, navigation_astar, particles, physics_platformer, physics_tests, platformer, pong, role_playing_game, screen_space_shaders, skeleton, sprite_shaders, tween

>3D:global_illumination, ik, kinematic_character, material_testers, navmesh, physics_tests, platformer, truck_town, voxel, waypoints

>Audio:bpm_sync, device_changer, generator, mic_record, midi_piano, spectrum

>gui:control_gallery, drag_and_drop, input_mapping, regex, rich_text_bbcode, sdf_font, theming_override, translation

>networing:multiplayer_bomber, multiplayer_pong, webrtc_minimal, webrtc_signaling, websocket_chat, websocket_minimal, websocket_multiplayer

>viewport:2d_in_3d, 3d_in_2d, 3d_scaling, dynamic_split_screen, gui_in_3d, screen_capture

 

☞ 고도 절차적 생성(Godot Procedural Generation) https://github.com/GDQuest/godot-procedural-generation

  기본 자산과 알고리즘을 기반으로 가상의 오브젝트를 만드는 것으로 용량을 줄이고, 다양한 오브젝트를 새롭게 생성할 수 있다는 장점이 있다. RandomWalker, WorldMap, BasicDungeonGenerator, ModularWeapons, Infinite worlds 등의 데모를 제공한다.

 

☞ 고도 셰이더(Shader) https://github.com/GDQuest/godot-shaders

  단어 의미로 shade는 단순히 그늘이나 빛 가리개라는 의미이지만 컴퓨터 그래픽에서는 명암, 색조, 농담, 밝기 등의 효과를 처리하는 명령 그룹으로 이해할 수 있다. 여러 데모와 함께 여러 가지 2D, 3D, 스크린 셰이더를 무료로 사용할 수 있다.

 

☞ 고도 시각 효과(Godot Visual Effects) https://github.com/GDQuest/godot-visual-effects

  폭발, 레이저빔, 고스트 트레일, 번개, 충전 등의 효과를 데모와 함께 무료로 사용할 수 있다.

 

☞ 짧은 튜토리얼 모음 https://github.com/GDQuest/godot-mini-tuts-demos

  다양한 사례에 활용할 수 있는 데모를 포함한 튜토리얼들

 

☞ 비주얼 소설(Visual Novel) https://github.com/GDQuest/godot-2d-visual-novel

  그림과 대화창으로 이루어진 소설 구성 사례

 

☞ 2D 리듬 게임(Rhythm Game) https://github.com/GDQuest/godot-2d-rhythm

  3가지 기본 트랙 제공

 

☞ 시뮬레이션 및 건설 게임 https://github.com/GDQuest/godot-2d-builder

경축! 아무것도 안하여 에스천사게임즈가 새로운 모습으로 재오픈 하였습니다.
어린이용이며, 설치가 필요없는 브라우저 게임입니다.
https://s1004games.com

  자원을 찾아 기계를 만들고 파이프를 놓는 식으로 만드는 게임

 

☞ 2D JRPG 전투 게임 https://github.com/GDQuest/godot-2d-jrpg-combat

  다양한 고도의 기능을 맛볼 수 있는 데모

 

☞ 2D 전략 우주 전투(2D Tactical Space Combat) https://github.com/GDQuest/godot-2d-tactical-space-combat 

  실시간 전략 전투 게임

 

☞ 전략 RPG 보드 게임 https://github.com/GDQuest/godot-2d-tactical-rpg-movement

  초보 개발자용

 

☞ 블랙잭 카드 게임 https://bitbucket.org/reTTT/blackjack/src/master/

 

☞ 단어 퍼즐 게임 https://github.com/sxmad/kotobani

 

☞ 오픈 RPG https://github.com/GDQuest/godot-open-rpg

 

☞ 고델로 https://github.com/alfredbaudisch/Godello

  업무용 협업 도구인 트렐로를 고도 엔진으로 구현하려는 시도

 

 

 

위의 그림은 고도 데모 프로젝트를 받아서 3d>ik 프로젝트를 수행한 것이다. 마우스를 움직이면 마우스를 따라 로봇 팔이 움직인다.

 

 

출처: https://ibosuk.tistory.com/329 [아이보석:티스토리]

 

 

 

 

본 웹사이트는 광고를 포함하고 있습니다.
광고 클릭에서 발생하는 수익금은 모두 웹사이트 서버의 유지 및 관리, 그리고 기술 콘텐츠 향상을 위해 쓰여집니다.
번호 제목 글쓴이 날짜 조회 수
22 [unity, unity3d] 씬 뷰 조작법 | 유니티 졸리운_곰 2024.12.26 198
21 [Unity] 3D 씬(Scene) 뷰 조작법 file 졸리운_곰 2024.12.23 220
20 [Unity] 3D Unity 조작하기 file 졸리운_곰 2024.12.23 236
19 [Unity] [모바일, 2D] 유니티 기초2 - 씬 전환하기 file 졸리운_곰 2024.12.14 186
18 [Unity] How to Create a Metaverse dApp with Unity : Unity로 Metaverse dApp을 만드는 방법 file 졸리운_곰 2023.09.13 397
17 [Unity] [유니티 게임개발] [Unity] ML-Agents 설치 및 테스트해보기 file 졸리운_곰 2023.01.05 223
16 [Unity] [Unity2D] 유니티 2D기본과 애니메이션 file 졸리운_곰 2022.12.19 208
15 [Unity] Unity 3D Keyframe Animation 유니티 애니메이션 file 졸리운_곰 2022.12.19 182
14 [unity] 유니티 에셋스토어에서 구매한 에셋 불러오기 file 졸리운_곰 2022.12.04 327
13 Calling RESTful APIs in Unity3D file 졸리운_곰 2021.01.02 268
12 Unity C# – Coroutine 알아보기 file 졸리운_곰 2020.12.09 228
11 How to Make a Mini Minecraft Game file 졸리운_곰 2020.07.20 344
10 Coding your own blockchain with Unity3D file 졸리운_곰 2020.01.02 365
9 [Unity] ML-Agent 설치 및 실행 file 졸리운_곰 2019.08.15 621
8 유니티 머신러닝 에이전트 소개 file 졸리운_곰 2019.08.15 694
7 블록체인과 유니티3d : Coding your own blockchain with Unity3D file 졸리운_곰 2019.02.22 536
6 Reflection of Unity C# file 졸리운_곰 2017.06.25 628
5 [유니티 C# 기초 강의] 12. 델리게이트 file 졸리운_곰 2017.06.25 398
4 유니티에서 턴제 게임 구현하기 졸리운_곰 2017.05.09 4621
3 Unity3D 씬 뷰 file 졸리운_곰 2017.04.23 678
대표 김성준 주소 : 경기 용인 분당수지 U타워 등록번호 : 142-07-27414
통신판매업 신고 : 제2012-용인수지-0185호 출판업 신고 : 수지구청 제 123호 개인정보보호최고책임자 : 김성준 sjkim70@stechstar.com
대표전화 : 010-4589-2193 [fax] 02-6280-1294 COPYRIGHT(C) stechstar.com ALL RIGHTS RESERVED