OpenFrameworks icon
OpenFrameworks icon

OpenFrameworks

 24 likes

openFrameworks is an open source C++ toolkit designed to assist the creative process by providing a simple and intuitive framework for experimentation. The toolkit is designed to work as a general purpose glue, and wraps together several commonly used libraries, including:

graphicsExample

License model

  • FreeOpen Source

Platforms

  • Mac  work with xcode
  • Windows  work with Visual Studio or eclipse
  • Linux  work with eclipse
3 / 5 Avg rating (1)
24 likes
1comment
0 news articles

Features

Suggest and vote on features

OpenFrameworks News & Activities

Highlights All activities

Recent activities

  • NuncioBitis reviewed OpenFrameworks  
    5 months ago

    It's OK. Unfortunately it doesn't work on MacOS (M1/M2/M3) or Ubuntu 24.10

  • lyserandrea liked OpenFrameworks
    7 months ago
  • App icon
    Ugotsta added OpenFrameworks as alternative to Cables
    8 months ago
Show all activities

OpenFrameworks information

AlternativeTo Category

Development

Our users have written 1 comments and reviews about OpenFrameworks, and it has gotten 24 likes

OpenFrameworks was added to AlternativeTo by icq4ever on Oct 25, 2012 and this page was last updated Sep 9, 2022.

Comments and Reviews

   
 Post comment/review
Nuncio Bitis
  
ReviewOct 16, 2024

It's OK. Unfortunately it doesn't work on MacOS (M1/M2/M3) or Ubuntu 24.10

0

What is OpenFrameworks?

openFrameworks is an open source C++ toolkit designed to assist the creative process by providing a simple and intuitive framework for experimentation. The toolkit is designed to work as a general purpose glue, and wraps together several commonly used libraries, including:

  • OpenGL, GLEW, GLUT, libtess2 and cairo for graphics
  • rtAudio, PortAudio, OpenAL and Kiss FFT or FMOD for audio input, output and analysis
  • FreeType for fonts
  • FreeImage for image saving and loading
  • Quicktime, GStreamer and videoInput for video playback and grabbing
  • Poco for a variety of utilities
  • OpenCV for computer vision
  • Assimp for 3D model loading

The code is written to be massively cross-compatible. Right now we support five operating systems (Windows, OSX, Linux, iOS, Android) and four IDEs (XCode, Code::Blocks, and Visual Studio and Eclipse). The API is designed to be minimal and easy to grasp.

Simply put, openFrameworks is a tool that makes it much easier to make things with code. We find it super useful, and we hope you do too.

via http://www.openframeworks.cc/about/

Official Links