CStellDevlog
February 16, 2025

Constellation Engine

Posted on February 16, 2025  •  2 minutes  • 241 words
Table of contents

Constellation Engine

Rendering Constellations!

3D Game Engine written in C++

CGraphicsCore

Please visit CGraphicsCore repository for latest version Constellation Engine codebase CGraphicsCore

3D renderer and framework for learning OpenGL. It is rewrite of Constellation Engine(CStell) for educational purpose and betterment of CStell.

Old Version

Prerequisites

Clone repository

git clone --recursive https://github.com/VedantS-32/CGraphicsCore.git

Build Instructions

vendor/premake/bin/premake5.exe gmake2 #<-- Replace gmake2 with vs2022 for Visual Studio Solution
make -j #Number of core you want to allocate for compilation
make CC= C_Compiler CXX= C++_Compiler config=BuildConfig -j Cores
    make CC=gcc CXX=g++ config=release -j 4

Aims

Blogs

Follow me!

I post from artworks to my coding ventures