From a98128f3ff9692e9b237ea6925e3c39e4479c02c Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Thu, 29 Jun 2023 17:15:12 +0700 Subject: [PATCH] Bold acronym --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03e6af6..783d9c0 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 First Person camera, as well as being implemented using -Functional Programming. 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