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

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

Awesome Lists containing this project

README

        

# RokRok

An experimental [Gopher](https://en.wikipedia.org/wiki/Gopher_(protocol)) browser written in Scala.

![A screenshot of the Gopher UI](screenshot.png)

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/)