Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 76da496

Browse files
committed
Update README.md
1 parent e125231 commit 76da496

File tree

2 files changed

+37
-42
lines changed

2 files changed

+37
-42
lines changed

README.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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)

module/README.md

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)