An open API service indexing awesome lists of open source software.

https://github.com/ilotterytea/hyperspace

enter the hyperspace.
https://github.com/ilotterytea/hyperspace

2d demo demoscene graphics macroquad rust rust-lang space

Last synced: over 1 year ago
JSON representation

enter the hyperspace.

Awesome Lists containing this project

README

          

# 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.

![Example](example.gif)

## 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.