This repository was archived by the owner on Oct 18, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +37
-42
lines changed
Expand file tree Collapse file tree 2 files changed +37
-42
lines changed Original file line number Diff line number Diff line change 1+ <p align =" center " >
2+ <img src=".github/resources/images/logo.png"
3+ style="height: 200px">
4+ </p >
5+
6+ # SWEngine-OpenGLModule ⚓
7+
8+ ## Description
9+
10+ This module built with OpenGL and GLFW provide several components to build your graphical project.
11+ OpenGLModule support Linux and Windows platform. Check our [ documentation] ( https://docs.creative-rift.com/ ) for more information.
12+
13+ ## Compilation
14+
15+ To build the project simply use these commands:
16+
17+ ``` bash
18+ mkdir build ; cd build
19+ cmake -G " Visual Studio 17 2022" -DCMAKE_BUILD_TYPE=[Debug/Release] ..
20+ cmake --build . --target Incaribus --config [Debug/Release]
21+ ```
22+
23+ The output program will be in ` SWEngine-graphical/out/[Debug/Release]/SWEngine-OpenGLModule.dll `
24+
25+ ## Documentation
26+
27+ You can visit our [ documentation] ( https://docs.creative-rift.com/graphical-module/opengl ) for more information.
28+
29+ ## Example
30+
31+ We have one example with this Module check out [ Icaribus] ( https://github.com/Creative-Rift/Incaribus )
32+
33+ ## Author
34+
35+ Made on our ship with :heart : \
36+ [ Guillaume Soisson] ( https://github.com/Alvarwow69 ) \
37+ [ Guillaume Debard] ( https://github.com/SheItoon )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments