Search Results

2
votes

How do I display an image with ltk?

It has been a while since I used LTK for anything, but the simplest way to display an image with LTK is as follows: (defpackage #:ltk-image-example (:use #:cl #:ltk)) (in-package …