https://github.com/minebuilders/panoramabe
A collection of tools to help you take panoramic photos in Minecraft Bedrock Edition 🖼️
https://github.com/minebuilders/panoramabe
hugin minecraft-bedrock minecraft-bedrock-edition minecraft-bedrock-res panorama panotools powershell resourcepack tool
Last synced: 4 months ago
JSON representation
A collection of tools to help you take panoramic photos in Minecraft Bedrock Edition 🖼️
- Host: GitHub
- URL: https://github.com/minebuilders/panoramabe
- Owner: MineBuilders
- License: gpl-2.0
- Created: 2025-02-07T16:05:44.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-05-29T16:21:05.000Z (4 months ago)
- Last Synced: 2025-06-05T07:41:02.253Z (4 months ago)
- Topics: hugin, minecraft-bedrock, minecraft-bedrock-edition, minecraft-bedrock-res, panorama, panotools, powershell, resourcepack, tool
- Language: PowerShell
- Homepage:
- Size: 26.4 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PanoramaBE
> A collection of tools to help you take panoramic photos in Minecraft Bedrock Edition 🖼️
## 🛠️ Usage
To get started, simply copy and paste the following command into your PowerShell terminal:
```powershell
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/MineBuilders/PanoramaBE/main/scripts/panorama.ps1" -OutFile "$env:TEMP\panorama.ps1"; & "$env:TEMP\panorama.ps1" -Path $PWD.Path
```Alternatively, you can manually download everything from the [./scripts](scripts) directory and keep the files **together in the same directory**.
Once downloaded, just run the helper script [panorama.ps1](scripts/panorama.ps1):
```
____ ____ ______
/ __ \____ _____ ____ _________ _____ ___ ____ _/ __ )/ ____/
/ /_/ / __ `/ __ \/ __ \/ ___/ __ `/ __ `__ \/ __ `/ __ / __/
/ ____/ /_/ / / / / /_/ / / / /_/ / / / / / / /_/ / /_/ / /___
/_/ \__,_/_/ /_/\____/_/ \__,_/_/ /_/ /_/\__,_/_____/_____/
Cdm2883 - https://github.com/MineBuilders/PanoramaBEA collection of tools to help you take panoramic photos \
\ in Minecraft Bedrock Edition.1. Just shot & make directly (recommend).
2. Shot and process with Hugin.
Press the Number to start you journey (default: 1):
```## ❤️ Thanks
- [我的世界BE制作背景图教程 - provide the way to shot.](https://www.bilibili.com/video/BV1FS4y1D7uE/?vd_source=9a48570b32372638d931b7d779c9b7e6)
- [Hugin - an Open Source panorama stitcher and graphical user interface (GUI) for Panorama tools.](https://wiki.panotools.org/Hugin)
- [PanoTools - a collection of free tools for Panorama and 3D Object creation.](https://wiki.panotools.org/Panorama_tools)## 🎈 Copyright
```
A collection of tools to help you take panoramic photos in Minecraft Bedrock Edition
Copyright (C) 2025 Cdm2883This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
```