diff options
Diffstat (limited to 'content/projects')
-rw-r--r-- | content/projects/acanban.md | 14 | ||||
-rw-r--r-- | content/projects/axuy.md | 22 | ||||
-rw-r--r-- | content/projects/discord-meme-bot.md | 17 | ||||
-rw-r--r-- | content/projects/ipwhl.md | 16 | ||||
-rw-r--r-- | content/projects/palace.md | 24 |
5 files changed, 93 insertions, 0 deletions
diff --git a/content/projects/acanban.md b/content/projects/acanban.md new file mode 100644 index 0000000..ee6205a --- /dev/null +++ b/content/projects/acanban.md @@ -0,0 +1,14 @@ +--- +title: Acanban +language: en +translationKey: works-acanban +disable_feed: true +layout: project +name: Acanban +author: me +authorURL: / +projectURL: https://github.com/Huy-Ngo/acanban +projectStatus: dead +--- + +Acanban is a defunct academic-oriented project management system. diff --git a/content/projects/axuy.md b/content/projects/axuy.md new file mode 100644 index 0000000..d01393c --- /dev/null +++ b/content/projects/axuy.md @@ -0,0 +1,22 @@ +--- +title: Axuy +language: en +translationKey: works-axuy +disable_feed: true +layout: project +name: Axuy +author: cnx +authorURL: https://cnx.srht.site +projectURL: https://sr.ht/~cnx/axuy/ +projectStatus: stagnant +--- + +I added face culling and added texture to the 3D shooting game *axuy* by +[McSinyx][cnx]. + +<picture> + <source srcset="/images/axuy.webp" type="image/webp"> + <img alt="axuy" src="/images/axuy.png"> +</picture> + +[cnx]: https://cnx.srht.site/ diff --git a/content/projects/discord-meme-bot.md b/content/projects/discord-meme-bot.md new file mode 100644 index 0000000..86be05e --- /dev/null +++ b/content/projects/discord-meme-bot.md @@ -0,0 +1,17 @@ +--- +title: Discord meme bot +language: en +translationKey: works-discord-meme-bot +disable_feed: true +layout: project +name: Discord meme bot +author: me +authorURL: / +projectURL: https://github.com/dinhanhx/acanban +projectStatus: stagnant +--- + +Discord Meme bot is a meme bot for discord using Reddit API. +I have transferred the repo ownership to my friend [dinhanhx][dinhanhx-gh]. + +[dinhanhx-gh]: https://github.com/dinhanhx/ diff --git a/content/projects/ipwhl.md b/content/projects/ipwhl.md new file mode 100644 index 0000000..42e05a9 --- /dev/null +++ b/content/projects/ipwhl.md @@ -0,0 +1,16 @@ +--- +title: Interplanetary wheels (floating cheeses) +language: en +translationKey: works-ipwhl +disable_feed: true +layout: project +name: IPWHL +author: cnx +authorURL: https://cnx.srht.site +projectURL: https://sr.ht/~cnx/ipwhl/ +projectStatus: active +--- + +The *interplanetary wheels* (or *floating cheeses*) are platform-unique, +singly-versioned Python binary distributions backed by IPFS for security and +reproducibility. diff --git a/content/projects/palace.md b/content/projects/palace.md new file mode 100644 index 0000000..88a88e3 --- /dev/null +++ b/content/projects/palace.md @@ -0,0 +1,24 @@ +--- +title: Palace +language: en +translationKey: works-palace +disable_feed: true +layout: project +name: Palace +author: cnx +authorURL: https://cnx.srht.site +projectURL: https://git.sr.ht/~cnx/palace +projectStatus: stagnant +--- + +*Palace* is a 3D audio library in Python. It is a wrapper around +OpenAL for Python, expecting to provide developers with modern and intuitive +utilities for audio processing. + +See demo in the video below (or see it on [my Peertube][palace-demo]): + +<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;"> +<iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" sandbox="allow-same-origin allow-scripts allow-popups" src="https://video.ploud.fr/videos/embed/e68c43ca-f4bd-4af6-840f-1405e6163735?subtitle=en" title="Palace demo" allowfullscreen></iframe> +</div> + +[palace-demo]: https://video.ploud.fr/videos/embed/e68c43ca-f4bd-4af6-840f-1405e6163735 |