From d0e18bdb7924c71cdca8dd983711171d87ef28be Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Mon, 17 Jan 2022 23:12:32 -0500 Subject: glplanet, an OpenGL-based planetary renderer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit glplanet draws Earth like it currently appears from space, putting nighttime areas in shadow and daytime areas in light. It’s modeled after Xplanet (http://xplanet.sourceforge.net/), but whereas Xplanet is entirely a CPU-resident program, glplanet draws using OpenGL. It’s thus much less resource-intensive, particularly when using high-resolution textures. --- build.ninja | 1 + 1 file changed, 1 insertion(+) create mode 120000 build.ninja (limited to 'build.ninja') diff --git a/build.ninja b/build.ninja new file mode 120000 index 0000000..d4e407e --- /dev/null +++ b/build.ninja @@ -0,0 +1 @@ +buildconf/fastbuild.ninja \ No newline at end of file -- cgit v1.2.3