An open API service indexing awesome lists of open source software.

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

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