All Projects → openframeworks → Openframeworks

openframeworks / Openframeworks

Licence: other
openFrameworks is a community-developed cross platform toolkit for creative coding in C++.

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
Makefile
30231 projects
Objective-C++
1391 projects
objective c
16641 projects - #2 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Openframeworks

Mosaic
Mosaic, an openFrameworks based Visual Patching Creative-Coding Platform
Stars: ✭ 250 (-97.11%)
Mutual labels:  graphics, audio, creative-coding, osx, openframeworks
Ofelia
A real-time cross-platform creative coding tool for multimedia development
Stars: ✭ 269 (-96.89%)
Mutual labels:  opengl, graphics, raspberry-pi, creative-coding, openframeworks
Rust Game Development Frameworks
List of curated frameworks by the **Game Development in Rust** community.
Stars: ✭ 81 (-99.06%)
Mutual labels:  opengl, graphics, audio
Csfml
Official binding of SFML for C
Stars: ✭ 211 (-97.56%)
Mutual labels:  opengl, graphics, audio
Miniaudio
Single file audio playback and capture library written in C.
Stars: ✭ 1,889 (-78.17%)
Mutual labels:  emscripten, audio, osx
Magnum Plugins
Plugins for the Magnum C++11/C++14 graphics engine
Stars: ✭ 66 (-99.24%)
Mutual labels:  emscripten, opengl, osx
Allegro5
The official Allegro 5 git repository. Pull requests welcome!
Stars: ✭ 1,165 (-86.53%)
Mutual labels:  opengl, audio, osx
Magnum Bootstrap
Bootstrap projects for Magnum C++11/C++14 graphics engine
Stars: ✭ 69 (-99.2%)
Mutual labels:  emscripten, opengl, osx
Magnum
Lightweight and modular C++11 graphics middleware for games and data visualization
Stars: ✭ 3,728 (-56.91%)
Mutual labels:  emscripten, opengl, graphics
Magnum Examples
Examples for the Magnum C++11/C++14 graphics engine
Stars: ✭ 180 (-97.92%)
Mutual labels:  emscripten, opengl, osx
Hello imgui
Hello, Dear ImGui: cross-platform Gui apps for Windows / Mac / Linux / iOS / Android / Emscripten with the simplicity of a "Hello World" app
Stars: ✭ 120 (-98.61%)
Mutual labels:  emscripten, creative-coding, osx
Raylib
A simple and easy-to-use library to enjoy videogames programming
Stars: ✭ 8,169 (-5.58%)
Mutual labels:  opengl, graphics, raspberry-pi
Sfml.net
Official binding of SFML for .Net languages
Stars: ✭ 354 (-95.91%)
Mutual labels:  opengl, graphics, audio
Sfml
Simple and Fast Multimedia Library
Stars: ✭ 7,316 (-15.44%)
Mutual labels:  opengl, graphics, audio
Raspberryrobot
基于树莓派的智能机器人
Stars: ✭ 11 (-99.87%)
Mutual labels:  raspberry-pi, opencv
Facerec Lock
Face recognition to control servo lock using Raspberry Pi and OpenCV
Stars: ✭ 7 (-99.92%)
Mutual labels:  raspberry-pi, opencv
Ofxstatusbar
Addon for openFrameworks to add icons and text to the statusbar of Mac OS X (needs support - see readme)
Stars: ✭ 11 (-99.87%)
Mutual labels:  creative-coding, openframeworks
Ashengine
A cross-platform 3D engine based on Qt 5.9.7, OpenGL 3.3 and Assimp 4.1.
Stars: ✭ 35 (-99.6%)
Mutual labels:  opengl, graphics
Mesh Subdivision
A collection of common mesh subdivision algorithms
Stars: ✭ 25 (-99.71%)
Mutual labels:  opengl, graphics
Gli
jvm gli
Stars: ✭ 21 (-99.76%)
Mutual labels:  opengl, graphics

openFrameworks

