Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.