From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Best way to put an array-based pixmap on a screen? Date: Sun, 26 Mar 2017 10:55:44 +0100 Organization: A noiseless patient Spider Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="d1e5eae10b2a8168fcc4a073b79e0a7f"; logging-data="21213"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19ZT77TivnaAgkchBEsA+4QrIGGqaPQQkI=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (darwin) Cancel-Lock: sha1:+BtC57dIvp0/tB8U4vdual/D65s= sha1:oJkKkjcm4vHfV1/WbSjEuC1vrlw= Xref: news.eternal-september.org comp.lang.ada:46459 Date: 2017-03-26T10:55:44+01:00 List-Id: "Dmitry A. Kazakov" writes: > On 2017-03-26 03:01, LaeMing Ai wrote: >> I am hoping to learn some Ada with an explicit interest in simple >> software 3D rendering (ie: writing the render code in Ada, NOT >> calling external libraries such as OpenGL). > > Usually there is no access to the display around the OS. You will have > to use some external library this or that way. OP talked about using X11; there are, I'm sure, Ada bindings to X11 (the one I used back in the day was based on a DEC tool, no longer accessible I think).