ProcStack / lineDraw

First C++ Program & OpenFrameworks Test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Line Draw v0.0.1 - Alpha

First C++ Program & Initial Test For OpenFrameworks

Move your mouse around, it will effect the movement of the line


Decided to get OpenFrameworks to help me learn C++ along with the ability to connect to USB peripherals, webcam, among many other things.

So, this is my first compiled program!

I'm storing some point positions, then drawing multi colored triangles between neighboring points to create a trippy trail!

Line Draw Video


The Visual Studio folder has the 3 main files to change in a new OpenFrameworks project.
Just replace those files on a new project and it should build fine!
I'm guessing it should work just fine on any OS and Visual Studio / MSYS2 / GCC / etc. compilers


Thanks for checking out my little test!

About

First C++ Program & OpenFrameworks Test


Languages

Language:C++ 100.0%