Browse Source

Added Kestrel

main
Devine Lu Linvega 1 month ago
parent
commit
f52d2454d8
  1. 9
      README.md

9
README.md

@ -47,6 +47,7 @@
- [UxnJulia](https://github.com/Ismael-VC/Varvara.jl) - Cross-platform emulator and assembler, written in Julia.
- [UxnLua](https://github.com/DeltaF1/uxn-lua) - Cross-platform emulator, written in Lua(Love2d).
- [uxn-rs](https://github.com/Liorst4/uxn-rs) - Emulator written in Rust.
- [Kestrel](https://git.rhzm.org/lobo/kestrel) - Emulator written in OCaml. (System, Console, File, DateTime)
### Other systems
@ -84,11 +85,17 @@
- [uxnbot](https://git.sr.ht/~rabbits/uxnbot) - a REPL.
- [uxn.py](https://github.com/max22-/uxnemu.py) - Python implementation of the VM.
- [Uxncli](https://git.sr.ht/~rabbits/uxncli) - System, console and file devices only.
- [Uxnmin](https://git.sr.ht/~rabbits/uxnmin) - Console only.
- [auxn](https://github.com/saucesaft/auxn) - Incomplete.
- [buxn-dbg](https://github.com/bullno1/buxn-dbg) - Uxntal step debugger.
- [uxnbot](https://git.sr.ht/~alderwick/uxnbot) - IRC bot for assembling and running small Uxntal snippets.
### Uxnmin
Implementations of the core and console.
- [C89](https://wiki.xxiivv.com/etc/uxnmin.c.txt) - Console only.
- [OCaml](https://wiki.xxiivv.com/etc/uxnmin.ml.txt) - Console only.
## Applications
### Creative

Loading…
Cancel
Save