fireplace/readme.org

30 lines
600 B
Org Mode
Raw Permalink Normal View History

2022-01-13 21:38:35 +00:00
* Fireplace
This is a matrix-like fireplace for Android!
It was written unoptimized, so it can be benchmark.
Also you can compile it for TV
and even use as screensaver!
2022-01-14 18:57:24 +00:00
#+caption: Screensaver or /Daydream/ on TV
[[./scr.jpg]]
2022-01-15 15:23:41 +00:00
* Make this
To make an APK file, you need:
- Android SDK 24.0.3
- OpenJDK (or other Java) JDK (full, not just JRE)
- GNU Make (as on Linux, no installed on macOS or other *BSD)
You maybe need to change some values in Makefile,
but on Debian no changes needed.
To build, just run ~make~.
If you need to install, connect your Android device
and run ~make deploy~.