bohonghuang / cl-gtk4

GTK4/Libadwaita/WebKit2 bindings for Common Lisp.
GNU Lesser General Public License v3.0
213 stars 9 forks source link

Can you add TODO list to README? #38

Open Filipp-Druan opened 11 months ago

Filipp-Druan commented 11 months ago

Hello! Could you add a list of unsolved tasks and problems to the readme? This will help a lot in development. Other people will be able to help you. I really support your development.

bohonghuang commented 11 months ago

I lean towards using Issues to track the TODO list rather than using the README because it is more conducive to tracking progress.

Here are some unfinished tasks:

I haven't added them to Issues yet because I'm unsure about the scope and extent of modifications required to implement these features. For example, to achieve subclass inheritance of GObject through MOP and CFFI, modifications would be necessary in cl-gobject-introspection-wrapper and even cl-gobject-introspection itself.