https://github.com/seng3694/idk
2D Graphics Library written in C and OpenGL
https://github.com/seng3694/idk
2d 2d-game-framework 2d-graphics-library c opengl
Last synced: 18 days ago
JSON representation
2D Graphics Library written in C and OpenGL
- Host: GitHub
- URL: https://github.com/seng3694/idk
- Owner: Seng3694
- License: mit
- Created: 2022-03-06T06:37:47.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-29T21:00:55.000Z (almost 3 years ago)
- Last Synced: 2025-03-21T20:18:28.673Z (about 1 year ago)
- Topics: 2d, 2d-game-framework, 2d-graphics-library, c, opengl
- Language: C
- Homepage:
- Size: 3.87 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IDK
2D Graphics library written in C and OpenGL.
## Work in progress
This project is still in development and will most likely change a lot. Use with caution.
## Current Features
- Window
- Shape Rendering
- Texture Rendering
- Batch Rendering
- Keyboard/Mouse/Gamepad inputs
- Camera transformations
- Shader
- Tilemaps
## Example
https://user-images.githubusercontent.com/16745114/159448293-fc4db126-109f-486f-80b5-3db3d3b13a18.mp4
## Future Plans
- Audio
- Fonts
## External
- [GLFW][3]
- [GLAD][4]
- [stb_image][5]
## License
This software is licensed under the MIT License. See [LICENSE][2] for more information.
[2]:LICENSE
[3]:https://github.com/glfw/glfw
[4]:https://github.com/Dav1dde/glad
[5]:https://github.com/nothings/stb