clog/native-glues
2021-02-17 13:46:47 -05:00
..
gtk Native GTK glue 2021-01-21 09:53:46 -05:00
README.md Restructure project 2021-02-17 13:46:47 -05:00

CLOG - The Common Lisp Omnificent GUI

Native Glues

These are some sample source and "snips" that will help should you wish to create a "native app".

For creating native apps though consider using the Ceramic project in quicklisp as it will build native apps for Linux, Mac and Windows using electron.

Other simple ways to make native apps

MacGap - Mac - https://macgapproject.github.io/ PhoneGap - Mobile - https://phonegap.com/

Glues

Linux:

  • GTK - A C file using gtk that launches a webkit webview that can be used as basis for a native app.