35 lines
690 B
Markdown
35 lines
690 B
Markdown
# meadow
|
|
|
|
Uxn/Varvara Emulator written in the hare programming language.
|
|
|
|
## Features
|
|
|
|
### Varvara Devices
|
|
- System: **Working**
|
|
- Console: **Working**
|
|
- Screen: **Working**
|
|
- Audio: *Not Implemented*
|
|
- Controller: **Keyboard input works,** *no gamepad support*
|
|
- Mouse: **Working**
|
|
- File: **In Progress**
|
|
- Datetime: **Working**
|
|
|
|
|
|
## Requirements
|
|
- hare
|
|
- sdl3
|
|
- sdl3-image
|
|
- [hare-sdl3](https://git.sr.ht/~sircmpwn/hare-sdl3)
|
|
|
|
To install hare-sdl3, the source must be copied into the HAREPATH third-party directory.
|
|
|
|
This command will show HAREPATH directories:
|
|
`hare version -v`
|
|
|
|
## Usage
|
|
|
|
make sure requirements are installed.
|
|
|
|
**make build** will build meadow inside build directory
|
|
|