blob: 21fc650ba2665c395783bb862397454dbc9c4055 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# hyperspace
A screensaver or demoscene, whatever, that opens you up to a new space, hyperspace.
Made with [Raylib](https://raylib.com) and the C programming language.

## Compile from sources
```bash
mkdir build && cd build
cmake ..
make
```
## Customization
+ You can replace the star image by placing the `star.png` file along with the executable.
## License
See [LICENSE](LICENSE). This project is under the WTFPL license.
|