Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Radar animation using OpenGL

This was a little fun project while learning how to program with OpenGL

Radar preview

Prerequisites

  • C++ compiler (Clang or GCC)
  • OpenGL
  • GLUT
  • CMake (3.10+)

Build and Run

macOS (including Apple Silicon)

cmake -B build && cmake --build build
./build/radar

Linux

cmake -B build && cmake --build build
./build/radar

Or using the Makefile directly:

make && ./radar

About

Radar animation using OpenGL

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages