# mork **Repository Path**: Jkael/mork ## Basic Information - **Project Name**: mork - **Description**: A minmal OpenGL rendering kernel. fork for LarsFlaeten / mork - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mork A minmal OpenGL rendering kernel. ![alt text](https://raw.githubusercontent.com/LarsFlaeten/mork/master/web/moon_normal_map.png "Moon with normal map") ![alt text](https://raw.githubusercontent.com/LarsFlaeten/mork/master/web/teapot_reflective.png "Shiny teapot") This project is loosely inspired by Inrias ORK, but completely rewritten - Compatible with modern OpenGL 4.5 core profile - No NVIDIA specific calls - "Modern" C++17 The development and examples are also based on JoeyDeVries excellent OpenGL tuturials over at [LearnOpenGL](http://learnopengl.com/)