Skip to content

razeleakers/ScrewyGL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ScrewyGL

ScrewyGL v2.0

Table of Contents

Description

Would you like to make drawings in OpenGL C++ without it taking you much time to do them? Well, ScrewyGL is your solution

Installation

Clone this repository

git clone https://github.com/razeleakers/ScrewyGL.git

Dependencies

Go to Tools -> NuGet Package Manager -> Package Manager Console

Update-Package -Reinstall

Usage

You can draw directly on the left scene/panel

Select the color you prefer and bring your drawings to life!

With real-time drawing, you can see your draw appear instantly on your screen (NEW!)

You can make use of some types of drawing 2D that OpenGL has

  • GL_LINES
  • GL_LINE_LOOP
  • GL_LINE_STRIP (NEW!)
  • GL_TRIANGLES
  • GL_TRIANGLE_STRIP (NEW!)
  • GL_TRIANGLE_FAN (NEW!)
  • GL_QUADS
  • GL_TRIANGLE_STRIP (NEW!)
  • GL_POLYGON

Don't worry about the code, ScrewyGL will generate it for you!

result

The only limit is your imagination!

example1

Now supports 3D drawings!

example2

Created by M3RFR3T