Skip to content
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.

Commit

Permalink
1.0 Version
Browse files Browse the repository at this point in the history
1.0 Version README.md
  • Loading branch information
rengetsu authored Jun 3, 2021
1 parent 6558b4c commit 679cd9e
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

GenWorld - a procedural generation toolkit for the "Unity" game engine. Allows you to procedurally generate content for a scene from voxels. Uses various algorithms and methods where you can change the frequency of appearance, size and color of voxel models.

## :notebook_with_decorative_cover: How to use
## :notebook_with_decorative_cover: More About

The [quick guide to GitHub for Unity](docs/using/quick-guide.md)

Expand All @@ -11,17 +11,27 @@ More [in-depth information](docs/readme.md)
## 🔌 Requirements

* Git
* Unity
* Unity (version 2020.3.3f1)

## :white_square_button: Standard set of voxels

Together with the project, a set of 16 standard voxels has already been added inside, which can later be replaced with your own. But now you can run all the methods and algorithms along with a standard set of voxels for debugging, testing, or to study how the tool works. Below is an image showing all 16 models and their names. All voxel models were created using "MagicaVoxel". https://ephtracy.github.io/

![Voxels](https://user-images.githubusercontent.com/33583122/119365740-e9f3b780-bcb8-11eb-9a27-08fc812a51fc.png)

## 📷 Screenshot
## :speech_balloon: How to interact

![GitHub Logo](https://i.ibb.co/KDWH2N5/Procedural.png)
The project uses various buttons for user interaction with scene generation.

* First press the button to select the algorithm;
* You can press "Classic Pseudo-Random Voxel Generation";
* You can press "Weight-Direction Voxel Generation";
* You can press "Wave Function Collapse Voxel Generation";
* You can press "Clear" button to clear the scene from voxels;

## 📷 GUI Screenshot

![GitHub Logo](https://i.ibb.co/PFCWS01/Gen-World-1-0.png)

## :bookmark_tabs: License

Expand Down

0 comments on commit 679cd9e

Please sign in to comment.