virtualglobebook / OpenGlobe

A 3D engine for virtual globes (think Google Earth or NASA World Wind) designed to illustrate the engine design and rendering techniques described in our book. OpenGlobe is written in C# and uses OpenGL 3.3 core profile (via OpenTK). See the web site linked below for more information
http://www.virtualglobebook.com
Other
346 stars 113 forks source link

OpenGlobe Source release #5

Open slobodaPolina opened 6 years ago

slobodaPolina commented 6 years ago

Hi! It is somewhat painful now to build Source project under windows 8+... It would be nice if you can release compiled version here for those who just want to have a look at the examples without the need to change it.

pjcozzi commented 6 years ago

Hi @jatskopolina - we haven't been actively maintaining this repo as @kring and I are both focused on building Cesium.

However, we would welcome any pull requests for Windows 8+ if you have the time to contribute.

prusswan commented 1 year ago

Just want to share that the examples actually work on recent versions of Ubuntu, not many programming books have working code that can withstand the test of time (job well done!)