unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Emanuel Berg <incal@dataswamp.org>
To: emacs-devel@gnu.org
Subject: Re: bad.el - ascii art games [package] [screenshots] [video]
Date: Sun, 29 Sep 2024 06:20:33 +0200	[thread overview]
Message-ID: <877cav3xbi.fsf@dataswamp.org> (raw)
In-Reply-To: E1sujS0-00015G-1A@fencepost.gnu.org

Richard Stallman wrote:

> * Does it define its own system for classes and methods?

Not sure what you mean, it has its own system which begins at
the `elem' (element) base class, but the OO part is provided
by eieio.el as mentioned.

> * What non-basic facilities of Emacs does it depend on?

My own, and

(require 'cl-lib)
(require 'eieio)
(require 'subr-x)

> * Is its display done using characters, like
> `animate-birthday-present', or can it be draw in terms
> of pixels?

Chars, but pixels is the next step, I would like to do that!

> * does every kind of visual object _have to_ have is own
> data type?

No, you can draw or type any way you want, as long as you don't
tell the program to overwrite it. You can also draw manually,
if you will, via the program, by manipulating a "data" member
and then let the program draw it.

-- 
underground experts united
https://dataswamp.org/~incal




  reply	other threads:[~2024-09-29  4:20 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-20 10:35 bad.el - ascii art games [package] [screenshots] [video] Emanuel Berg
2024-09-21  0:04 ` Emanuel Berg
2024-09-21 21:00   ` Emanuel Berg
2024-09-23  3:02 ` Richard Stallman
2024-09-25 16:07   ` Emanuel Berg
2024-09-25 23:44     ` Emanuel Berg
2024-09-26  5:50       ` Emanuel Berg
2024-09-29  2:14     ` Richard Stallman
2024-09-29  4:20       ` Emanuel Berg [this message]
2024-09-29  7:50         ` Emanuel Berg
2024-09-29 13:20         ` Emanuel Berg
2024-10-01 14:41         ` Richard Stallman
2024-10-01 17:08           ` Emanuel Berg

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=877cav3xbi.fsf@dataswamp.org \
    --to=incal@dataswamp.org \
    --cc=emacs-devel@gnu.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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).