9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: erik quanstrom <quanstro@labs.coraid.com>
To: 9fans@9fans.net
Subject: Re: [9fans] [GSOC] graphics projects
Date: Fri, 26 Apr 2013 08:13:58 -0400	[thread overview]
Message-ID: <90a9d9bc94a42c9cf74232b7b4d67cd5@coraid.com> (raw)
In-Reply-To: <CAFgOgC8SSbm0trxvqxamjjOs9911MpFTsuZocVRSaZ9za8PgMw@mail.gmail.com>

2013/4/26 Peter A. Cejchan <tyapca7@gmail.com>:
>> Also, keep in mind that there is already a well known and popular tiling
>> environment in Plan 9. If you are able to make a window manager with an acme
>> feeling I'm sure many users would be interested. The challenge here is to
>> have the good taste > required to come up with the right design, and that's
>> quite a challenge.
>
> Adding graphics capabilities to Acme would be nice. Just IMHO.

perhaps too large for a summer's work.

at a lower level, there are a number of drawing issues that really should be addressed.
for example, the current draw model has stringwidth() but not stringheight().
the font is assumed to have a uniform height.  this is a fine assumption for ascii,
but breaks down for even latin1, e.g. Â.  either the A needs to be unreasonablly
cramped to fit the hat, or every line (regardless of height) needs too much inter-line
spacing.  a better solution would be to lower the baseline as necessary to fit the line.

- erik



  parent reply	other threads:[~2013-04-26 12:13 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-24  5:55 David Hoskin
2013-04-24  7:34 ` yy
2013-04-26  6:46   ` Peter A. Cejchan
2013-04-26  7:02     ` Devon H. O'Dell
2013-04-26  7:11       ` Peter A. Cejchan
2013-04-26  7:15         ` Charles Forsyth
2013-04-26  7:30           ` Peter A. Cejchan
2013-04-26 12:13       ` erik quanstrom [this message]
2013-05-02 12:35 ` David Hoskin

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=90a9d9bc94a42c9cf74232b7b4d67cd5@coraid.com \
    --to=quanstro@labs.coraid.com \
    --cc=9fans@9fans.net \
    /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 NNTP newsgroup(s).