-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
312 lines (281 loc) · 15 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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
<!doctype html>
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ArmorPaint | 3D PBR Texture Painting</title>
<meta name="description" content="ArmorPaint is a software designed for physically-based texture painting.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://armorpaint.org/">
<meta property="og:title" content="ArmorPaint | 3D PBR Texture Painting">
<meta property="og:description" content="ArmorPaint is a software designed for physically-based texture painting.">
<meta property="og:image" content="https://armorpaint.org/img/x.jpg">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://armorpaint.org/">
<meta property="twitter:title" content="ArmorPaint | 3D PBR Texture Painting">
<meta property="twitter:description" content="ArmorPaint is a software designed for physically-based texture painting.">
<meta property="twitter:image" content="https://armorpaint.org/img/x.jpg">
<link href="css/bootstrap.min.css" rel="stylesheet">
<style>
[data-bs-theme=dark] {
--bs-body-bg: #1e2226;
--bs-body-bg-rgb: 30,34,38;
--bs-secondary-bg: #272c31;
--bs-secondary-bg-rgb: 39,44,49;
--bs-tertiary-bg: #272c31;
--bs-tertiary-bg-rgb: 39,44,49;
}
.bg-dark {
background-color: #1e2226 !important;
/* background-color: #171b1f !important;*/
}
.btn-primary {
background-color: #cc334d !important;
border-color: #cc334d !important;
}
header {
position: relative;
background-color: black;
overflow: hidden;
height: 58vh;
display: block;
}
header video {
position: absolute;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
transform: translateX(-50%) translateY(-50%);
object-fit: cover;
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container-fluid">
<a href="https://armorpaint.org/"><img src="img/Logo.png" style="width: 50px;" class="rounded" /></a>
<ul class="navbar-nav">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle fw-semibold" href="#" data-bs-toggle="dropdown" aria-expanded="false">ARMORPAINT</a>
<ul class="dropdown-menu rounded-3 shadow">
<li><a class="dropdown-item rounded-2" href="https://armorlab.org/"><img src="img/lab.png" style="width: 25px;" class="rounded" /> ARMORLAB</a></li>
</ul>
</li>
</ul>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#mynavbar" aria-expanded="false" aria-label="Toggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="mynavbar">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="https://armorpaint.org">HOME</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://armorpaint.org/news">NEWS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://armorpaint.org/manual">MANUAL</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://armorpaint.org/howto">HOW TO</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://armorpaint.org/community">COMMUNITY</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://armorpaint.org/cloud">CLOUD</a>
</li>
<li>
<a href="https://armorpaint.org/download"><button type="button" class="btn btn-primary px-4 me-sm-3">DOWNLOAD</button></a>
</li>
</ul>
</div>
</div>
</nav>
<main>
<header>
<video playsinline='' autoplay='' muted='' loop=''>
<source src="img/cover.mp4" type="video/mp4" />
</video>
<div class="position-relative p-5 mx-auto mx-md-5 my-5">
<div class="p-5 mx-auto mx-md-5 my-5 bg-body-secondary rounded-3" style="--bs-bg-opacity: 0.6; width: 440px;">
<h1 class="display-5 pb-3">Texture Your<br>3D Models<br>in <span class="text-body-emphasis">ArmorPaint</span>.</h1>
<a href="https://armorpaint.org/download"><button type="button" class="btn btn-primary px-4 me-sm-3">v<span id="spanversionhead">...</span></button></a>
</div>
</div>
</header>
<script type="text/javascript">
var req = new XMLHttpRequest();
req.onreadystatechange = function() {
if (req.readyState == XMLHttpRequest.DONE) {
if (req.status == 200) {
var data = JSON.parse(req.responseText);
spanversionhead.innerHTML = "" + data.version_name + "";
}
}
};
req.open("GET", "https://server.armorpaint.org/armorpaint.html", true);
req.send();
</script>
<!------------------------------------->
<div class="container col-xxl-9 py-5">
<div class="row flex-lg-row-reverse align-items-center g-sm-5 py-5">
<div class="col-lg-6 bg-body-tertiary rounded pt-3">
<h1 class="display-5 text-body-emphasis lh-1 mb-3">3D Painting Software</h1>
<p class="lead">ArmorPaint is a stand-alone software designed for physically-based texture painting. Drag & drop your 3D models and start painting. Receive instant visual feedback in the viewport as you paint.</p>
</div>
<div class="col-lg-6">
<img src="img/x.jpg" class="d-block mx-lg-auto img-fluid rounded" width="700" height="500" loading="lazy">
</div>
</div>
</div>
<!------------------------------------->
<div class="container col-xxl-9 py-5">
<div class="row flex-lg-row-reverse align-items-center g-sm-5 py-5">
<div class="col-lg-6">
<img src="img/2.jpg" class="d-block mx-lg-auto img-fluid rounded" width="700" height="500" loading="lazy">
</div>
<div class="col-lg-6 bg-body-tertiary rounded pt-3">
<h1 class="display-5 text-body-emphasis lh-1 mb-3">Node Based</h1>
<p class="lead">Work fast with the convenience of nodes. Paint with fully procedural materials. Build fill layers with material nodes. Use brush nodes to create patterns and procedural brushes.</p>
</div>
</div>
</div>
<!------------------------------------->
<div class="container col-xxl-9 py-5">
<div class="row flex-lg-row-reverse align-items-center g-sm-5 py-5">
<div class="col-lg-6 bg-body-tertiary rounded pt-3">
<h1 class="display-5 text-body-emphasis lh-1 mb-3">GPU Accelerated</h1>
<p class="lead">ArmorPaint is designed from scratch to run completely on the GPU. This results in a smooth 4K painting experience on a medium-power integrated hardware. Up to 16K texture painting is seamless using a high-end graphics card.</p>
</div>
<div class="col-lg-6">
<div class="d-block mx-lg-auto img-fluid rounded" loading="lazy">
<iframe class="rounded" width="700" height="300" style="width: 100%; padding: 0" src="https://youtube.com/embed/y2slMWkVkOE" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
<!------------------------------------->
<div class="container col-xxl-9 py-5">
<div class="row flex-lg-row-reverse align-items-center g-sm-5 py-5">
<div class="col-lg-6">
<img src="img/rtbot.jpg" class="d-block mx-lg-auto img-fluid rounded" width="700" height="500" loading="lazy">
</div>
<div class="col-lg-6 bg-body-tertiary rounded pt-3">
<h1 class="display-5 text-body-emphasis lh-1 mb-3">Ray Tracing</h1>
<p class="lead">Ray-traced baking, painting effects and viewport rendering features running on Direct3D12, Vulkan and Metal are ready for testing. ArmorPaint is powered by an in-house 3D rendering engine to achieve the best painting experience.</p>
</div>
</div>
</div>
<!------------------------------------->
<div class="container col-xxl-9 py-5">
<div class="row flex-lg-row-reverse align-items-center g-sm-5 py-5">
<div class="col-lg-6 bg-body-tertiary rounded pt-3">
<h1 class="display-5 text-body-emphasis lh-1 mb-3">Live Link</h1>
<p class="lead">Integrate ArmorPaint into existing 3D software using the live-link plugins. Blender, Unreal Engine and Unity plugin previews are available for download.</p>
</div>
<div class="col-lg-6">
<img src="img/ue4.jpg" class="d-block mx-lg-auto img-fluid rounded" width="700" height="500" loading="lazy">
</div>
</div>
</div>
<!------------------------------------->
<div class="container col-xxl-9 py-5">
<div class="row flex-lg-row-reverse align-items-center g-sm-5 py-5">
<div class="col-lg-6">
<img src="img/bake.jpg" class="d-block mx-lg-auto img-fluid rounded" width="700" height="500" loading="lazy">
</div>
<div class="col-lg-6 bg-body-tertiary rounded pt-3">
<h1 class="display-5 text-body-emphasis lh-1 mb-3">Baking</h1>
<p class="lead">Bake texture maps for high-poly models instantly on your GPU. Experimental ray-tracing builds featuring hardware accelerated ray-traced baking with Direct3D12, Vulkan and Metal are available for download.</p>
</div>
</div>
</div>
<!------------------------------------->
<div class="container col-xxl-9 py-5">
<div class="row flex-lg-row-reverse align-items-center g-sm-5 py-5">
<div class="col-lg-6 bg-body-tertiary rounded pt-3">
<h1 class="display-5 text-body-emphasis lh-1 mb-3">Path Traced Viewport</h1>
<p class="lead">Paint models in a viewport with true light simulation. Experimental ray-tracing builds featuring path-traced viewport rendering with Direct3D12, Vulkan and Metal are available for download.</p>
</div>
<div class="col-lg-6">
<div class="d-block mx-lg-auto img-fluid rounded" loading="lazy">
<iframe class="rounded" width="700" height="300" style="width: 100%; padding: 0" src="https://youtube.com/embed/uQb-LOJdYrE" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
<!------------------------------------->
<div class="container col-xxl-9 py-5">
<div class="row flex-lg-row-reverse align-items-center g-sm-5 py-5">
<div class="col-lg-6">
<img src="img/plugin.jpg" class="d-block mx-lg-auto img-fluid rounded" width="700" height="500" loading="lazy">
</div>
<div class="col-lg-6 bg-body-tertiary rounded pt-3">
<h1 class="display-5 text-body-emphasis lh-1 mb-3">Plugins</h1>
<p class="lead">Enhance any part of the software through plugins with super powers. Integrate new node systems or build custom material nodes.</p>
</div>
</div>
</div>
<!------------------------------------->
<div class="px-4 pt-5 my-5 text-center bg-body-tertiary">
<h1 class="display-4 fw-bold text-body-emphasis">Runs Everywhere</h1>
<div class="col-lg-6 mx-auto">
<p class="lead mb-4">ArmorPaint runs on <b>Windows</b>, <b>Linux</b>, <b>macOS</b>, <b>iOS</b> and <b>Android</b>. On desktop, ArmorPaint is a portable application with no installation, near-instant start up and download size of less than 10MB.</p>
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center mb-5">
<a href="https://armorpaint.org/download"><button type="button" class="btn btn-primary btn-lg px-4 me-sm-3">Download</button></a>
</div>
</div>
<div class="overflow-hidden" style="max-height: 40vh;">
<div class="container px-5">
<img src="img/platforms.png" class="img-fluid rounded-3 mb-4" width="700" height="500" loading="lazy">
</div>
</div>
</div>
<!------------------------------------->
<footer class="container py-5">
<div class="row">
<div class="col-12 col-md pb-4">
<a href="https://armory3d.org/"><img class='col-3 col-md-6 img-fluid rounded' src="img/armory.png"/></a>
</div>
<div class="col-6 col-md">
<h5>Projects</h5>
<ul class="list-unstyled text-small">
<li><a class="link-secondary text-decoration-none" href="https://armorpaint.org/">ArmorPaint</a></li>
<li><a class="link-secondary text-decoration-none" href="https://armorlab.org/">ArmorLab</a></li>
<li><a class="link-secondary text-decoration-none" href="https://armory3d.org/">Armory3D</a></li>
</ul>
</div>
<div class="col-6 col-md">
<h5>Social</h5>
<ul class="list-unstyled text-small">
<li><a class="link-secondary text-decoration-none" href="https://youtube.com/c/armory3d">YouTube</a></li>
<li><a class="link-secondary text-decoration-none" href="https://artstation.com/armory">ArtStation</a></li>
<li><a class="link-secondary text-decoration-none" href="https://x.com/armory3d">X</a></li>
</ul>
</div>
<div class="col-6 col-md">
<h5>Links</h5>
<ul class="list-unstyled text-small">
<li><a class="link-secondary text-decoration-none" href="https://github.com/armory3d/armortools">GitHub</a></li>
<li><a class="link-secondary text-decoration-none" href="https://github.com/armory3d/armortools/issues">Tracker</a></li>
<li><a class="link-secondary text-decoration-none" href="https://armorpaint.org/notes">Release Notes</a></li>
</ul>
</div>
<div class="col-6 col-md">
<h5>About</h5>
<ul class="list-unstyled text-small">
<li><a class="link-secondary text-decoration-none" href="https://armorpaint.org/community">Contact</a></li>
<li><a class="link-secondary text-decoration-none" href="https://armorpaint.org/privacy">Privacy</a></li>
<li><a class="link-secondary text-decoration-none" href="https://github.com/armory3d/armortools/blob/main/license.md">License</a></li>
</ul>
</div>
</div>
</footer>
</main>
<script src="css/bootstrap.bundle.min.js"></script>
</body>
</html>