Rust Game Dev.(Rust, Rust_Bevy, Rust_Fyrox, Blender)
-
Rust_Bevy https://bevyengine.org/
-
Rust_Fyrox https://fyrox.rs/
-
Blender https://www.blender.org/
-
godot-rust https://godot-rust.github.io/book/index.html
Royalty-Free Video Games Music[🔝]
https://www.epidemicsound.com/
게임엔진 비교 굿[🔝]
내가 공부하려고 정리 중.[🔝]
- Rust_Game_Dev 모아보기
Rust 게임개발 기본 구성[🔝]
-
외국 사람의 Github 참고
-
Assets 파일 대략 구성
$ tree
.
├── audio
│ ├── music
│ │ └── menu_loop.mp3
│ └── sounds
│ ├── construct.ogg
│ ├── destruction_building.ogg
│ ├── destruction_unit.ogg
│ ├── laser.ogg
│ └── manufacture.ogg
├── fonts
│ └── Fira_Mono
│ ├── FiraMono-Medium.ttf
│ └── LICENSE
├── maps
│ ├── 8a9d5f0e522cc1aac64c45f0d4da353eccb410a00c04c84a23788e5ca5c01e2e.dem.tar
│ └── c653d17ba9a26c2d58c8a8723f37c881971207c330853764441a16df35ec7521.dem.tar
├── models
│ ├── attacker.glb
│ ├── base.glb
│ ├── pole.glb
│ ├── powerhub.glb
│ └── tree.glb
├── objects
│ ├── attacker.obj.json
│ ├── base.obj.json
│ ├── powerhub.obj.json
│ └── tree.obj.json
├── shaders
│ ├── bar.wgsl
│ ├── rally_point.wgsl
│ ├── terrain.wgsl
│ └── trail.wgsl
└── textures
├── skybox.png
└── terrain.png
11 directories, 25 files
무료블렌더 Blender (3D캐릭터 만들때 필요하다. )[🔝]
-
blender.org - Home of the Blender project - Free and Open 3D ... blender.org https://www.blender.org Blender is a public project hosted on blender.org, licensed as GNU GPL, owned by its contributors. For that reason Blender is Free and Open Source software, ... https://www.blender.org/
-
3D 왕초보 블렌더 #01 일단 한번 열어서 움직여 보자 | Blender 튜토리얼
-
블렌더 완전 기초 강의 3.3 LTS
-
R3F(React Three Fiber)를 이용한 3D 웹 개발 : 10. 3D 모델 / 애니메이션
-
블렌더로 직접 만드는 영상 I animated this in 18 days... in Blender
- https://youtu.be/tCTkkHGRpNk?si=O8qUVhc5qq2_CVkx
- The Best Way To Create Nature In 3D (진짜 잔디 같다. ㅎ)
- 도시 만드는 영상Creating The Last Of Us Environment In Blender 3.4
- 진정한 리얼 ㅎRealistic Environment With Blender 3D
- https://youtu.be/tCTkkHGRpNk?si=O8qUVhc5qq2_CVkx
Rust + Blender 로 게임 만드는 Demo영상[🔝]
- Making an FPS game with Bevy and Rust!
Blender최신 소식[🔝]
You can also get it on Steam. If you do, make sure to use Steam's betas feature to pick 4.2 (or any other version you want!) so you don't get accidentally upgraded to 4.3 or so on later.
- Showcase Reel: https://www.youtube.com/watch?v=jTVG5kdHRQQ
- Video Recap: https://www.youtube.com/watch?v=iwpBgtKilvw
- Release notes: https://developer.blender.org/docs/release_notes/4.2/
러스트 게임 개발자(240717기준) 최근까지 살아남은 몇 안되는 Rust Dev.존경스럽다.[🔝]
- Game dev in Rust - some notes on the mess
러스트 동시실행에서 무너진 개발자(거의 다 왔는데 바보...)[🔝]
- GN⁺: Rust로 게임 개발을 한 3년 후에 떠나며
- Rust에 익숙해지면 모든 문제가 사라질 것이라는 주장에 대해
- Rust에 익숙해져도 근본적인 문제는 사라지지 않음
- 게임은 복잡한 상태 머신이고 요구사항이 계속 바뀌기 때문에 Rust의 정적이고 과도하게 검사하는 특성과 맞지 않음
- 코드를 계속 리팩토링해야 하는 문제는 self-inflicted임
- ...