C++ HMI Software for Mac

View 386 business solutions

Browse free open source C++ HMI Software for Mac and projects below. Use the toggles on the left to filter open source C++ HMI Software for Mac by OS, license, language, programming language, and project status.

  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 1
    Pure Data Computer Music System
    The Pure Data (short Pd) project on SourceForge unifies the extensions (or externals) written for the Pure Data Graphical Computer Music System written by Miller Puckette with contributions from many others.
    Leader badge
    Downloads: 161 This Week
    Last Update:
    See Project
  • 2
    Converts bitmap file to c/c++ files (usefull for embedded systems with GUI). The color encoding is fully configurable (for example 16bit 5/6/5) and a "preview" bmp file is generated to show how much the picture is altered by the information reduction
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    Qt FriendlyARM
    Qt FriendlyARM
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Feel pictures free of charge - SeebyTouch is the unique open source tactile vision substitution system available! Using the software and the construction manual it is possible for everyone to get pictures over the tactile sense! - Blindensehersatzsys
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 5
    Glogo is a software project to develop a crossplatform, standards compliant 3D desktop GUI and multiuser networking environment. If you're familliar with William Gibson's Neuromancer or Neal Stephenson's Snow Crash, then you get it. Coders needed!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    LBP in multiple platforms

    LBP implementation in multiple computing platforms (ARM,GPU, DSP...)

    The Local Binary Pattern (LBP) is a texture operator that is used in several different computer vision applications and implemented in a variety of platforms. When selecting a suitable LBP implementation platform, the specific application and its requirements in terms of performance, size, energy efficiency, cost and developing time has to be carefully considered. This is a software toolbox that collects software implementations of the Local Binary Pattern operator in several platforms: - OpenCL for CPU & GPU - OpenCL for GPU (branchless) - C code optimized for ARM - OpenGL ES 2.0 shaders mobile GPUs - C code for TI C64x DSP core (branchless) - C code for TTA processor synthesis If you use the code somewhere, please cite: Bordallo López M., Nieto A., Boutellier J., Hannuksela J., and Silvén O. "Evaluation of real-time LBP computing in multiple architectures," Journal of Real Time Image Processing, 2014
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    The project aims at Educational Low Cost Motion Capturing techniques, supporting various file formats such as BVH, ASF/AMC, RIB, MEL etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    This open-source project aims at creation of a OpenGL 3D stereoscopic algorithms folded as plug-ins into popular 3D modeling and game engine tools, such as Maya, Blender, OGRE, and others.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    TacitPixel is a scalable C++ framework for building application prototypes for interactive collaborative VR/AR applications. It provides a number of features that make prototyping fast and portable. TacitPixel is the successor of the TAP and Twisted Pair engines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    C++ library that implements basic data structures and algorithms for computer vision and image processing applications
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    ToricCam

    ToricCam

    Virtual Camera representation using the Toric Space

    ToricCam is a C++ library I have developped for my research. It provides a starting point to using the Toric Space viewpoint representation [Lino & Christie, SIGGRAPH 2015]. It also implements our preliminary work published at SCA 2012. The library is released under the GNU General Public License version 3. For researchers who want to use the library for their work, please quote the papers as follows: + Efficient Composition for Virtual Camera Control. C. Lino, M. Christie. In ACM SIGGRAPH / Eurographics Symposium on Computer Animation, 2012, Lausanne, Switzerland. + Intuitive and Efficient Camera Control with the Toric Space. C. Lino, M. Christie. ACM Transactions on Graphics (TOG) - Proceedings of SIGGRAPH, Vol. 34 (4), pp. 82:1-82:12, 2015, ACM New York, NY, USA.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    The VR Juggler Toolbox is a collection of libraries and tools for use with VR Juggler applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Yapuka is a multiplatform RADTool for NUI/NGL (ngl.sf.net), a GUI toolkit based on an OpenGL rendering layer. (Mac, Win32, Linux, FreeBSD).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    ezSIFT

    An easy-to-use standalone SIFT library written in C/C++

    *************************************************************************** Updated 06/28/2018 The ezSift project has moved to https://github.com/robertwgh/ezSIFT *************************************************************************** The SIFT (scale-invariant feature transform) algorithm is considered to be one of the most robust local feature detector and description methods. Most of the open-source SIFT implementations rely on some 3rd-party libraries. Some of them even rely on a few different large libraries. These dependencies make the installation, compilation and usage not easy. The ezSIFT library provides a standalone and lightweight SIFT implementation written in C/C++. The ezSIFT is self-contained, and does not require any other libraries. So it is easy to use and modify. Besides, the implementation of the ezSIFT is straightforward and easy to read. Wiki page: https://sourceforge.net/p/ezsift/wiki/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Xface is a set of open source tools for creation of MPEG-4 and keyframes based 3D Talking Heads controlled over network with SMIL-Agent scripts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next