An indexed compendium of graphics programming papers, articles, blog posts, presentations, and more
CONTRIBUTIONS WANTED
The idea is to have an annotated and easily searchable repository of papers, presentations, articles, etc.
To run the site locally, you must:
node
and npm
in your path (installing node will install the latter)npm i
in this repositorynpm run start
in a terminal to start a live server and several utilities that will regenerate files when content changesThe site is a set of markdown files in the entries/
folder. You can place entry files anywhere you like in this folder, and name them however you like.
The index is built from the front-matter at the top of the markdown file, which is parsed as YAML. Be sure that the front-matter contains at least the year, authors, title, and url.
The contents of the markdown can contain LaTeX delimited by dollar signs (rendered using KaTeX), arbitrary HTML, and typical markdown elements.
An ideal entry:
In Korean, the word for “bug” (벌레) is a suffix sometimes used to indicate that an individual is an enthusiast about a particular topic. Sort of like “bookworm” but it can be applied to other things also in a colloquial setting.