From 0ce513a0f39fa4fdda5195d134fd2652d7b924ef Mon Sep 17 00:00:00 2001 From: Jason Bou-Samra <154414066+bou-samra@users.noreply.github.com> Date: Fri, 23 Feb 2024 19:45:16 +1100 Subject: [PATCH] Add files via upload --- README.md | 113 +++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 107 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e7b0211..09edf1f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,108 @@ -# 3D-cube -Realtime 3D rotating cube in Ada and SDL2 + + +

3D-Cube (Ada)

+ + +
+ Table of Contents +
    +
  1. + About The Project + +
  2. +
  3. + Getting Started + +
  4. +
  5. Usage
  6. +
  7. Roadmap
  8. +
  9. Contributing
  10. +
  11. License
  12. +
  13. Contact
  14. +
  15. Acknowledgments
  16. +
+
+ + + + +## About The Project + +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! + +

(back to top)

+ + + +### Built With + +

(back to top)

+ + + + +## Getting Started + + +### Prerequisites + + + +### Installation + +

(back to top)

+ + + + +## Usage + + +

(back to top)

+ + + + +## Roadmap + +

(back to top)

+ + + + +## Contributing + +

(back to top)

+ + + + +## License + +Distributed under the MIT License. See `LICENSE.txt` for more information. + +

(back to top)

+ + + + +## Contact + +

(back to top)

+ + + + +## Acknowledgments + +

(back to top)

+ + + + -## 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!