https://github.com/jd557/rokrok
Toy implementation of a Gopher browser in Scala
https://github.com/jd557/rokrok
Last synced: 4 months ago
JSON representation
Toy implementation of a Gopher browser in Scala
- Host: GitHub
- URL: https://github.com/jd557/rokrok
- Owner: JD557
- License: mit
- Created: 2024-05-22T21:36:26.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-12-04T08:58:48.000Z (5 months ago)
- Last Synced: 2024-12-24T04:26:55.589Z (5 months ago)
- Language: Scala
- Size: 84 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RokRok
An experimental [Gopher](https://en.wikipedia.org/wiki/Gopher_(protocol)) browser written in Scala.

This is mostly a toy project to experiment with Scala Native's multi threading.
## Running
You can run the JVM version with `cs launch eu.joaocosta:rokrok_3:latest.release`
For the Native version, you can either download the [latest precompiled release](https://github.com/JD557/rokrok/releases) or build it source, which requires SDL2.
You can run it with `just run-native`.## Acknowledgments
Fonts:
- [Unscii](http://viznut.fi/unscii/) by [Viznut](http://viznut.fi/)
- [Bizcat](https://robey.lag.net/2020/02/09/bizcat-bitmap-font.html) by [Robey](https://robey.lag.net/)