Skip to content

My attempt to build a simple general purpose math engine

Notifications You must be signed in to change notification settings

vatsal-afk/Aethereal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌀 Aethereal

🔧 Project Setup (Ubuntu / Debian)

📦 Install Dependencies

sudo apt update
sudo apt install build-essential cmake \
    libglfw3-dev libgl1-mesa-dev libglu1-mesa-dev \
    libglm-dev libx11-dev libxi-dev libxcursor-dev \
    libxrandr-dev libxinerama-dev libglew-dev

🛠️ Build the Project

make

🚀 Run

./app

About

My attempt to build a simple general purpose math engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages