-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
294 lines (278 loc) · 14.9 KB
/
Copy pathindex.html
File metadata and controls
294 lines (278 loc) · 14.9 KB
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
<!DOCTYPE html>
<html lang="en-US" data-theme="dark">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="google-site-verification" content="P2WkutHNyjf_pJ2zK8n0XdmGVwwaJBPMVEqMFEaD4Uw" />
<!-- SEO -->
<title>TrLynx | Texture Panel Building Tool for TRLE</title>
<meta name="description" content="Texture Panel Building tool for TRLE. Build texture panels with smooth & brick transitions, modifications, batch loading, and more." />
<meta property="og:title" content="TrLynx" />
<meta property="og:locale" content="en_US" />
<meta property="og:description" content="Texture Panel Building tool for TRLE" />
<link rel="canonical" href="https://johnnyjf10.github.io/TrLynx/" />
<meta property="og:url" content="https://johnnyjf10.github.io/TrLynx/" />
<meta property="og:site_name" content="TrLynx" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="TrLynx" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebSite","description":"Texture Panel Building tool for TRLE","headline":"TrLynx","name":"TrLynx","url":"https://johnnyjf10.github.io/TrLynx/"}</script>
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/TrLynx/assets/css/custom.css">
</head>
<body>
<!-- Top Navigation Bar -->
<header class="navbar">
<div class="navbar-inner">
<a href="#hero" class="navbar-brand">
<img src="pics/TrLynx_logo.png" alt="TrLynx" class="navbar-logo">
<span>TrLynx</span>
</a>
<nav class="navbar-links">
<a href="#features">Features</a>
<a href="#demos">Demos</a>
<a href="#docs">Docs</a>
<a href="#quickstart">Quick Start</a>
<a href="https://github.com/JohnnyJF10/TrLynx" target="_blank" rel="noopener" class="nav-github" aria-label="GitHub">
<svg width="20" height="20" viewBox="0 0 16 16" fill="currentColor"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"/></svg>
</a>
</nav>
<button class="theme-toggle" id="theme-toggle" aria-label="Toggle dark mode">
<svg class="icon-sun" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="5"/><line x1="12" y1="1" x2="12" y2="3"/><line x1="12" y1="21" x2="12" y2="23"/><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/><line x1="1" y1="12" x2="3" y2="12"/><line x1="21" y1="12" x2="23" y2="12"/><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/></svg>
<svg class="icon-moon" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg>
</button>
</div>
</header>
<!-- Hero Section -->
<section id="hero" class="hero">
<div class="hero-content">
<img src="pics/TrLynx_logo.png" alt="TrLynx Logo" class="hero-logo">
<h1>TrLynx</h1>
<p class="hero-subtitle">Texture Panel Building Tool for TRLE</p>
<p class="hero-description">
A modern re-creation of the classic TBuilder tool to build texture panels for TRLE with new features like batch loading, transitions making, on-the-fly non destructive image modifications and more.
Built in .NET with WPF (Windows) and Avalonia UI (cross-platform).
</p>
<p class="hero-description">
Formerly known as TgaBuilder.
</p>
<div class="hero-badges">
<img src="https://github.com/JohnnyJF10/TrLynx/actions/workflows/dotnet-release-combined.yml/badge.svg" alt="Build Status">
<img src="https://img.shields.io/github/downloads/JohnnyJF10/TrLynx/total.svg" alt="Downloads">
<img src="https://img.shields.io/github/license/JohnnyJF10/TrLynx" alt="License">
</div>
<div class="hero-actions">
<a href="https://github.com/JohnnyJF10/TrLynx/releases" class="btn btn-primary" target="_blank" rel="noopener">
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor"><path d="M2.75 14A1.75 1.75 0 011 12.25v-2.5a.75.75 0 011.5 0v2.5c0 .138.112.25.25.25h10.5a.25.25 0 00.25-.25v-2.5a.75.75 0 011.5 0v2.5A1.75 1.75 0 0113.25 14H2.75z"/><path d="M7.25 7.689V2a.75.75 0 011.5 0v5.689l1.97-1.969a.749.749 0 111.06 1.06l-3.25 3.25a.749.749 0 01-1.06 0L4.22 6.78a.749.749 0 111.06-1.06l1.97 1.969z"/></svg>
Download Latest
</a>
<a href="https://github.com/JohnnyJF10/TrLynx" class="btn btn-secondary" target="_blank" rel="noopener">
View on GitHub
</a>
</div>
</div>
<div class="hero-preview">
<video src="pics/Overview.mp4" autoplay loop muted playsinline></video>
</div>
</section>
<!-- Features Section -->
<section id="features" class="section">
<div class="container">
<h2 class="section-title">Features</h2>
<div class="features-grid">
<div class="feature-card">
<h3>Texture Panel Building</h3>
<p>Pan, zoom, and place textures with extended dimensioning — up to 128 pages height and 16 pages width.</p>
</div>
<div class="feature-card">
<h3>Undo / Redo</h3>
<p>Full undo/redo history for all operations.</p>
</div>
<div class="feature-card">
<h3>Batch Loader</h3>
<p>Create texture panels from multiple single texture files at once with automatic layout.</p>
</div>
<div class="feature-card">
<h3>Smooth Transitions</h3>
<p>Generate smooth transition tiles with configurable hardness, widening, shift, and pivot controls.</p>
</div>
<div class="feature-card">
<h3>Brick Transitions</h3>
<p>Advanced brick segmentation with 6 algorithms (Felzenszwalb, SLIC, Quickshift, Watershed, Brick Fit, Grid Fit).</p>
</div>
<div class="feature-card">
<h3>Modifications</h3>
<p>Non-destructive adjustments — brightness, contrast, hue, saturation, color overlay with OKLab blending.</p>
</div>
<div class="feature-card">
<h3>Multi-Format Support</h3>
<p>Better support for 128×128 or 256×256 px texture sets with imported texture repacking.</p>
</div>
<div class="feature-card">
<h3>Cross-Platform</h3>
<p>WPF for Windows (.NET 6/8) and Avalonia UI for Linux/macOS (preview).</p>
</div>
</div>
</div>
</section>
<!-- Demo Videos Section -->
<section id="demos" class="section section-alt">
<div class="container">
<h2 class="section-title">See It In Action</h2>
<p class="section-subtitle">A few demo videos...</p>
<!-- Video Carousel -->
<div class="carousel">
<!-- Main video stage -->
<div class="carousel-stage">
<video class="carousel-video" muted playsinline></video>
<div class="carousel-caption">
<h3 class="carousel-caption-title"></h3>
<p class="carousel-caption-text"></p>
</div>
</div>
<!-- Thumbnail selector panel -->
<div class="carousel-selector">
<button class="carousel-thumb active"
data-src="pics/Modifications.mp4"
data-title="Modifications Window"
data-desc="Apply non-destructive adjustments with real-time preview — brightness, contrast, hue rotation, saturation, color overlay and more.">
<span class="thumb-label">Modifications</span>
<span class="thumb-progress"></span>
</button>
<button class="carousel-thumb"
data-src="pics/Retrofier.mp4"
data-title="Texture Retrofier"
data-desc="Give textures a retro vibe with colour-space limiting, palette reduction, and dithering modes such as Checkerboard, Bayer 4×4, and Bayer 8×8.">
<span class="thumb-label">Retrofier</span>
<span class="thumb-progress"></span>
</button>
<button class="carousel-thumb"
data-src="pics/TransitionMode.mp4"
data-title="Transition Mode"
data-desc="Quickly switch the transition direction to generate the perfect transition tiles.">
<span class="thumb-label">Transition Mode</span>
<span class="thumb-progress"></span>
</button>
<button class="carousel-thumb"
data-src="pics/SmoothTransition.mp4"
data-title="Smooth Transition"
data-desc="Create smooth gradient transitions between textures with configurable hardness, widening, and shift.">
<span class="thumb-label">Smooth Transition</span>
<span class="thumb-progress"></span>
</button>
<button class="carousel-thumb"
data-src="pics/BrickTransitionAnalysis.mp4"
data-title="Brick Transition — Analysis"
data-desc="Analyze brick patterns using segmentation algorithms like Felzenszwalb, Watershed, BrickFit (shown) and others with configurable filters.">
<span class="thumb-label">Brick Analysis</span>
<span class="thumb-progress"></span>
</button>
<button class="carousel-thumb"
data-src="pics/BrickTransitionManual.mp4"
data-title="Brick Transition — Manual"
data-desc="Draw and erase brick regions manually for complete control over the transition result.">
<span class="thumb-label">Brick Manual</span>
<span class="thumb-progress"></span>
</button>
</div>
</div>
</div>
</section>
<!-- Documentation Section -->
<section id="docs" class="section">
<div class="container">
<h2 class="section-title">Documentation</h2>
<p class="section-subtitle">Please check the documentations section to learn more about TrLynx's features and usage.</p>
<div class="docs-grid">
<a href="https://github.com/JohnnyJF10/TrLynx/blob/master/docs/Installation.md" class="doc-card" target="_blank" rel="noopener">
<h3>Installation</h3>
<p>Download links, system requirements, and platform setup for Windows and Linux.</p>
</a>
<a href="https://github.com/JohnnyJF10/TrLynx/blob/master/docs/MainControls.md" class="doc-card" target="_blank" rel="noopener">
<h3>Main Controls</h3>
<p>All panels, tabs, mouse/keyboard controls, and keyboard shortcuts.</p>
</a>
<a href="https://github.com/JohnnyJF10/TrLynx/blob/master/docs/ModificationsAndTransition.md" class="doc-card" target="_blank" rel="noopener">
<h3>Modifications & Transitions</h3>
<p>Comprehensive guide to all modification parameters and transition algorithms.</p>
</a>
<a href="https://github.com/JohnnyJF10/TrLynx/blob/master/docs/ThirdPartyLicenses.md" class="doc-card" target="_blank" rel="noopener">
<h3>Third-Party Licenses</h3>
<p>Third-party library licenses and attributions.</p>
</a>
</div>
</div>
</section>
<!-- Quick Start Section -->
<section id="quickstart" class="section section-alt">
<div class="container">
<h2 class="section-title">Quick Start</h2>
<div class="quickstart-steps">
<div class="step">
<div class="step-number">1</div>
<div class="step-content">
<h3>Download</h3>
<p>Get the latest release from <a href="https://github.com/JohnnyJF10/TrLynx/releases" target="_blank" rel="noopener">GitHub Releases</a></p>
</div>
</div>
<div class="step">
<div class="step-number">2</div>
<div class="step-content">
<h3>Extract & Run</h3>
<p><code>TrLynx.exe</code> (Windows) or <code>TrLynxAvaloniaUi</code> (Linux)</p>
</div>
</div>
<div class="step">
<div class="step-number">3</div>
<div class="step-content">
<h3>Open Panels</h3>
<p>Source panel <kbd>Ctrl+E</kbd> and destination panel <kbd>Ctrl+D</kbd></p>
</div>
</div>
<div class="step">
<div class="step-number">4</div>
<div class="step-content">
<h3>Build & Save</h3>
<p>Pick tiles from source, place on destination, save with <kbd>Ctrl+S</kbd></p>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-brand">
<img src="pics/TrLynx_logo.png" alt="TrLynx" class="footer-logo">
<p>TrLynx — Texture Panel Building Tool for TRLE</p>
</div>
<div class="footer-links">
<h4>Links</h4>
<a href="https://github.com/JohnnyJF10/TrLynx/releases" target="_blank" rel="noopener">Releases</a>
<a href="https://github.com/JohnnyJF10/TrLynx/issues" target="_blank" rel="noopener">Issues</a>
<a href="https://github.com/JohnnyJF10/TrLynx" target="_blank" rel="noopener">Repository</a>
</div>
<div class="footer-links">
<h4>Documentation</h4>
<a href="https://github.com/JohnnyJF10/TrLynx/blob/master/docs/Installation.md" target="_blank" rel="noopener">Installation</a>
<a href="https://github.com/JohnnyJF10/TrLynx/blob/master/docs/MainControls.md" target="_blank" rel="noopener">Main Controls</a>
<a href="https://github.com/JohnnyJF10/TrLynx/blob/master/docs/ModificationsAndTransition.md" target="_blank" rel="noopener">Modifications</a>
</div>
</div>
<div class="footer-opensource">
<p>This homepage and the TrLynx project are fully <strong>open source</strong> under the <a href="https://github.com/JohnnyJF10/TrLynx/blob/master/LICENSE.txt" target="_blank" rel="noopener">MIT License</a>. Contributions, bug reports, and feature requests are welcome!</p>
</div>
<div class="footer-bottom">
<p>MIT License © Jonas Nebel</p>
</div>
</div>
</footer>
<script src="/TrLynx/assets/js/main.js"></script>
</body>
</html>