summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/projects/_index.md3
-rw-r--r--content/projects/gitson.md9
-rw-r--r--content/projects/robson-gl.md12
-rw-r--r--content/projects/ruim.md9
4 files changed, 33 insertions, 0 deletions
diff --git a/content/projects/_index.md b/content/projects/_index.md
new file mode 100644
index 0000000..a80a9df
--- /dev/null
+++ b/content/projects/_index.md
@@ -0,0 +1,3 @@
+---
+title: "Projects"
+---
diff --git a/content/projects/gitson.md b/content/projects/gitson.md
new file mode 100644
index 0000000..196c2eb
--- /dev/null
+++ b/content/projects/gitson.md
@@ -0,0 +1,9 @@
+---
+title: "gitson"
+description: "Git forge for our needs"
+draft: true
+---
+
+Custom git forge for the Robson organization.
+
+> **NOTE: This is not ready for use**
diff --git a/content/projects/robson-gl.md b/content/projects/robson-gl.md
new file mode 100644
index 0000000..60f1abf
--- /dev/null
+++ b/content/projects/robson-gl.md
@@ -0,0 +1,12 @@
+---
+title: "robsonGL"
+description: "Portable graphics library for any platform"
+weight: 2
+---
+
+This library implements all major operations one would expect to draw 2D scenes
+in a screen. All operations are done using fixed-point numbers, allowing systems
+that lack FPUs to use this library normally. The main focus is to be used for
+drawing the UI.
+
+> **NOTE: This is not ready for use**
diff --git a/content/projects/ruim.md b/content/projects/ruim.md
new file mode 100644
index 0000000..22c9567
--- /dev/null
+++ b/content/projects/ruim.md
@@ -0,0 +1,9 @@
+---
+title: "RUIM"
+description: "UI module for making cross-platform applications"
+weight: 1
+---
+
+Complete UI module for creating fast GUI applications on major platforms.
+
+> **NOTE: This is not ready for use**