Re: My Lisp Game Jam entry

2018-05-01 Thread Arne Babenhauserheide
Hi,

Mike Gran  writes:
> Hey y'all,
> So there was this 10-day game jam for Lisp-like languages, and I put
> together a trifling piece of interactive fiction based on an 1911 play
> by William S Houghton.

> The program itself is mostly the GTK3 toolkit for the GUI and Guile
> for the scripting.
>
> Keeping in mind that I wrote this in just a few days, you might find
> it somewhat humourous to check out.  The game takes about 10 minutes
> to play through.  It has not been widely tested across platforms.

I built and ran it from source and liked it a lot!

> There are Windows and GNU/Linux binaries at
> https://spk121.itch.io/fancy-free
>
> And the source is at
> https://github.com/spk121/burro
>
> The build script used to make the downloadable builds at
> https://github.com/spk121/psychic-guacamole

Does this work *reliably* on Windows? I’ve been suffering from a hard
time to ship games for Windows, and if you’ve solved that, this would be
a huge step forward (for me)!

Best wishes,
Arne
-- 
Unpolitisch sein
heißt politisch sein
ohne es zu merken


signature.asc
Description: PGP signature


GNU Guile-CV 0.1.9 released

2018-05-01 Thread David Pirotte
Hello,

GNU Guile-CV 0.1.9 is released.


* About

Guile-CV - Image Processing and Analysis in Guile - is a Computer Vision
functional programming library for the Guile Scheme language.

Based on Vigra (Vision with Generic Algorithms - a C++ image processing
and analysis library), Guile-CV comprises a direct binding to Vigra C (a
C wrapper to most of the Vigra functionality), enriched with pure Guile
scheme algorithms, all accessible through a nice, clean and easy to use
high level API.

Guile-CV is natively multi-threaded, and takes advantage of multiple
cores, using high-level and fine grained application-level parallelism
constructs available in Guile, based on its support to POSIX threads.

http://www.gnu.org/software/guile-cv/


* Download

Here are the compressed sources and a GPG detached signature [*]:

http://ftp.gnu.org/gnu/guile-cv/guile-cv-0.1.9.tar.gz
http://ftp.gnu.org/gnu/guile-cv/guile-cv-0.1.9.tar.gz.sig

This released was bootstrapped with the following tools:

-] gcc  (Debian 7.2.0-17) 7.2.1 20171205
-] autoconf (GNU Autoconf) 2.69 
-] automake (GNU automake) 1.15.1 
-] libtool  (GNU libtool) 2.4.6 
-] makeinfo (GNU texinfo) 6.5 
-] pdflatex 3.14159265-2.6-1.40.18 (TeX Live 2017/Debian) 
-] guile-2.22.2.3
-] guile-lib-1.00.2.5.1
-] vigrafrom the source, last commit here:
fb427440d - June 28, 2017
-] vigra_c  from the source, last commit here:
a2ff675f4 - April 15, 2018

* Changes since 0.1.8

Here is a summary of visible changes since version 0.1.8. See GNU
Guile-CV's [[http://git.savannah.gnu.org/cgit/guile-cv.git][git summary]] and
[[http://git.savannah.gnu.org/cgit/guile-cv.git/log/][git log]] for a complete
description.

*** Dependencies

Vigra C >= commit a2ff675f4 April 15, 2018

  new interface vigra_nonlocalmean_c (introduced in Jan 2018), has an
  argument that has been renamed;

  the vigra_medianfilter_c function (updated in Jan 2018 as well) takes
  an additional 'out-of-bound strategy' argument.

*** New interfaces

im-median-filter
im-median-filter-channel
im-nl-means
im-nl-means-channel

*** Bug fixes

latex-pdftoppm

  in the module (cv support latex) - undocumented but quite usefull
  procedure, to 'prepare' text to be added to images (see im-compose) -
  the optional keyword [#:res 72] argument was actually not used in the
  core of the procedure, fixed.


* Bug reports

Please report bugs to bug-guile...@gnu.org


* Mailing lists

For the time being, Guile-CV uses Guile's mailing list:

  guile-user@gnu.org is for general user help and discussion;

  guile-de...@gnu.org is used to discuss most aspects of Guile-CV,
  including development and enhancement requests.


David


[*] Use a .sig file to verify that the corresponding file (without the
.sig suffix) is intact.  First, be sure to download both the .sig
file and the corresponding tarball.  Then, run a command like this:

gpg --verify guile-cv-0.1.9.tar.gz.sig

If that command fails because you don't have the required public
key, then run this command to import it:

gpg --keyserver keys.gnupg.net --recv-keys A3057AD7

and rerun the 'gpg --verify' command


pgpi4i3ZiUdGo.pgp
Description: OpenPGP digital signature