ObjToSchematic/README.md

62 lines
2.0 KiB
Markdown
Raw Normal View History

2021-07-01 23:25:27 +08:00
# ObjToSchematic
2021-08-15 03:52:40 +08:00
A tool to convert .obj files into Minecraft Schematics.
2021-07-01 23:25:27 +08:00
2021-07-07 09:35:12 +08:00
:warning: This repo is in development and proper error handling is not currently my priority. Contributions are welcome.
2021-07-01 23:25:27 +08:00
![Preview](/resources/preview2.jpg)
2021-07-01 23:25:27 +08:00
2021-07-07 09:35:12 +08:00
![MinecraftPreview](/resources/minecraft.png)
2021-07-05 00:04:56 +08:00
![DebugPreview](/resources/debug_preview.png)
![MeshingPreview](/resources/greedy_meshing.png)
2021-07-07 06:22:21 +08:00
2021-07-01 23:25:27 +08:00
# Progress
2021-07-07 09:35:12 +08:00
[0.1](https://github.com/LucasDower/ObjToSchematic/releases/tag/v0.1-alpha)
2021-07-04 00:41:01 +08:00
* ✔️ **.json model loading**
* ✔️ **Model voxelisation**
* ✔️ **Optimised voxelisation & rendering overhaul**
2021-07-04 23:02:49 +08:00
* ✔️ **Basic .obj file loader UI**
2021-07-04 00:41:01 +08:00
2021-07-07 09:35:12 +08:00
[0.2](https://github.com/LucasDower/ObjToSchematic/releases/tag/v0.2-alpha)
* ✔️ **Greedy voxel meshing**
2021-07-07 06:22:21 +08:00
* ✔️ **Export to schematic**
2021-07-04 00:41:01 +08:00
0.3
2021-07-11 05:53:21 +08:00
* ✔️ **Faster voxel splitting**
2021-07-23 03:33:49 +08:00
* ✔️ **Ambient occlusion**
2021-08-15 03:52:40 +08:00
* ✔️ **Quality of life**
* ✔️ Model PSR, ✔️ voxel size preview ✔️ limit warnings
2021-08-15 03:52:40 +08:00
* ✔️ **.mtl support for block choice**
* ✔️ **Convert to TypeScript**
* ⌛ Block choice exported
2021-07-07 09:35:12 +08:00
0.4
2021-08-03 02:05:44 +08:00
* Block painting
2021-08-15 03:52:40 +08:00
* ⌛ Multithreading (see [web-workers](https://github.com/LucasDower/ObjToSchematic/tree/web-workers))
* Progress bar
0.5
* Export to .litematic
* Export to .mcstructure
2021-07-04 00:41:01 +08:00
2021-07-07 09:35:12 +08:00
0.5
2021-08-03 02:05:44 +08:00
* Node.js C++ addons
0.6
* Building guides
* Slice viewer
2021-07-07 09:35:12 +08:00
* .fbx support
2021-07-04 00:41:01 +08:00
# Usage
2021-07-07 09:35:12 +08:00
You can either download the [latest release](https://github.com/LucasDower/ObjToSchematic/releases) or build it yourself by following the instructions below.
2021-07-04 00:41:01 +08:00
* Download and install [Node.js](https://nodejs.org/en/).
* Execute `git clone https://github.com/LucasDower/ObjToSchematic.git` in your command line.
* Navigate to `/ObjToSchematic-main`.
2021-07-04 00:44:01 +08:00
* Run `npm install`.
2021-07-04 00:41:01 +08:00
* Run `npm start`.
2021-07-07 09:35:12 +08:00
2021-07-23 23:24:09 +08:00
# Disclaimer
2021-07-23 23:39:29 +08:00
This is an non-commercial **unofficial** tool that is neither approved, endorsed, associated, nor connected to Mojang Studios. Block textures used are from Minecraft and usage complies with the [Mojang Studios Brand And Assets Guidelines](https://account.mojang.com/terms#brand).