2021-07-01 16:25:27 +01: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.
|
|
|
|
|
|
|
|

|
|
|
|
|
2021-07-04 17:04:56 +01:00
|
|
|

|
|
|
|
|
2021-07-06 16:05:29 +01:00
|
|
|

|
|
|
|
|
2021-07-06 23:22:21 +01:00
|
|
|

|
|
|
|
|
2021-07-01 16:25:27 +01:00
|
|
|
# Progress
|
2021-07-03 17:41:01 +01:00
|
|
|
0.1
|
|
|
|
* ✔️ **.json model loading**
|
|
|
|
* ✔️ **Model voxelisation**
|
|
|
|
* ✔️ **Optimised voxelisation & rendering overhaul**
|
2021-07-04 16:02:49 +01:00
|
|
|
* ✔️ **Basic .obj file loader UI**
|
2021-07-03 17:41:01 +01:00
|
|
|
|
|
|
|
0.2
|
2021-07-06 16:05:29 +01:00
|
|
|
* ✔️ **Greedy voxel meshing**
|
2021-07-06 23:22:21 +01:00
|
|
|
* ✔️ **Export to schematic**
|
2021-07-03 17:41:01 +01:00
|
|
|
|
|
|
|
0.3
|
2021-07-03 01:17:13 +01:00
|
|
|
* Building guides
|
2021-07-03 17:41:01 +01:00
|
|
|
* Slice viewer
|
|
|
|
|
2021-07-06 16:05:29 +01:00
|
|
|
|
2021-07-03 17:41:01 +01: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-03 17:44:01 +01:00
|
|
|
* Run `npm install`.
|
2021-07-03 17:41:01 +01:00
|
|
|
* Run `npm start`.
|