public inbox for kawa@sourceware.org
 help / color / mirror / Atom feed
From: "F. Rafael Leon" <teflon@ucdavis.edu>
To: "kawa@sourceware.org" <kawa@sourceware.org>
Subject: Pluvia 3D real-time Android weather app released, written in Kawa Scheme.
Date: Wed, 02 Mar 2016 14:46:00 -0000	[thread overview]
Message-ID: <CALPCXwgkFYE8GJgWJEWcJiWVahixs7R45kzWkc8zajMUt+=vXg@mail.gmail.com> (raw)

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

             reply	other threads:[~2016-03-02 14:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-02 14:46 F. Rafael Leon [this message]
2016-03-02 20:29 ` Per Bothner
2016-03-03  4:37   ` F. Rafael Leon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CALPCXwgkFYE8GJgWJEWcJiWVahixs7R45kzWkc8zajMUt+=vXg@mail.gmail.com' \
    --to=teflon@ucdavis.edu \
    --cc=kawa@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).