diff options
| author | Roberto Esteves <contact@robertoesteves.dev> | 2025-12-31 14:19:13 +0000 |
|---|---|---|
| committer | Roberto Esteves <contact@robertoesteves.dev> | 2025-12-31 14:19:13 +0000 |
| commit | 78070157c5ecee8ef52fe25f74e28fe188cfa95c (patch) | |
| tree | bca4c635dd86d017e053f64ac75938858eeb7111 /content/projects | |
Diffstat (limited to 'content/projects')
| -rw-r--r-- | content/projects/_index.md | 3 | ||||
| -rw-r--r-- | content/projects/gitson.md | 9 | ||||
| -rw-r--r-- | content/projects/robson-gl.md | 12 | ||||
| -rw-r--r-- | content/projects/ruim.md | 9 |
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** |