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

https://github.com/phronmophobic/clj-libretro


https://github.com/phronmophobic/clj-libretro

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# clj-libretro

A WIP library for wrapping https://www.libretro.com/.

See http://blog.phronemophobic.com/mairio.html for more info.

## Usage

```bash
clojure -M -m com.phronemophobic.clj-libretro.java2d testroms/tsone/neskit/2048.nes
```

#### Key bindings:
up, left, down, right: `w` `a` `s` `d` respectively
start: `spacebar`
select: `enter`
a: `j`
b: `k`

## Programmatic API

WIP

## License

Copyright © 2023 Adrian

Distributed under the Eclipse Public License version 1.0.