Skip to content

tmsimont/great-circle-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Great Circle Generator

Screenshot

This C++ program generates "great circles" on a globe, calculates their intersections, and outputs all of the data to a JavaScript that can be embedded directly into a page for visualization.

The HTML, CSS and JavaScript files in this repo use the generated JavaScript to visualize the great circles with a d3.js globe.

circles.js is a pre-calculated output of the main program.

Use ./main > circles.js after compiling main to overwrite this file with fresh circles.

More about how this project works and why I built this on my blog.

I don't currently have a make file but you can compile with g++: g++ src/base/* -std=c++11 -I src -o main

About

A simple C++ program that generates random great circles on a globe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors