Skip to content

This repository is a codebase of different exercices requested by Computer Graphics Courses #1 of KMU Uni.

License

Notifications You must be signed in to change notification settings

Miou-zora/Keimyung-Computer-Graphic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KMU-Computer-Graphic

This repository is a codebase of different exercices requested by Computer Graphics Courses #1 of KMU Uni.

Current results

📑 Requirements

🔧 Dependencies

  • xmake
  • Maybe Vcpkg (I don't know if xmake automatically install vcpkg)

Usage

🔧 Setup

Start by cloning this repository

git clone https://github.com/Miou-zora/Xmake-OpenGl.git
cd Xmake-OpenGl

👷 Building

Release

xmake f -m release
xmake build -y

Debug

xmake f -m debug
xmake build -y

🚀 Running

xmake run

IDE

VS Code

If you're using VS Code (on windows), don't forget to add these paths to includePath:

"path_to_appdata\\Local\\.xmake\\packages\\**",
"path_to_vcpk\\vcpkg\\installed\\x64-windows-static\\**"

If you don't know the correct path for you, you can run:

xmake l find_package gl3w

or

xrepo info glm
xrepo info glfw

About

This repository is a codebase of different exercices requested by Computer Graphics Courses #1 of KMU Uni.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published