This repository has been archived on 2026-04-25. You can view files and clone it, but cannot push or open issues or pull requests.
Physics-Sandbox/README.md

22 lines
647 B
Markdown
Raw Permalink Normal View History

2024-05-08 12:31:37 -05:00
# Physics-Sandbox
2024-05-08 12:32:42 -05:00
This was made for Mac, With C++, Using GLUT ( OpenGL Utility Toolkit )
It was Extreamly helpful using OpenGL to create 2d and 3d graphics.
# Downloading the source
### If you're not on a mac
* Download Any IDE
* Copy the main.cpp from the repo
* Compile using any prefered librarries
### If you're using a mac
* Clone the repo:
- *git clone https://github.com/Maddox-Werts/Physics-Sandbox.git*
* Open the ***.xcodeproj*** file.
I belive that's it if you're using a mac,
Just open Main.cpp, click run and BAM!
If it's not working, try going into the add frameworks
page, add a framework for OpenGL and GLUT and you're done!