nclslbrn / OF_projects

OpenFrameworks projects :clapper: :book:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open Frameworks projects

OpenFrameworks (personal) sketchbook

Prerequisite

Build some apps

This repo doesn't contains binaries but everything to build them, currently theses apps are built from linux using gcc, using VS code (Codium build).

You have to clone this repo in oF/apps/. Foreach project you want to run, you have to create a configure the apps (Make config and vscode tasks and workspace files in my case) with openFrameworks project generator. Moreover project generator will link oF addons and alert you if there are missing on your oF installation.

If you use Vscode to edit and build apps you have to open code *.code-workspace file (do not open c++ files directly, build tasks will be not initialized).

Other dependencies

Most project use openFrameworks addons, look into addons.make entries and install them manually. Some projects require extra apps such as gisicle, blender.

About

OpenFrameworks projects :clapper: :book:

License:MIT License


Languages

Language:C++ 91.1%Language:GLSL 7.8%Language:JavaScript 0.5%Language:Python 0.5%Language:Makefile 0.2%