public inbox for kawa@sourceware.org
 help / color / mirror / Atom feed
* Pluvia 3D real-time Android weather app released, written in Kawa Scheme.
@ 2016-03-02 14:46 F. Rafael Leon
  2016-03-02 20:29 ` Per Bothner
  0 siblings, 1 reply; 3+ messages in thread
From: F. Rafael Leon @ 2016-03-02 14:46 UTC (permalink / raw)
  To: kawa

I released my first Kawa Android app to the Play Store:

https://play.google.com/store/apps/details?id=net.quantiana.pluvia

It is a near-real-time NEXRAD weather radar data viewer.

For raw numerical performance, I wrote the radar data pre-processors
using the Android NDK in C.

All the JVM code is in Kawa Scheme. It contains 0 lines of Java code.

The networking, jsoup XML parsing, OpenGL rendering, touch callbacks,
sensor callbacks, forecasting and 2D and 3D compositing were all
written in Kawa Scheme using live programming over a telnet REPL.

I posted the majority of the code here:

github.com/rafleon/KawaDroid

It is notable that Kawa Scheme has sufficient stability and
performance to do real-time 3D data visualization on Android.

   -Rafael

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-03-03  4:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-02 14:46 Pluvia 3D real-time Android weather app released, written in Kawa Scheme F. Rafael Leon
2016-03-02 20:29 ` Per Bothner
2016-03-03  4:37   ` F. Rafael Leon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).