Skip to content

Commit 985d55f

Browse files
authored
Update LibrariesInfo.md
1 parent 8e208f7 commit 985d55f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

LibrariesInfo.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## Libraries used in Terrain generation module and CellGame project
22

33
### 1) <a href="https://github.com/cocos2d/cocos2d-x"> cocos2d-x </a>
4+
### Warning: on win32 only MSVC is supported
45
Multi-platform framework for building 2d games.
56
This framework was chosen due to my past experiance of using it. I didn't want to use some bigger game frameworks like unity/unreal because of my will of creating game without using GUI creators on c++ to see how it behaves during developing of a game. I know about existence of Cocos Creator, but it supports c++ in a translation way.
67

@@ -22,6 +23,7 @@ As a lack of functionality - no Discrete Distribution wrapper so I needed to use
2223

2324

2425
### 4) <a href="https://github.com/dtschump/CImg"> CImg Library </a>
26+
### Warning: after many hours of search found out that CImg Library is not fully supported by MSVC compiler
2527
Header-only toolkit for image processing.
2628
Has huge functional for image generation and transform, that was needed for my project.
2729
After looking through a tutorial you can use basic functionality with ease.

0 commit comments

Comments
 (0)