Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielblagy/dewcin_yt
Dewcin is a C++ game framework made using Win32 API.
https://github.com/danielblagy/dewcin_yt
game game-2d game-cpp game-development game-development-cpp game-engine-2d game-framework game-framework-2d win32 win32-api
Last synced: 22 days ago
JSON representation
Dewcin is a C++ game framework made using Win32 API.
- Host: GitHub
- URL: https://github.com/danielblagy/dewcin_yt
- Owner: danielblagy
- License: mit
- Created: 2022-03-14T12:32:29.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-20T06:41:13.000Z (over 2 years ago)
- Last Synced: 2024-10-15T18:44:44.784Z (2 months ago)
- Topics: game, game-2d, game-cpp, game-development, game-development-cpp, game-engine-2d, game-framework, game-framework-2d, win32, win32-api
- Language: C++
- Homepage:
- Size: 19.5 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Dewcin is a C++ game framework made using Win32 API
The tutorial on making this game framework is [on Youtube](https://youtube.com/playlist?list=PL5Lk2LPoiyAKDzUg1KKJkkqcvoK6VI6Jp).
### Ep. 1 Introduction
[Go to the video](https://youtu.be/mJlwQf5ZUq0)### Ep. 2 Main Loop & Window
[Go to the video](https://youtu.be/ZdtMJPJx9jk)[Go to the commit](https://github.com/danielblagy/dewcin_yt/commit/3e61444154569b9e71cd2ab7a1bb93dcd94318eb)
### Ep. 3 2D Graphics
[Go to the video](https://youtu.be/JWnhgWEmO10)[Go to the commit](https://github.com/danielblagy/dewcin_yt/commit/92646663b25532e215d413a406047b24b3870e3c)
### Ep. 4 Keyboard Input Handling
[Go to the video](https://youtu.be/BogrUrFuQ6A)[Go to the commit](https://github.com/danielblagy/dewcin_yt/commit/365a3bb1b427b5cb01effd1900174e920c6a5a67)
### Ep. 5 Mouse Input Handling
[Go to the video](https://youtu.be/hNlpfNgcyPs)[Go to the commit](https://github.com/danielblagy/dewcin_yt/commit/248977c3e2b92d6d7797cad6b3e82e492c24a8cb)
### Ep. 6 How To Use Delta Time
[Go to the video](https://youtu.be/OW-fukWgXDI)[Go to the commit](https://github.com/danielblagy/dewcin_yt/commit/512b96acc2ecdb46b38d2c46300ecbab64825843)
### Ep. 7 Render Functions
[Go to the video](https://youtu.be/SUYTRi3X8kM)[Go to the commit](https://github.com/danielblagy/dewcin_yt/commit/9c3c0608adab429804827915a7078b50efec6ca3)