Skip to content

clbrunet/SomeGraphics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

154 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SomeGraphics

Some graphics using C++ / OpenGL

SomeGraphicsEditor screenshot

Building

First, you'll need to install Git and CMake.

Open a command prompt and run :

git clone -j4 --recurse-submodules https://github.com/clbrunet/SomeGraphics.git && cd SomeGraphics

Unix using Make (macOS is untested, but could work)

cmake -B build && cmake --build build --parallel 4 && ./build/editor/SomeGraphicsEditor

Windows using Visual Studio

Ensure that you have Visual Studio installed, then run the following command :

cmake -B build

You can now open the project solution file build/SomeGraphics.sln and press the start button.

Windows using MinGW-w64

Follow the MinGW-w64 installation instructions here, then run :

cmake -B build -G "MinGW Makefiles" && cmake --build build --parallel 4 && "./build/editor/SomeGraphicsEditor"

Dependencies

About

Some graphics using C++ / OpenGL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages