/christmas_tree

A Christmas Tree in SDL2, OpenGL and C

Primary LanguageCMIT LicenseMIT

Christmas Tree

A neat little ornament, written in C/C++ with SFML, OpenGL3. Inspired by: https://github.com/anvaka/atree

Screenshot

Requirements

  • Working C/C++ compiler
  • Make
  • SFML
  • cglm
  • OpenGL 3.2 support

Build/Install

Run 'make' and then './christmas_tree'.

Press 'q' to quit.

Notes

  • Only tested on Linux
  • Defaults to 1280x800 window and is V-sync'd (not verified)
  • Probably lots of room to optimize for lower powered platforms

References