Add cairo to rocks.php

This commit is contained in:
speedie 2023-07-02 01:12:10 +02:00
parent 6b10f54941
commit f20f8ecf23

View file

@ -12,6 +12,7 @@
<div class="content">
<h2>Rocks</h2>
<p>This page is a list of software, and just general things that are awesome! This page was inspired by <a href="https://suckless.org/rocks">the suckless page</a> under the same name.</p>
<h3>Software</h3>
<ul>
<li>Zathura</li>
<p>Zathura is an awesome program. Out of the box it's basically nothing, but with extensions it can read many different formats, such PDFs, DjVu, comic books and more. It has Vim like keybindings, so it will take no getting used to if you're using a Vi like editor already.</p>
@ -22,6 +23,12 @@
<li>neomutt</li>
<p>Neomutt is a command line email client, which is highly customizable and can be configured with encryption and Vim like keybindings.</p>
</ul>
<h3>Libraries</h3>
<ul>
<li>Cairo</li>
<p>Cairo is really nice. It handles drawing on many different buffers, including X drawables and images. It can draw any kind of shapes you can think of including images, handle colors, transparency, and together with Pango it can also load fonts, draw text and even has XML like markup for colors and formatting. It is useful for both X and Wayland buffers.</p>
<p><a href="https://spmenu.speedie.site">spmenu</a> uses Cairo and Pango as of 2.0.</p>
</ul>
</div>
</body>
<footer>