Home

Awesome

<div align="center"> <h1><img align="center" src="./ios/Colorwaver/Images.xcassets/AppIcon.appiconset/50.png" /> Colorwaver</h1>

<a align="center" href="https://play.google.com/store/apps/details?id=com.mrousavy.colorwaver"><img align="center" src="./img/store_badge_android.png" height="50" /></a> <a align="center" href="https://apps.apple.com/at/app/colorwaver/id1583400396"><img align="center" src="./img/store_badge_apple.png" height="52" /></a>

</div>

An app to detect colorwaves (swatches/palettes) in the real world - powered by VisionCamera and Reanimated.

I wrote this app in less than a day, a speed simply not matched by native app development. Because it's written in React Native (TypeScript/JavaScript), it runs both on iOS and Android, but performance critical parts (e.g. the image processing algorithm or the animations) are backed by native Objective-C/Swift/Java code.

See this Tweet for more information.

<a href='https://ko-fi.com/F1F8CLXG' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://az743702.vo.msecnd.net/cdn/kofi2.png?v=0' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>

<table> <tr> <td width="33%"> <img src="./img/demo_1.png" /> </td> <td width="33%"> <img src="./img/demo_2.png" /> </td> <td width="33%"> <img src="./img/demo.gif" /> </td> </tr> </table>

Try it!

Download the repository and run the following commands to try Colorwaver for yourself:

iOS

yarn try-ios

Android

yarn try-android

Project structure

This is a bare React Native project, created with create-react-native-app.





Credits