An ASCII Art Library
AA-lib is a low level gfx library. AA-lib does not require a graphics
device. In fact, there is no graphical output possible. AA-lib replaces
old-fashioned output methods with a powerful ASCII art renderer.
- Sources inherited from project openSUSE:Factory:Rings:1-MinimalX
- Links to openSUSE:Factory / aalib
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Staging:J/aalib && cd $_
- Create Badge
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
_link | 0000000448 448 Bytes |
Latest Revision
Yuchen Lin (maxlin_factory)
committed
(revision 1)
Comments 1
Hi, figured I would try to contribute. I created a fork: https://github.com/obtitus/aalib which should resolve the missing definition of
exit
(and a few other compiler warning/errors). Maybe this should be .patch files instead?I tried to change
Source
in aalib.spec tohttps://github.com/obtitus/{name}/archive/refs/tags/1.4rc6.tar.gz
but running$ osc build --clean --ccache
gives meso obviously I am missing something?