mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-05 18:20:36 -08:00
| .. | ||
| gtk | ||
| README.md | ||
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.