From 858ce0b2e8a7e83981f032f5f144e718a78dc4ef Mon Sep 17 00:00:00 2001 From: CrispyPin Date: Tue, 22 Mar 2022 17:56:17 +0100 Subject: [PATCH] create draft for projects page --- docs/blender/index.html | 2 +- docs/fractals/index.html | 2 +- docs/index.html | 2 +- docs/projects/index.html | 33 +++++++++++++++++++++++++++++++-- docs/style.css | 11 ++++++++++- docs/style.css.map | 2 +- docs/style.scss | 10 +++++++++- pages/projects/index.html | 31 ++++++++++++++++++++++++++++++- templates/navbar.html | 2 +- 9 files changed, 85 insertions(+), 10 deletions(-) diff --git a/docs/blender/index.html b/docs/blender/index.html index 2adbc60..0ee98ad 100644 --- a/docs/blender/index.html +++ b/docs/blender/index.html @@ -18,7 +18,7 @@
  • Blender stuff
  • Projects
  • Fractals
  • -
  • Game of Life
  • +
  • Game of Life
  • Games
  • diff --git a/docs/fractals/index.html b/docs/fractals/index.html index fa96fb2..603a9b6 100644 --- a/docs/fractals/index.html +++ b/docs/fractals/index.html @@ -18,7 +18,7 @@
  • Blender stuff
  • Projects
  • Fractals
  • -
  • Game of Life
  • +
  • Game of Life
  • Games
  • diff --git a/docs/index.html b/docs/index.html index 181872b..ba3a343 100644 --- a/docs/index.html +++ b/docs/index.html @@ -18,7 +18,7 @@
  • Blender stuff
  • Projects
  • Fractals
  • -
  • Game of Life
  • +
  • Game of Life
  • Games
  • diff --git a/docs/projects/index.html b/docs/projects/index.html index 7e2ef77..c6da3fd 100644 --- a/docs/projects/index.html +++ b/docs/projects/index.html @@ -18,12 +18,41 @@
  • Blender stuff
  • Projects
  • Fractals
  • -
  • Game of Life
  • +
  • Game of Life
  • Games
  • -
    TODO: write things
    +
    + **This page is a draft** +

    Projects:

    + + + https://github.com/CrispyPin/ovr-utils +

    + OVR Utils is a VR overlay application that has some useful tools for SteamVR. It has been an ongoing project since may 2021. +

    +

    + I wanted an overlay that could tell me the time without having to open the steam dashboard, and to see the battery levels of my controllers easily, but couldn't find one for free that also had linux support. So I decided to create my own, and also wrote down a long list of other useful tools. So far only a few of these have been implemented, such as the image overlay and the keyboard. +

    + + + https://github.com/CrispyPin/voxel-meshing +

    + I really like voxels so I decided to try making an algorithm that generates a triangle mesh for a set of voxels. It tries to minimise the number of triangles by merging quads. +

    + + + https://github.com/CrispyPin/voxel-raymarcher + + + https://github.com/CrispyPin/gol-wallpaper +