# river **Repository Path**: simonlkc/river ## Basic Information - **Project Name**: river - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-29 - **Last Updated**: 2023-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Animated River Animated river in OpenGL. River is animated via the fragment shader using a scrolling normal map. Note: This was just for learning 3D graphics so this definitely isn't production quality code. Lots of globals, uses immediate mode, and unoptimized for performance. Read more about it at [https://josephcmontgomery.weebly.com#river](https://josephcmontgomery.weebly.com#river) ![Animated River](./final_project_assets/animated-river_orig.gif) ### Usage You should be able to just clone and open the solution file (RiverProject.sln) in Visual Studio. I've only tested in Visual Studio 2019 on Windows