Skip to content

Commit c0d0ec0

Browse files
committed
Replace Discord link with Chat page
1 parent 5ae8882 commit c0d0ec0

File tree

2 files changed

+54
-2
lines changed

2 files changed

+54
-2
lines changed

docs/.vuepress/config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ export default {
8787
link: "https://opencollective.com/gbadev",
8888
},
8989
{
90-
text: "Discord",
91-
link: "https://discord.gg/ctGSNxRkg2",
90+
text: "Chat",
91+
link: "/chat",
9292
},
9393
{
9494
text: "Forum",

docs/chat.md

+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Chat channels
2+
3+
Please take a moment to read the rules before posting:
4+
5+
> 1. _Be nice to each other - we're an easygoing bunch but we won't accept bullying, harassment, or bigotry._
6+
> 2. _Don't spam, demand attention or send unsolicited private messages._
7+
> 3. _Don't engage in piracy, or share leaked material (general discussion around such topics is fine)._
8+
> 4. _No NSFW content, as this community is open to all ages._
9+
10+
You can find us on [Discord](https://discord.gg/ctGSNxRkg2) and [IRC](https://web.libera.chat/?join=#gbadev,#gba-help,#gba-meta,#gba-showcase,#gba-offtopic) (Libera Chat). These two services are bridged together, so take your pick!
11+
12+
The channels are listed below. You will need an IRC client to join them, or use one of the above links.
13+
14+
**Main channels**
15+
`#gbadev` - general chat
16+
`#gba-help` - help & support channel*
17+
`#gba-meta` - community feedback/discussion
18+
`#gba-showcase` - share what you're working on!
19+
`#gba-offtopic` - off-topic chat for everyday stuff
20+
21+
**Additional channels**
22+
`#gba-asm` - ARM/Thumb assembly and CPU architecture
23+
`#gba-emudev` - emulator development
24+
`#gba-graphics` - pixel art and graphical techniques
25+
`#gba-hardware` - hardware / modding / flashcarts etc.
26+
`#gba-matchmaking` - for anyone looking to team up!
27+
`#gba-music` - listening, composing and audio programming
28+
`#gba-rust` - programming for GBA in Rust
29+
`#gba-3d` - 3D graphics programming for GBA
30+
`#gba-offtopicdev` - off-topic chat for more technical/programming topics
31+
32+
**Nintendo DS development**
33+
`#dsdev` - DS homebrew dev chat
34+
`#dsdev-help` - DS help & support channel*
35+
36+
**GBA Jam**
37+
`#gbajam` - hang out with other jam participants & share your progress
38+
`#gbajam-matchmaking` - for anyone looking to team up for the jam
39+
40+
**Project-specific channels**
41+
`#bpcore` - BPCore Lua game framework development & support
42+
`#butano` - Butano engine development & support
43+
`#natu` - Natu toolkit development & support
44+
`#sdk-seven` - sdk-seven development & support
45+
`#gba-docs` - gbadoc & other community documentation projects
46+
`#gba-hhub` - Homebrew Hub GBA archive discussion
47+
`#gba-toolchain` - gba-toolchain / agbabi / gba-hpp development & support
48+
`#gba-tonc` - Tonc tutorial discussion
49+
50+
---
51+
52+
\* (there's no such thing as a stupid question!)

0 commit comments

Comments
 (0)