forked from cheuble/3DiScord
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.md.old
57 lines (46 loc) · 1.85 KB
/
README.md.old
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# 3DiScord
## A Discord client for the 3DS
3DiScord is a heavily WIP Discord client for the 3DS based on [VitaCord](https://github.com/devingDev/VitaCord) by [devingDev / coderx3](https://github.com/devingDev/).
If something is wrong, contact me on Discord: cheuble#4952
Download themes [here](https://github.com/cheuble/3DiScord-themes)
**Disclaimer**: I am not responsible for anything that happens to you if you're using this app. Use this at your own risk.
### Features
* Send and receive messages (DMs and servers)
* 2FA supported
### Credits
* UI and port by [cheuble](https://github.com/cheuble)
* Network features by [Rinnegatamante](https://github.com/Rinnegatamante/) (from lpp3ds)
**All the original VitaCord staff:**
* coderx3 (devingDev)
* Arkanite
* XandridFire
* SKGleba
* Rinnegatamante
* xyz
* noname120
* davee
* T3CHNOLOG1C
### Building
In order to build this homebrew, you'll need the following requirements:
* devkitARM (included in devkitPro)
* ctrulib (included in devkitARM)
* [3ds portlibs](https://github.com/Cruel/3ds_portlibs)
* [sf2dlib](https://github.com/xerpi/sf2dlib)
* [sfillib](https://github.com/xerpi/sfillib)
* [sftdlib](https://github.com/xerpi/sftdlib)
Once you have installed these, a simple `make` should compile it. If you have FBI installed on your 3ds, and python installed on your computer, open FBI and go to `Remote install` -> `Recieve URLs over the network`.
On your computer, type `make spunch`. This should install the CIA directly on your 3DS!
### Changelog
**1.2**
* Added a theme engine
* Fixed some crashes (again)
* Added (partial) emoji support
**1.1**
* Added DMs support
* Fixed some crashes
* Touch screen sensitivity increased (there shouldn't be any issues now)
* Avatars should now work every time
* Can now scroll with the D-Pad/Control stick
* Now licensed under GPLv3
**1.0**
* Initial Release