The app is called “Ranmoji”, which is an AI-generated combination of the words “random” and “emoji”. I built the app to help me get into the practice of making small models daily as a way to learn and practice 3D modeling.
It displays an emoji from the Twemoji collection each time the app is opened. It displays either:
- A random emoji if the previous one was marked as ‘Done’ or the app is opened for the first time.
or
- The same emoji
A new emoji can be selected by using the ‘Skip’ button.
Tech
The was built with C++ using QT. It contains the Twemoji collection as SVG text in an SQLite db. It’s currently only available for MacOS Intel.
Download
You can pre-built binaries from the releases page. The source code can be found here