From 1017a2614c1708bac638fec5108b5dc83729f760 Mon Sep 17 00:00:00 2001 From: Miguel Date: Tue, 2 Apr 2019 20:36:52 +0200 Subject: some new stuff --- .../00030_Computer-Games/00150_TU-Racer/index.md | 7 +- .../00030_Computer-Games/00200_Inside-Out/index.md | 20 ++++ .../00200_Inside-Out/insideout.mp4 | Bin 0 -> 1669010 bytes .../00200_Inside-Out/insideout.webm | Bin 0 -> 1000359 bytes .../00008_Computer-Science-Literature/index.md | 1 - .../00010_Links-and-Literature/index.md | 3 +- 00_blog/00040_Haskell/00020_GHC-Notes/index.md | 30 ++--- .../00040_Convex-and-Concave-Hulls/alpha.png | Bin 0 -> 555961 bytes .../00040_Convex-and-Concave-Hulls/index.md | 20 ++++ 00_blog/00040_Haskell/00040_Graham-Scan/index.md | 128 --------------------- .../00040_Haskell/00220_Neural-Networks/index.md | 7 ++ .../00240_FFI-Foreign-Function-Interface/index.md | 19 +++ 12 files changed, 88 insertions(+), 147 deletions(-) create mode 100644 00_blog/00030_Computer-Games/00200_Inside-Out/index.md create mode 100644 00_blog/00030_Computer-Games/00200_Inside-Out/insideout.mp4 create mode 100644 00_blog/00030_Computer-Games/00200_Inside-Out/insideout.webm create mode 100644 00_blog/00040_Haskell/00040_Convex-and-Concave-Hulls/alpha.png create mode 100644 00_blog/00040_Haskell/00040_Convex-and-Concave-Hulls/index.md delete mode 100644 00_blog/00040_Haskell/00040_Graham-Scan/index.md create mode 100644 00_blog/00040_Haskell/00240_FFI-Foreign-Function-Interface/index.md (limited to '00_blog') diff --git a/00_blog/00030_Computer-Games/00150_TU-Racer/index.md b/00_blog/00030_Computer-Games/00150_TU-Racer/index.md index 0fa52b7..b6fd943 100644 --- a/00_blog/00030_Computer-Games/00150_TU-Racer/index.md +++ b/00_blog/00030_Computer-Games/00150_TU-Racer/index.md @@ -5,10 +5,11 @@ My top rated Game Project from University Times implemented for the legendary _Computergraphik_ II & III Courses. You participate in deadly races around the Technical University, as well -as in psychodelic worlds to earn money for your tuition fees, which the -Austrian government just invented. (back then in 00s...) +as in some psychodelic worlds to earn money for your tuition fees, which the +Austrian government just invented, back then in the 2000s. :smile: -The game is using a custom game engine based on raw OpenGL. +The game and physics use a custom engine based on raw OpenGL, which was +written from scratch.