2024-04-18 17:14:54 +02:00
|
|
|
# osu++
|
2024-03-18 11:25:15 +01:00
|
|
|
|
|
|
|
osu client written in c++ using sfml
|
|
|
|
|
|
|
|
## building
|
|
|
|
|
|
|
|
```
|
|
|
|
make
|
2024-03-18 11:26:50 +01:00
|
|
|
./target/osu++
|
2024-03-18 11:25:15 +01:00
|
|
|
```
|
|
|
|
|
2024-04-18 22:10:12 +02:00
|
|
|
or if you're cool and use nix
|
2024-03-18 11:25:15 +01:00
|
|
|
|
|
|
|
```
|
|
|
|
nix build
|
2024-04-18 22:10:12 +02:00
|
|
|
./result/bin/osu++
|
|
|
|
```
|
|
|
|
|
|
|
|
alternatively
|
|
|
|
|
|
|
|
```
|
|
|
|
nix run
|
2024-03-18 11:25:15 +01:00
|
|
|
```
|
|
|
|
|
|
|
|
## TODO
|
|
|
|
|
|
|
|
## license
|
|
|
|
|
|
|
|
agpl3
|