Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kylestew/UxniOS
A Uxnemu for iOS
https://github.com/kylestew/UxniOS
Last synced: 3 months ago
JSON representation
A Uxnemu for iOS
- Host: GitHub
- URL: https://github.com/kylestew/UxniOS
- Owner: kylestew
- License: mit
- Created: 2021-07-14T06:16:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-20T20:47:13.000Z (over 3 years ago)
- Last Synced: 2024-08-04T02:10:49.298Z (6 months ago)
- Language: Objective-C
- Size: 38.1 KB
- Stars: 20
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-uxn - iOS - Incomplete. (Emulators)
README
# UxniOS
___A Uxn emulator for iOS___
Learn more about Uxn [here](https://wiki.xxiivv.com/site/uxn.html).
## Supported Devices
| | Device | Support |
| ----- | ------------- | ------------------------------------- |
| 0x00 | System | **complete** |
| 0x10 | Console | incomplete: no console in |
| 0x20 | Screen | **complete** |
| 0x30 | Audio | incomplete |
| 0x40 | Audio | incomplete |
| 0x50 | Audio | incomplete |
| 0x60 | Audio | incomplete |
| 0x90 | --- | |
| 0x80 | Controller | incomplete: is this the keyboard? 🤔 |
| 0x90 | Mouse | _limited: touch screen approximation_ |
| 0xA0 | file | incomplete |
| 0xB0 | datetime | **complete** |
| 0xC0 | --- | |
| 0xD0 | --- | |
| 0xE0 | --- | |
| 0xF0 | --- | |## In Progress
- [ ] Sound output
- [ ] Keyboard input
- [ ] Device rotation, better display scaling
- [ ] ROM loading, pausing/restoring state
- [ ] Full mouse support - GUI elements for mouse input## License Info
___MIT License___
Major portions of the emulator and the base Uxn code are (c) Devine Lu Linvega. The MIT license applies to the extended code I've added in this repo.