cs381/as3
John Montagu, the 4th Earl of Sandvich e69398d87f
Add AS3 files
2026-02-22 20:03:58 -08:00
..
generated Add AS3 files 2026-02-22 20:03:58 -08:00
CMakeLists.txt Add AS3 files 2026-02-22 20:03:58 -08:00
README.md Bootstrap AS3 2026-02-18 14:36:39 -08:00
as3.cpp Add AS3 files 2026-02-22 20:03:58 -08:00
skybox.cpp Add AS3 files 2026-02-22 20:03:58 -08:00
skybox.hpp Add AS3 files 2026-02-22 20:03:58 -08:00

README.md

Building and Running

Clone the repository, navigate to the root of the project, and initialize the submodules:

git clone https://github.com/humanoidsandvichdispenser/cs381.git
cd cs381
git submodule update --init --recursive

Navigate to the as3 directory, create a build directory, and run CMake to generate the build files:

cd as3
mkdir -p build
cd build
cmake ..

Compile the code using make:

make

This should create an executable named as3 in the build directory. You can run the executable with the following command:

./as3

Instructions on how to use the program