From 9f77daf1c6f5e10afca60f6ecd9f86d3e0d07d3b Mon Sep 17 00:00:00 2001 From: McMassiveNZ <12842622+McMassiveNZ@users.noreply.github.com> Date: Mon, 3 Jul 2023 23:00:17 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 74eb559..2680b88 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# window-starter -[![build](https://github.com/McMassiveNZ/window-starter/actions/workflows/ci.yml/badge.svg)](https://github.com/McMassiveNZ/window-starter/actions/workflows/ci.yml) +# opengl-starter +[![build](https://github.com/McMassiveNZ/opengl-starter/actions/workflows/ci.yml/badge.svg)](https://github.com/McMassiveNZ/opengl-starter/actions/workflows/ci.yml) -A window-starter cpp project which can open a simple window. The project contains boilerplate for CMake, testing and basic CI. Static Analysis, Unit Tests and Sanitizers are off by default +An opengl-starter cpp project which can open a simple window, create an OpenGL rendering context and render a quad to the screen. Its all done from scratch without using any 3rd party libraries like GLFW or GLEW. The project contains boilerplate for CMake, testing and basic CI. Static Analysis, Unit Tests and Sanitizers are off by default