Cocoa in Common Lisp
- Common Lisp 100%
|
凉凉
295433586b
trivial implement of dialog-item-action-function
TODO: + unwind-protect when fails, ensures the environment is always correctly setted up and cleaned up + remove all the TODOs in readme.org + finish the documentation in readme.org |
||
|---|---|---|
| cocoa | trivial implement of dialog-item-action-function | |
| objc | set-view-container (possibly workable, need more tests) | |
| .gitignore | Basic structure of Coca from McCLIM-Coca.ObjC and McCLIM-Coca.Cocoa. | |
| coca.asd | view-cursor, trivial memory leak fix (success?) | |
| readme.org | update readme as project road map. | |
Coca: Cocoa in Common Lisp
About
This is a rewrite of McCLIM-Coca's packages
McCLIM-Coca.ObjC and McCLIM-Coca.Cocoa.
It is seperated and rewrited as a general macOS GUI library. The goal is to provide a MCL-like API for creating and managing widgets (dialog items) in Common Lisp.