ftw VS iup

Compare ftw vs iup and see what are their differences.

ftw

Common Lisp Win32 GUI library (by fjames86)

iup

Common Lisp CFFI bindings to the IUP Portable User Interface library (pre-ALPHA) (by lispnik)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
ftw iup
2 4
59 131
- -
0.0 0.0
over 2 years ago about 1 year ago
Common Lisp Common Lisp
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ftw

Posts with mentions or reviews of ftw. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-11.

iup

Posts with mentions or reviews of iup. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-21.
  • System browser for desktop UI
    1 project | /r/lisp | 30 Oct 2022
    you could try with IUP https://github.com/lispnik/iup Supposedly cross-platform. Uses Webkit.
  • Status update on my CL editor
    7 projects | /r/lisp | 21 Oct 2022
    Notably - 1. https://github.com/lispnik/iup/ 2. https://gitlab.com/eql/lqml 3. https://github.com/bohonghuang/cl-gtk4
  • Which tools to use to create a (very simple) GUI program?
    1 project | /r/lisp | 25 Oct 2021
    IUP https://github.com/lispnik/iup
  • What is the most pleasant way to write a portable GUI in CL?
    4 projects | /r/lisp | 12 Feb 2021
    I think the IUP bindings are really worth a try: https://github.com/lispnik/iup/ Overview of it (and others): https://lispcookbook.github.io/cl-cookbook/gui.html I quickly tried it and it worked as expected. The only difficulty is to learn the framework: how to assemble the GUI parts (where to put the scrollbar?) and this sort of things. Given the author it should be pretty much dynamic (as much as Ltk) but might not be there yet. It will, given more users and demand.

What are some alternatives?

When comparing ftw and iup you can also consider the following projects:

ultralisp - The software behind a Ultralisp.org Common Lisp repository

cljfx - Declarative, functional and extensible wrapper of JavaFX inspired by better parts of react and re-frame

win32 - CFFI Bindings to a variety of Win32 API

nyxt - Nyxt - the hacker's browser.

croatoan - Common Lisp bindings for the ncurses terminal library.

vk - Common Lisp/CFFI bindings for the Vulkan API.

qlot - A project-local library installer for Common Lisp

swank-client - A Swank client implemented in JavaScript

calm - Calm down and draw something, in Lisp.

cl-gtk4 - GTK4/Libadwaita/WebKit2 bindings for Common Lisp.

winutil - Windows utility library

lqml