Skip to content

Dholguin-Programmer/Assignment_1

Repository files navigation

Assignment_1 - DSS

Dependencies

  • Python3 - (Installed onto system)
  • gcc/g++ - (Installed onto system)
  • curl - (Installed onto system)
  • freetype2 - (Installed onto system)
  • OpenGL - (Installed onto system)
  • Cmake 3.11 - (Installed onto system)
  • GLAD - Built from source (see 3rdParty directory)
  • GLM - Built from source (see 3rdParty directory)
  • glfw - Built from source (see 3rdParty directory)
  • json - Built from source (see 3rdParty directory)

More details about 3rd party dependencies

Important Notes

For the GLAD dependency, the Assignment_1's CMakeLists assumes that this repository is build "in source" i.e ran the following commands:

  • cd 3rdPartyLibs/glad
  • cmake .
  • make

Future Tasks

Design

System Improvement Fixes

Possible Issues?

  • Make objects, no matter the number, fully rendered within the users screen
  • Resolve any warnings

How to run this?

First you'll need build GLAD as pointed out in the Important Notes section. After that, assuming you have the other dependencies installed, you'll just need to run

  • python3 build.py
  • cd .build/Assignment_1/App
  • ./myapp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published