openFrameworks is a C++ toolkit for creative coding. If you are new to OF, welcome!

Slack Status

Build status

  • The master branch contains the newest, most recently updated code. This code is packaged and available for download in the "Nightly Builds" section of openframeworks.cc/download.
  • The stable branch contains the code corresponding to the last stable openFrameworks release. This stable code is packaged and available for download at openframeworks.cc/download.
Platform Master branch Stable branch
Windows MSYS2 Build status Build status
Windows Visual Studio Build status Build status
Linux 64 & Arm Linux Build Status Linux Build Status
Emscripten Emscripten Build Status Emscripten Build Status
macos macos Build Status macos Build Status
iOS & iOS iOS tvOS Build Status iOS tvOS Build Status
Android Arm7 Android Build Status Android Build Status

folder structure

This release of OF comes with several folders:

  • addons
  • apps
  • docs
  • examples
  • export (on some systems)
  • libs
  • other
  • scripts
  • projectGenerator

docs has some documentation around OF usage, per platform things to consider, etc. You should definitely take a look in there; for example, if you are on OSX, read the osx.md. apps and examples are where projects go -- examples contains a variety of projects that show you how to use OF, and apps is where your own projects will go. libs contains the libraries that OF uses, including the openframeworks core itself. addons are for additional functionality that's not part of the core. export is for DLLs and dylibs that need to be put in each compiled project. The scripts folder has the templates and small scripts for automating OF per platform. project generator is a GUI based tool for making new projects - this folder is only there in packaged releases.

One idea that's important is that OF releases are designed to be self-contained. You can put them anywhere on your hard drive, but it's not possible to mix different releases of OF together, so please keep each release (0.8.0, 0.8.1) separate. Projects may generally work from release to release, but this is not guaranteed. Because OF is self-contained, there's extensive use of local file paths (ie, ../../../) throughout OF. It's important to be aware of how directories are structured. A common error is to take a project and move it so that it's a level below or above where it used to be compared to the root of OF. This means that links such as ../../../libs will break.

Get involved

The openframeworks forum:

http://forum.openframeworks.cc/

is a warm and friendly place. Please ask or answer a question. The most important part of this project is that it's a community, more than just a tool, so please join us! Also, this is free software, and we learn so much about what is hard, what doesn't make sense, what is useful, etc. The most basic questions are acceptable here! Don't worry, just join the conversation. Learning in OF is social, it's hard to do it alone, but together we can get far!

Our GitHub site is active:

https://github.com/openframeworks/openFrameworks

if you have bugs or feature requests, consider opening an issue. If you are a developer and want to help, pull requests are warmly welcome. Please read the contributing guide for guidelines:

https://github.com/openframeworks/openFrameworks/blob/master/CONTRIBUTING.md

We also have a developer's mailing list, which is useful for discussing issues around the development and future of OF.

Developers

To grab a copy of openFrameworks for your platform, check the download page on the main site.

If you are working with the Git repository, the stable branch of the OF repository corresponds to the most recent release, with a few important differences:

  1. The release includes a simple openFrameworks project generator.
  2. This GitHub repository contains code and libs for all the platforms, but the releases are done on a per-platform basis.
  3. This GitHub repository has no project files for the different examples. They are generated automatically for each release using a tool in apps/projectGenerator/.
  4. There are no external dependencies in this repository, you can download them using the download_libs.sh script for each platform in the particular platform folder inside scripts.

If you want to work with the openFrameworks GitHub repository, you need to download the external dependencies and you should use the project generator to create project files for all the code in examples/. To generate the project files with the project generator enable the 'Advanced Options' in the settings tab, then use 'Update Multiple' to update the projects for the examples/ folder path in the repo.

To set up the project generator submodule within the OF repo, use the command git submodule init then git submodule update whilst inside the openFrameworks repo.

For more info on working with the Project Generator, for per-platform readmes, and more information, see the documentation.

Versioning

openFrameworks uses Semantic Versioning, although strict adherence will only come into effect at version 1.0.0.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].