diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-08-21 20:55:33 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-08-21 20:55:33 +0700 |
commit | b259750e3ebbaceb62ee472ac7e49f27a28150f3 (patch) | |
tree | 8b5afbeda3088b97e7b7ae21c9d8ee3ef0545803 /content/works/axuy.md | |
parent | 54754244b4d7eaa3bbb32e61289e08c409e7e9e5 (diff) | |
download | blog-b259750e3ebbaceb62ee472ac7e49f27a28150f3.tar.gz |
Update work section
Diffstat (limited to 'content/works/axuy.md')
-rw-r--r-- | content/works/axuy.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/content/works/axuy.md b/content/works/axuy.md new file mode 100644 index 0000000..fac4132 --- /dev/null +++ b/content/works/axuy.md @@ -0,0 +1,17 @@ +--- +title: Axuy +language: en +translationKey: works-axuy +disable_feed: true +--- + +I added face culling and added texture to the 3D shooting game [axuy][axuy] by +[McSinyx][cnx]. + +<picture> + <source srcset="/images/axuy.webp" type="image/webp"> + <img alt="axuy" src="/images/axuy.png"> +</picture> + +[axuy]: https://sr.ht/~cnx/axuy/ +[cnx]: https://cnx.srht.site/ |