ftw icon indicating copy to clipboard operation
ftw copied to clipboard

Request for integration

Open defunkydrummer opened this issue 6 years ago • 2 comments

Hi Frank,

First of all, i'm glad to report that FTW works correctly under CCL version 1.11.5 (WindowsX8664). At least some of the examples (pacman, image) work just fine.

While the "competing" library, Graphic-forms, fails to compile on my SBCL, and is unable to run the examples on CCL.

It would be a fantastic idea to integrate the sane backend of FTW with the cool CLOS-oriented approach of graphic-forms.

Kind regards, Flavio.

defunkydrummer avatar Feb 12 '19 21:02 defunkydrummer

Hi Flavio, Thanks for your interest, I had fun writing it. Unfortunately I haven't had much time to continue working on it recently, there's lots left to do (e.g. all the common controls like progress bars, tree views etc). Also some of these things require lots of typing and some care to get right. I have the luxury of having access to visual studio so I can write things in C first then translate to Lisp once I get all the constants and structures worked out. Without that it is much harder to write the ffi.

I am unaware of graphic-forms, I will look into it when I get the time. Adding a CLOS layer is something I always had in mind.

fjames86 avatar Feb 12 '19 22:02 fjames86

Here it is

https://github.com/ailisp/Graphic-Forms

Graphic-forms makes very elegant to write UI, it already has classes for many widgets. However, FTW has many more examples and, unlike G-F, works right away.

defunkydrummer avatar Feb 14 '19 14:02 defunkydrummer