2024-03-24 13:46:28 +00:00
|
|
|
[[project]]
|
|
|
|
name = "bunbun"
|
2024-05-29 10:01:32 +01:00
|
|
|
desc = "A simple and adorable sysinfo utility."
|
2024-03-24 13:46:28 +00:00
|
|
|
tags = ["sysinfo", "neofetch", "rust", "cli"]
|
|
|
|
links = [
|
2024-05-24 13:01:22 +01:00
|
|
|
{ name = "git", url = "https://git.devraza.giize.com/devraza/bunbun" },
|
2024-03-24 13:46:28 +00:00
|
|
|
]
|
|
|
|
|
2024-03-14 20:36:53 +00:00
|
|
|
[[project]]
|
|
|
|
name = "vaporise"
|
2024-05-29 10:01:32 +01:00
|
|
|
desc = "A simple, featureful and blazingly fast memory-safe alternative to `rm`."
|
2024-03-14 20:36:53 +00:00
|
|
|
tags = ["rm", "rust", "alternative", "cli"]
|
|
|
|
links = [
|
2024-05-24 13:01:22 +01:00
|
|
|
{ name = "git", url = "https://git.devraza.giize.com/devraza/vaporise" },
|
2024-03-14 20:36:53 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[project]]
|
|
|
|
name = "Ambition"
|
2024-05-31 21:13:30 +01:00
|
|
|
desc = "A fast-paced 2D MMORPG."
|
2024-03-14 20:36:53 +00:00
|
|
|
tags = ["rust", "bevy", "mmorpg"]
|
|
|
|
links = [
|
2024-05-24 13:01:22 +01:00
|
|
|
{ name = "git", url = "https://git.devraza.giize.com/devraza/ambition" },
|
2024-03-14 20:36:53 +00:00
|
|
|
]
|
|
|
|
|
2024-05-29 10:01:32 +01:00
|
|
|
[[project]]
|
|
|
|
name = "sage"
|
|
|
|
desc = "A collection of utilities for my home lab."
|
|
|
|
tags = ["rust", "homelab", "selfhosted", "utility", "cli"]
|
|
|
|
links = [
|
|
|
|
{ name = "git", url = "https://git.devraza.giize.com/devraza/sage" },
|
|
|
|
]
|
|
|
|
|
2024-05-19 12:53:07 +01:00
|
|
|
[[project]]
|
|
|
|
name = "rustboyadvance-ng"
|
2024-05-20 05:42:05 +01:00
|
|
|
desc = "A rusty Nintendo™ Game Boy Advance emulator and debugger. `[Deprecated]`"
|
2024-05-19 12:53:07 +01:00
|
|
|
tags = ["rust", "gameboy", "emulator"]
|
|
|
|
links = [
|
2024-05-24 13:01:22 +01:00
|
|
|
{ name = "git", url = "https://git.devraza.giize.com/devraza/rustboyadvance-ng" },
|
2024-05-20 05:42:05 +01:00
|
|
|
{ name = "parent", url = "https://github.com/michelhe/rustboyadvance-ng" },
|
2024-05-19 12:53:07 +01:00
|
|
|
]
|
|
|
|
|
2024-02-04 11:05:12 +00:00
|
|
|
[[project]]
|
|
|
|
name = "radiant.nvim"
|
|
|
|
desc = "A fast and minimal Neovim configuration framework."
|
|
|
|
tags = ["neovim"]
|
|
|
|
links = [
|
2024-05-24 13:01:22 +01:00
|
|
|
{ name = "git", url = "https://git.devraza.giize.com/devraza/radiant.nvim" },
|
2024-02-04 11:05:12 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[project]]
|
|
|
|
name = "kagayaki.nvim"
|
|
|
|
desc = "A gorgeously soft colorscheme for Neovim."
|
|
|
|
tags = ["neovim", "colorscheme"]
|
|
|
|
links = [
|
2024-05-24 13:01:22 +01:00
|
|
|
{ name = "git", url = "https://git.devraza.giize.com/devraza/particle.nvim" },
|
2024-02-04 11:05:12 +00:00
|
|
|
]
|
|
|
|
|
2024-01-28 20:03:50 +00:00
|
|
|
[[project]]
|
|
|
|
name = "DianciEmacs"
|
2024-02-04 11:05:12 +00:00
|
|
|
desc = "A minimal and elegant Emacs configuration framework. `[Deprecated]`"
|
2024-01-28 20:03:50 +00:00
|
|
|
tags = ["emacs", "config", "diancie"]
|
|
|
|
links = [
|
2024-05-24 13:01:22 +01:00
|
|
|
{ name = "git", url = "https://git.devraza.giize.com/devraza/dianciemacs" },
|
2024-01-28 20:03:50 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[project]]
|
|
|
|
name = "Kagayaki for Emacs"
|
2024-02-19 17:51:46 +00:00
|
|
|
desc = "A gorgeously soft colorscheme for Emacs. `[Deprecated]`"
|
2024-01-28 20:03:50 +00:00
|
|
|
tags = ["emacs", "colorscheme", "theme", "dark"]
|
|
|
|
links = [
|
2024-05-24 13:01:22 +01:00
|
|
|
{ name = "git", url = "https://git.devraza.giize.com/devraza/kagayaki-emacs" },
|
2024-01-28 20:03:50 +00:00
|
|
|
]
|
2024-05-31 21:13:30 +01:00
|
|
|
|
|
|
|
[[project]]
|
|
|
|
name = "Ambition (legacy)"
|
|
|
|
desc = "A fast-paced, text-based massively multiplayer role-playing game. `[Deprecated]`"
|
|
|
|
tags = ["go", "ebiten", "game", "mmorpg"]
|
|
|
|
links = [
|
|
|
|
{ name = "git", url = "https://git.devraza.giize.com/ambition/legacy" },
|
|
|
|
]
|
|
|
|
|
|
|
|
[[project]]
|
|
|
|
name = "Catchtwo"
|
|
|
|
desc = "A second generation, free Pokétwo autocatcher, made to stop people from wasting their money on 'premium' alternatives. `[Deprecated]`"
|
|
|
|
tags = ["pokétwo", "pokémon", "discord", "userbot"]
|
|
|
|
links = [
|
|
|
|
{ name = "git", url = "https://github.com/devraza/catchtwo" },
|
|
|
|
]
|