Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fraser-levack/cpaint
Using FreeGLUT (openGL) to make a simple painting program in C
https://github.com/fraser-levack/cpaint
opengl paint
Last synced: about 2 months ago
JSON representation
Using FreeGLUT (openGL) to make a simple painting program in C
- Host: GitHub
- URL: https://github.com/fraser-levack/cpaint
- Owner: Fraser-Levack
- Created: 2024-08-22T21:35:03.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-28T20:31:53.000Z (4 months ago)
- Last Synced: 2024-10-19T22:12:32.434Z (3 months ago)
- Topics: opengl, paint
- Language: C
- Homepage:
- Size: 119 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CPaint
Basic painting application. Canvas and rendering made using FreeGLUT / openGL,
### Current how to use
Click to draw to canvas, change colours using w,r,g,b keys and clear canvas using esc.
### Requirements
MinGW downloaded for C.
FreeGlut within MinGW lib and bin space.