Commit Graph

4 Commits

Author SHA1 Message Date
David Leal
d0f7f230ca
fix: use FreeGlut newest GitHub link (#2397)
* updating DIRECTORY.md

* fix: use FreeGlut newest GitHub link
2022-11-23 22:17:17 -06:00
Krishna Vedala
d8affb52e3
Revert "updated free glut checksum (#976)" (#979)
This reverts commit 09d47709f8.
2020-07-24 16:41:01 -04:00
Krishna Vedala
09d47709f8
updated free glut checksum (#976) 2020-07-23 16:59:28 -04:00
Krishna Vedala
05bb23ca27
[enhancement] New Graphics implementation with algorithm for spirograph (#936)
* added spirograph program

* add graphics forlder to cmake

* updating DIRECTORY.md

* enable VNC for GUI programs on gitpod

* fix cpplint error

* fix macro definitions for correct documentation

* fix filename in docs

* move include from namespace to global

* download and build freeglut if not available

* install opengl libraries for build check

* fix syntax error

* fix quotes

* install mesa-utils instead

* use markepplace tool instead of installing

* fix syntax

* undo changes to github actions

* OpenGL not mandatory

* add private option to compile definition

* fix: corrected to compile definitions instead of options

* use the macro USE_GLUT

* compile FREEGLUT as a subdirectory. this maintains a consistency

* build freeglut_static when GLUT library not available

* provide keyboard control

* clang-tidy fixes for cb284bddb2

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2020-07-10 12:47:37 -04:00