From 0add3a5652d868233f6b840a5212ee392e2f23d3 Mon Sep 17 00:00:00 2001 From: WillisMedwell Date: Sun, 28 Jan 2024 19:39:31 +1100 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d733ccc..c57201a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ # A Portable Graphics Engine An experimental project exploring a range of tools, techniques, and topics related to graphics (OpenGL). Using Emscripten, the project is also portable to the web. The repo is broken into several projects: - **Engine** is the core rendering and window management. -- **Demos** provides the logic of the app. -- **Test** includes unit and integration tests - both native and browser based. +- **Demos** is a test project for whatever feature I'm working on. +- **Test** is composed of unit and integration tests. + +Check out the online tests here...

Building