From 66be8276e45dd345e1d757520e8279d4964761ad Mon Sep 17 00:00:00 2001 From: Jason Bou-Samra <154414066+bou-samra@users.noreply.github.com> Date: Fri, 9 Feb 2024 19:24:42 +1100 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 01ca841..e7b0211 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # 3D-cube Realtime 3D rotating cube in Ada and SDL2 + +## Description +3DCube displays a rotating 3D vector graphic of a cube. +Written in Ada with language bindings for SDL provided by SDLAda (https://github.com/Lucretia/sdlada). +have fun!