Is cl-opengl ripening mature?

I want to create my own editor for entering code, first I was going to use ncurses to create a terminal editor. It does not work, the library does not have documentation, and its mail list is completely empty. I'm probably going to do this using the gui library. I am thinking about using the excess from cl-opengl, but I cannot find any information about how developed it is. If it is not in good working condition, I think I just use gtk.

Thanks guys,

+5
source share
1 answer

Better to use lispbuilder . This is much more complete than cl-opengl.

gui lisp, wxcl.

0

All Articles