You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This is a C++ static library to build simple 2D games. This engine is currently under development. It uses **SDL2** as its windowing API and **GLEW** to access **OpenGL 3.3** as its graphics API.
4
4
5
-
***Disclaimer:***When considering performance, this engine might not offer the highest efficiency.
5
+
***Disclaimer:***This engine might not offer the highest efficiency when considering performance.
6
6
7
7
This project takes inspiration from these learning materials - [MakingGamesWithBen](https://www.youtube.com/@makinggameswithben/featured), [LazyFoo's Tutorials](https://lazyfoo.net/), [The Cherno](https://www.youtube.com/@TheCherno)
8
8
@@ -16,6 +16,8 @@ This project takes inspiration from these learning materials - [MakingGamesWithB
16
16
17
17
- Simple GUI creation (buttons and plain text).
18
18
19
+
- Adding music and sound effects.
20
+
19
21
### Dependencies
20
22
21
23
- SDL 2.28.3
@@ -30,6 +32,8 @@ This project takes inspiration from these learning materials - [MakingGamesWithB
30
32
31
33
- stb_image 2.29
32
34
35
+
- SDL Mixer 2.8.0
36
+
33
37
### How To Use
34
38
35
39
For use in Visual Studio on both 32-bit and 64-bit Windows systems, you can download the pre-built library bundled with the additional dependencies from [here](https://github.com/shubha360/Evolve-Engine/releases).
@@ -42,10 +46,12 @@ Else, this can be used in one of 2 ways -
42
46
43
47
Either way, the dependencies stated above should already be installed in the system.
44
48
45
-
Please contact me at ***shubha360@outlook.com*** if you're having trouble using it. I intend to convert it to a CMake project in the future.
49
+
Please get in touch with me at ***shubha360@outlook.com*** if you're having trouble using it. I intend to convert it to a CMake project in the future.
0 commit comments