ObjToSchematic/README.md

36 lines
870 B
Markdown
Raw Normal View History

2021-07-01 23:25:27 +08:00
# ObjToSchematic
A tool to convert .obj files into Minecraft Schematics
:warning: This repo is in development and is not ready for use. Contributions are welcome.
![Preview](/resources/preview.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
![MinecraftPreview](/resources/minecraft.png)
2021-07-01 23:25:27 +08:00
# Progress
2021-07-04 00:41:01 +08:00
0.1
* ✔️ **.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
0.2
* ✔️ **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-03 08:17:13 +08:00
* Building guides
2021-07-04 00:41:01 +08:00
* Slice viewer
2021-07-04 00:41:01 +08:00
# Usage
* 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`.