From 7e4325ed5d1f3777fc19e1ebb2f6fad2fb7c1182 Mon Sep 17 00:00:00 2001 From: Ngô Ngọc Đức Huy Date: Mon, 23 Aug 2021 22:30:40 +0700 Subject: Rename works folder to projects for generalization --- content/projects/acanban.md | 14 ++++++++++++++ content/projects/axuy.md | 22 ++++++++++++++++++++++ content/projects/discord-meme-bot.md | 17 +++++++++++++++++ content/projects/ipwhl.md | 16 ++++++++++++++++ content/projects/palace.md | 24 ++++++++++++++++++++++++ 5 files changed, 93 insertions(+) create mode 100644 content/projects/acanban.md create mode 100644 content/projects/axuy.md create mode 100644 content/projects/discord-meme-bot.md create mode 100644 content/projects/ipwhl.md create mode 100644 content/projects/palace.md (limited to 'content/projects') 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]. + + + + axuy + + +[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]): + +
+ +
+ +[palace-demo]: https://video.ploud.fr/videos/embed/e68c43ca-f4bd-4af6-840f-1405e6163735 -- cgit 1.4.1