Skip to content

WindOfXaos/COVET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COVET

status license windows linux testing

Whoso unfetters the fiend reaps the benefit.

Screenshots

screenshot1 screenshot2 screenshot3 screenshot4

Download

Github Releases version

Project Structure

root
├──bin        // build output and assets
├──build      // intermediate files
├──doc        // documentation
├──include    // public headers
├──lib        // libraries
├──src        // project source code
├──test       // unit tests
└──vendor     // third-party

Building

Clone the repository

$ git clone --recursive https://github.com/WindOfXaos/COVET
$ cd COVET

Makefile

Build GLFW

$ make GLFW

Build source code

$ make

Run project

$ cd bin
$ ./COVET

Unit tests

$ make test

Clean

$ make clean