aboutsummaryrefslogtreecommitdiff
path: root/content/pages
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2025-02-04 23:34:25 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2025-02-04 23:34:25 +0100
commit65f8e680c62f7f22587d839d7c76adfef0dab782 (patch)
treea71d37af2eab780ca0e75734c2675e88f30367f2 /content/pages
parent832d95b791f7eea20ff912311c3d2f3061e24838 (diff)
downloadmitjafelicijan.com-65f8e680c62f7f22587d839d7c76adfef0dab782.tar.gz
Updated projects page
Diffstat (limited to 'content/pages')
-rw-r--r--content/pages/projects.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/content/pages/projects.md b/content/pages/projects.md
index 3a18d17..a3feea7 100644
--- a/content/pages/projects.md
+++ b/content/pages/projects.md
@@ -6,7 +6,8 @@ type: page
6draft: false 6draft: false
7--- 7---
8 8
9- [Simple snapshot manager](#simple-snapshot-manager) 9- [BLP Texture Converter](#blp-texture-converter)
10- [Simple Snapshot Manager](#simple-snapshot-manager)
10- [QOL Extensions for GNU Make](#qol-extensions-for-gnu-make) 11- [QOL Extensions for GNU Make](#qol-extensions-for-gnu-make)
11- [Just build me a fucking page](#just-build-me-a-fucking-page) 12- [Just build me a fucking page](#just-build-me-a-fucking-page)
12- [Clutch, nested X11 dwm sessions](#clutch-nested-x11-dwm-sessions) 13- [Clutch, nested X11 dwm sessions](#clutch-nested-x11-dwm-sessions)
@@ -16,7 +17,7 @@ While most of my projects are hosted on
16store them independently of GitHub and provide different versions in a bit 17store them independently of GitHub and provide different versions in a bit
17cleaner way. 18cleaner way.
18 19
19## BLP to PNG converter 20## BLP Texture Converter
20 21
21This tool converts BLP texture files used in many games such as World of 22This tool converts BLP texture files used in many games such as World of
22Warcraft into PNG files. With support for DXT1, DXT3 and DXT5 compression. 23Warcraft into PNG files. With support for DXT1, DXT3 and DXT5 compression.
@@ -27,7 +28,7 @@ Warcraft into PNG files. With support for DXT1, DXT3 and DXT5 compression.
27- Version 1.0 / 2025-02-04 ([blpconvert-v1.0.tar](/snapshots/blpconvert-v1.0.tar)) 28- Version 1.0 / 2025-02-04 ([blpconvert-v1.0.tar](/snapshots/blpconvert-v1.0.tar))
28 - First release. 29 - First release.
29 30
30## Simple snapshot manager 31## Simple Snapshot Manager
31 32
32Simple snapshot utility that uses TAR to compress current directory into a 33Simple snapshot utility that uses TAR to compress current directory into a
33`.tar` file while ignoring some of the directories. I use this tool to prepare 34`.tar` file while ignoring some of the directories. I use this tool to prepare