https://github.com/phronmophobic/clj-libretro
https://github.com/phronmophobic/clj-libretro
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/phronmophobic/clj-libretro
- Owner: phronmophobic
- License: epl-1.0
- Created: 2023-05-27T20:34:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-27T22:25:25.000Z (over 1 year ago)
- Last Synced: 2025-02-27T05:02:35.640Z (over 1 year ago)
- Language: Clojure
- Size: 90.8 KB
- Stars: 13
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.