2024-03-05 18:39:46 +01:00
|
|
|
# iip-project
|
|
|
|
|
|
|
|
Small image editor for a faculty project. Created february 2024 for the "Introduction to Image processing" course.
|
|
|
|
|
2024-03-05 19:11:31 +01:00
|
|
|
### 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")`.
|
|
|
|
|
2024-03-05 18:39:46 +01:00
|
|
|
## License
|
|
|
|
|
|
|
|
GPL
|
|
|
|
|