From dec25aa723e76b0b230caae586bd0537fac78b9e Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Thu, 29 Jun 2023 17:15:36 +0700 Subject: [PATCH] Like that --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 783d9c0..0b05cec 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ Graphics + Web + Functional Programming The goal of this project is to learn about the intersection of 3 different topics; graphics, web, and functional programming. The FP acronym refers to both -the fact that it's a *F*irst *P*erson camera, as well as being implemented using -*F*unctional *P*rogramming. It uses Elm with WebGL to create a basic 3D first-person +the fact that it's a **F**irst **P**erson camera, as well as being implemented using +**F**unctional **P**rogramming. It uses Elm with WebGL to create a basic 3D first-person scene implementing several lower level graphics techniques including matrix transformations to model parent/child local transforms, texture mapping, and basic lighting with shaders. Consider it the humble beginnings of a functional