Skip to content

HyungjunAn/ogl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# How to Build

#-------------------------------------------------------------
# Linux
#-------------------------------------------------------------
$ mkdir build
$ cd build
$ cmake ..
$ make all

#-------------------------------------------------------------
# Windows(cmake + MinGW)
#-------------------------------------------------------------
$ mkdir build
$ cd build
$ cmake .. -G "MinGW Makefiles"
$ mingw32-make.exe all

// For specific project
$ mingw32-make playground

Packages

No packages published

Languages

  • C++ 85.6%
  • CMake 9.7%
  • Python 4.7%