funfriend/README.md

27 lines
544 B
Markdown
Raw Normal View History

2023-05-29 14:55:38 +02:00
# funfriend
2023-05-31 21:06:10 +02:00
little desktop buddy for your computer
2023-05-29 14:55:38 +02:00
2023-05-31 21:06:10 +02:00
![](https://howto.smooch.computer/i/jgv5q.gif)
2023-05-29 14:55:38 +02:00
2023-05-31 21:06:10 +02:00
currently just kind of sits and wanders around
2023-05-29 14:55:38 +02:00
2023-05-31 21:06:10 +02:00
you can right click to catmode
2023-05-29 14:55:38 +02:00
2023-06-01 12:41:01 +02:00
config is in `~/.config/funfriend/` or `%AppData%/funfriend/` or `~/Library/Application Support/funfriend`
2023-05-31 21:06:10 +02:00
## installation
2023-05-29 14:55:38 +02:00
2023-05-31 21:06:10 +02:00
grab yourself `SDL2`, `SDL2_mixer` and `GLFW` development libraries, then run
2023-05-29 14:55:38 +02:00
2023-05-31 21:06:10 +02:00
```sh
shards install
shards build
```
2023-05-29 14:55:38 +02:00
2023-05-31 21:06:10 +02:00
## usage
2023-05-29 14:55:38 +02:00
2023-05-31 21:06:10 +02:00
run `bin/funfriend` from the same dir as the source (for assets and shaders)
2023-05-29 14:55:38 +02:00
2023-05-31 21:06:10 +02:00
alternatively, use `shards run`