19 lines
682 B
Markdown
19 lines
682 B
Markdown
# Blender game engine
|
|
|
|
- Home: https://www.blender.org/features/game-creation/, https://docs.blender.org/manual/en/2.79/game_engine/index.html
|
|
- Media: https://en.wikipedia.org/wiki/Blender_Game_Engine
|
|
- State: mature
|
|
- Download: https://www.blender.org/download/
|
|
- Keyword: framework, 3D
|
|
- Code repository: git://git.blender.org/blender.git (https://developer.blender.org/diffusion/)
|
|
- Code language: C++
|
|
- Code license: GPL-2.0
|
|
|
|
Included in Blender is a complete game engine, allowing you to create a fully featured 3d game right inside Blender.
|
|
Part of Blender.
|
|
|
|
## Building
|
|
|
|
- Build system: CMake
|
|
- Build instruction: https://wiki.blender.org/index.php/Dev:Doc/Building_Blender
|