Skip to content

olex-bel/FigLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library for drawing graphical primitives like circle, polygon, arc etc. in OpenGL.

using:
    // declaration of variable
    FigLib::Circle c1;
    
    OnInit(){
    // calculation points of the circle
        c1.calculate(50.0f);
    }
    
    OnPaint(){
    // drawing citrcle
        c1.draw(10.0f, 10.0f, 0.0f);
    }
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published