mons project page
This commit is contained in:
parent
e9983296ef
commit
60d21652dc
20
content/projects/mons/index.md
Normal file
20
content/projects/mons/index.md
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
+++
|
||||||
|
title = "mons"
|
||||||
|
[taxonomies]
|
||||||
|
categories = ["misc"]
|
||||||
|
languages = ["c"]
|
||||||
|
[extra]
|
||||||
|
wip = true
|
||||||
|
git = ["mons"]
|
||||||
|
+++
|
||||||
|
|
||||||
|
mons is a big repo of c stuff i'm writing "from scratch"
|
||||||
|
|
||||||
|
it's an ever-expanding collection of filth, including:
|
||||||
|
|
||||||
|
- linear algebra
|
||||||
|
- data structures
|
||||||
|
- a json de/serializer
|
||||||
|
- a qoi image decoder
|
||||||
|
- a (non-compliant) gltf parser
|
||||||
|
- an opengl-based 3d graphics library
|
@ -94,6 +94,9 @@ pre table {
|
|||||||
&-python {
|
&-python {
|
||||||
color: everforest.$yellow;
|
color: everforest.$yellow;
|
||||||
}
|
}
|
||||||
|
&-c {
|
||||||
|
color: everforest.$blue;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.coverimage {
|
.coverimage {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user