# core **Repository Path**: heray/core ## Basic Information - **Project Name**: core - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-20 - **Last Updated**: 2022-01-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # core A collection of common tools for computer graphics applications. So far it includes a basic opengl abstrction that sits on GLFW and imgui and a variety of general tools for geometry processing and using the eigen. The implementation is meant to be similar to libigl (libigl.github.io), except a KEY difference for those using both is that this library uses COLUMN vectors while libigl uses ROW vectors.