Go to file
Petar Kapriš 21bccd6dff Fix README
2024-03-05 19:11:31 +01:00
iip-project.asd Fix project dependencies 2024-03-05 19:09:20 +01:00
iip-project.lisp Initial commit 2024-03-05 18:41:43 +01:00
LICENSE Initial commit 2024-03-05 18:41:43 +01:00
package.lisp Initial commit 2024-03-05 18:41:43 +01:00
pixbuf.lisp Initial commit 2024-03-05 18:41:43 +01:00
README.md Fix README 2024-03-05 19:11:31 +01:00
tables.lisp Initial commit 2024-03-05 18:41:43 +01:00

iip-project

Small image editor for a faculty project. Created february 2024 for the "Introduction to Image processing" course.

Dependencies

  • sbcl
  • gtk4
  • gsl
  • gl-object-introspection

If you have quicklisp loaded in your SBCL, the easiest way to build the project is with (ql:quickload "iip-project").

License

GPL