Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hanayik committed Apr 17, 2024
1 parent 45ffce8 commit 8d6bc92
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Niivue iOS

The Niivue iOS applications allow users to view, draw, and segment medical images in formats commonly used in medical research.

The native components of the application are written in Swift, and the medical images are rendered using Niivue in a web view.

## Features

- View MRI/CT images in common formats used in medical research
- Draw and segment images (Apple Pencil is supported as a touch device)
- Save and load images from the local device (no data is sent to a server)
- Works in Airplane mode
- Customise viewing optons (e.g. window/level, zoom/pan, etc.)
- Multiple layouts supported
- Save drawings to Files app on iPhone/iPad

## macOS support

The Niivue iOS application is is primarily designed for iPhone and iPad, but it can also be run on macOS as long as the macOS machine has an Apple Silicon chip (ARM).

# App screenshots

## iPhone
![iphone](./screenshots/iphone.png)

# iPad
![ipad](./screenshots/ipad.png)

# MacOS
![macos](./screenshots/macos.png)

## Development - Getting Started

TBD
Binary file added screenshots/ipad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/iphone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/macos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8d6bc92

Please sign in to comment.