Skip to content

Vatnar/vatnarlibcpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VatnarLib

VatnarLib is a graphics library written in C++. It is designed primarily for learning purposes but includes foundational features to support basic graphic rendering and animations.

Implementation Checklist

  • SMFL Window Drawing
  • ** std::optional Component system for IGameobjects**
  • ** Circle collision
  • Parametric Curves
  • Vector Object Drawing
  • 3D Rendering
  1. Prerequisites:

    • CMake: Install CMake from here.
    • C++ Compiler: Ensure you have a C++20-compatible compiler (e.g., g++, clang++, or MSVC on Windows).
    • VCPK: The project uses a vcpkg.json file to fetch dependencies.
  2. Clone the Repository: Clone the repository to your local machine:

    git clone https://github.com/Vatnar/vatnarlibcpp.git
    cd vatnarlibcpp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published