Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cable8mm/annotation-objc

Medical annotation client for iPad
https://github.com/cable8mm/annotation-objc

annotation-tool ipad medical-imaging objective-c

Last synced: 19 days ago
JSON representation

Medical annotation client for iPad

Awesome Lists containing this project

README

        

# Annotation for objc

![Resource for annotation](docs/visual-where.png?raw=true)

Annotation means it can be picked up in your drawing, so it can be used in medical labs, hospitals, etc. It has been made for medical resources, especially X-rays.

## Tips

While Swift is the latest programming language, as language versions advance, compatibility issues arise, so it is developed in Objective-C. And the source package is used with CocoaPods.

## Coding style

```sh
find . -name \* -print0 | xargs -0 -n1 clang-format -i
```

## Refer to

* [https://github.com/cable8mm/annotation-objc](https://github.com/cable8mm/annotation-objc)
* [https://github.com/cable8mm/annotation-ios](https://github.com/cable8mm/annotation-ios)