https://github.com/sukruciris/skr
SKR framework for making 2d windows games/applications
https://github.com/sukruciris/skr
c cpp game-development
Last synced: 3 months ago
JSON representation
SKR framework for making 2d windows games/applications
- Host: GitHub
- URL: https://github.com/sukruciris/skr
- Owner: SUKRUCIRIS
- License: mit
- Created: 2022-04-02T20:33:52.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-04T15:08:52.000Z (about 4 years ago)
- Last Synced: 2025-01-21T05:27:11.636Z (about 1 year ago)
- Topics: c, cpp, game-development
- Language: C
- Homepage:
- Size: 367 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SKR
SKR is an easy to use 2d game/application making framework for windows platform. It is a C library, so you can use it in your C/C++ projects. You can include the source files directly into your project.
SKR consists of three main parts:
1- Rendering/window management/input part which is built on win32/direct2d.
2- A simple 2d physics engine for games.
3- I used SoLoud library for audio part of this framework. (https://github.com/jarikomppa/soloud)
SKR framework is developed by Şükrü Çiriş (except the audio part), and uses the MIT license.
# Documentation?
I will write somethings or make some youtube videos about SKR, when I have time.