-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
137 lines (120 loc) · 4.69 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Vengi Voxel Tools</title>
<link rel="icon" type="image/png" href="favicon.png" />
<style type="text/css">
body {
margin: 0;
background-color: #343434;
color: #fff;
line-height: 1.3;
}
table, th, td {
border: 1px solid #aaa;
border-collapse: collapse;
padding: 15px;
}
.header {
color: #ccc;
text-align: left;
padding-left: 20px;
font-family: "Arial Black", Gadget, sans-serif;
font-size: 60px;
margin-top: 0px;
}
.header-item {
font-size: 30px;
padding-left: 10px;
font-family: Arial, Helvetica, sans-serif;
}
.voxedit-item {
font-size: 24px;
padding-left: 10px;
font-family: Arial, Helvetica, sans-serif;
}
.link {
text-decoration: none;
color: #aaa;
}
.voxedit-link {
margin-top: 40px;
text-decoration: none;
color: #999;
cursor: pointer;
display: block;
}
.main {
width: 980px;
margin: 0 auto;
}
.spacer {
width: 1024px;
height: 1px;
display: block;
clear: both;
}
br {
display: block;
margin: 10px 0;
}
#images{
text-align:center;
margin:50px auto;
}
#images a {
margin:0px 20px;
display:inline-block;
}
</style>
<meta property="og:type" content="website" />
<meta property="og:title" content="Vengi Voxel Tools" />
<meta property="og:description" content="Voxel tools for artists and developers" />
<meta property="og:url" content="None" />
<meta property="og:image" content="https://raw.githubusercontent.com/wiki/vengi-voxel/vengi/images/voxedit-07_2024.png" />
<meta property="og:image:type" content="image/png" />
<meta name="keywords" content="voxel,voxelart,voxeleditor,magicavoxel,cubzh,qubicle,sandbox,minecraft,quake,starmade,cubeworld,goxel,aceofspades,binvox,cnc,gltf,animation" />
<meta name="viewport" content="width=device-width">
<meta name="description" content="Voxel tools for artists and developers">
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@MartinGerhardy" />
<meta name="twitter:title" content="Vengi Voxel Tools" />
<meta name="twitter:description" content="Voxel tools for artists and developers" />
<meta name="twitter:image" content="https://raw.githubusercontent.com/wiki/vengi-voxel/vengi/images/voxedit-07_2024.png" />
</head>
<body>
<div class="main">
<div class="header">
<span class="header-item"><a class="link" href="https://github.com/vengi-voxel/vengi">github</a></span>
<span class="header-item"><a class="link" href="https://mastodon.social/@mgerhardy">mastodon</a></span>
<span class="header-item"><a class="link" href="https://vengi-voxel.de/discord">discord</a></span>
</div>
<div>
<h1>Welcome to vengi</h1>
<br />
This is a collection of voxel tools. It includes a voxel editor with animation support
and loading/saving into a lot of voxel volume formats. There are other tools like e.g. a thumbnailer for
your filemanager and a command line tool to convert or modify between several voxel formats.
<br />
Find out more about the project at <a class="link" href="https://github.com/vengi-voxel/vengi">github</a>.
<br />
Join our <a class="link" href="https://vengi-voxel.de/discord">discord server</a> to get support or submit your feature requests or bugs.
<br />
<br />
<div id="images">
<a class="link" href="vengi-voxedit.html">
<img width=1024 src="https://raw.githubusercontent.com/wiki/vengi-voxel/vengi/images/voxedit-07_2024.png"/>
<br/>Start voxedit 0.0.30
</a>
<br />
<br />
<a class="link" href="0.0.35-2025-01-09/vengi-voxedit.html">
<img width=1024 src="https://raw.githubusercontent.com/wiki/vengi-voxel/vengi/images/voxedit-07_2024.png"/>
<br/>Start voxedit 0.0.35
</a>
</div>
</div>
</div>
</body>
</html>