Update README.md

This commit is contained in:
McMassiveNZ
2023-07-03 23:00:17 +02:00
parent e2a1f86ac8
commit 9f77daf1c6

View File

@@ -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