Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanming-hu authored Apr 29, 2022
1 parent ba0ece4 commit 881c5d9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

> Figure: result of `python3 example6.py`. Please replace the image above (`demo.jpg`) with yours, so that other people can immediately see your results :-)
We invite you to create your voxel artwork, by putting your code in `main.py`!
We invite you to create your voxel artwork, by putting your [Taichi](https://github.com/taichi-dev/taichi) code in `main.py`!

Rules:

+ You can only import two modules: `taichi` (`pip` installation guide below) and `scene.py` (in the repo).
+ The code in `main.py` cannot exceed 99 lines, and each line cannot exceed 120 characters.
+ The code in `main.py` cannot exceed 99 lines. Each line cannot exceed 120 characters.

The available APIs are:

Expand All @@ -24,6 +24,8 @@ The available APIs are:

Remember to call `scene.finish()` at last.

**Taichi lang documentation:** https://docs.taichi.graphics/

**Modifying files other than `main.py` is not allowed.**


Expand All @@ -41,7 +43,7 @@ Assume you have a Python 3 environment, simply run:
pip3 install -r requirements.txt
```

to install the dependendies of the voxel renderer.
to install the dependencies of the voxel renderer.

## Quickstart

Expand Down

0 comments on commit 881c5d9

Please sign in to comment.