Spaces:
Runtime error
Runtime error
Commit
·
d8d1062
1
Parent(s):
8a5a151
docs: update readme
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Create 3D Icon
|
2 |
|
3 |
This is a small cli tool to generate 3D icons using Blender.
|
@@ -10,9 +19,9 @@ This is a small cli tool to generate 3D icons using Blender.
|
|
10 |
python create.py examples/LogosGithubIcon.svg
|
11 |
```
|
12 |
|
13 |
-
| from |
|
14 |
-
| :--------------------------------------------------: |
|
15 |
-
|  |  |  |  (CC0)
|
38 |
|
|
|
1 |
+
---
|
2 |
+
title: Create 3D Icon
|
3 |
+
emoji: 🎨
|
4 |
+
colorFrom: purple
|
5 |
+
colorTo: gray
|
6 |
+
sdk: docker
|
7 |
+
app_port: 7860
|
8 |
+
---
|
9 |
+
|
10 |
# Create 3D Icon
|
11 |
|
12 |
This is a small cli tool to generate 3D icons using Blender.
|
|
|
19 |
python create.py examples/LogosGithubIcon.svg
|
20 |
```
|
21 |
|
22 |
+
| from | to |
|
23 |
+
| :--------------------------------------------------: | :-----------------------------------------------------: |
|
24 |
+
|  |  |
|
25 |
|
26 |
---
|
27 |
|
|
|
29 |
python create.py --light-x 1 --light-strength 2 examples/LogosBlender.svg
|
30 |
```
|
31 |
|
32 |
+
| from | to |
|
33 |
+
| :--------------------------------------------: | :--------------------------------------------------: |
|
34 |
+
|  |  |
|
35 |
|
36 |
---
|
37 |
|
|
|
39 |
python create.py -r 0 -g 0.1 -b 0.3 -rx 5 -rz 5 -lx 1 -lz -1 -ls 100 --th 2 -d 0.6 examples/LogosGithub.svg
|
40 |
```
|
41 |
|
42 |
+
| from | to |
|
43 |
+
| :------------------------------------------: | :-------------------------------------------------: |
|
44 |
+
|  |  |
|
45 |
|
46 |
> Icons are from [SVG Logos](https://github.com/gilbarbara/logos) (CC0)
|
47 |
|