From 63390015522177818f8243754186adb415345814 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 28 Sep 2021 20:08:07 +0100 Subject: Add repository descriptions --- conf/gitolite.conf | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/conf/gitolite.conf b/conf/gitolite.conf index f059815..b3eb80d 100644 --- a/conf/gitolite.conf +++ b/conf/gitolite.conf @@ -48,5 +48,38 @@ repo emacs-zettelkasten repo verismith desc = Verilog Fuzzer to test the major simulators and sythesisers by generating random, valid Verilog. +repo leela + desc = Ray tracer written in pure rust running on the CPU. + +repo Vivant + desc = OpenGL low-poly terrain generation written in Haskell. + +repo alluvial-hs + desc = Alluvial diagram generation for Tex using Haskell. + +repo FMark + desc = Commonmark parser written in F\# with various extensions added such as macros. + +repo median-cut + desc = Median cut illumination map generation implementation implemented in Haskell. + +repo mirror-ball + desc = Mirror ball ray tracing implementation. + +repo pfm + desc = Haskell parser for the pfm file format for HDR images. + +repo YAGE + desc = YAGE game engine implementation. + +repo MipsCPU + desc = Cycle accurate MIPS CPU simulation. + +repo Compiler + desc = MIPS Compiler implemented in standard C++. + +repo Simplex + desc = Simplex algorithm implementation for integer linear programming. + repo private/formal_hls RW+ = ymherklotz -- cgit