49 projects for "programming c++ library" with 2 filters applied:

  • 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
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 1
    Kiwi

    Kiwi

    Simple BDD for iOS

    Kiwi is a Behavior Driven Development library for iOS development. The goal is to provide a BDD library that is exquisitely simple to setup and use. The idea behind Kiwi is to have tests that are more readable than what is possible with the bundled test framework. Tests (or rather specs) are written in Objective-C and run within the comfort of Xcode to provide a test environment that is as unobtrusive and seamless as possible in terms of running tests and error reporting. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    RestKit

    RestKit

    Framework for consuming and modeling RESTful web resources

    RestKit is a modern Objective-C framework for implementing RESTful web services clients on iOS and Mac OS X. It provides a powerful object mapping engine that seamlessly integrates with Core Data and a simple set of networking primitives for mapping HTTP requests and responses built on top of AFNetworking. It has an elegant, carefully designed set of APIs that make accessing and modeling RESTful resources feel almost magical.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    ProgramNet Designer

    ProgramNet Designer

    C++ cross plattform functional block programming

    With the help of the ProgramNet the user can develop plug-ins(called units) which can be connected with other units forming a net. The net has a form of a flow diagram. The resulted net can be executed in the ProgramNet for testing purposes or independently in the target platform as a final release. In order to execute a net the ProgramNet uses the kernel. The kernel executes automatically each unit in a separate thread and manages the data exchange between the units.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    YYModel

    YYModel

    High performance model framework for iOS/OSX

    The conversion performance is close to handwriting code. The object types can be automatically converted. All data types will be verified to ensure type-safe during the conversion process. There is no need to make the model class inherit from other base class. This library contains only 5 files. Docs and unit testing, 100% docs coverage, 99.6% code coverage. You can map a json key (key path) or an array of json key (key path) to one or multiple property name. If there's no mapper for a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • 5
    DotNetOpenServer SDK

    DotNetOpenServer SDK

    Lightweight fully extendable client/server application framework

    DotNetOpenServer SDK is an open source lightweight fully extendable TCP socket client/server application framework enabling developers to create highly efficient, fast, secure and robust cloud based smart mobile device and desktop applications. Why? Unlike most application server frameworks, which are implemented over slow inefficient stateless protocols such as HTTP, REST and SOAP that use bulky ASCII data formats such as JSON and XML, DotNetOpenServer has been built from the ground up with...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    vstgui

    Cross platform C++ library for developping audio plugin´s UI

    VSTGUI is a cross platform C++ library mainly for developing user interfaces for audio plug-ins (VST, AudioUnit, AAX, RTAS, etc).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    tapku

    tapku

    A well crafted open source iOS framework

    TapkuLibrary is an iOS library built on Cocoa and UIKit intended for broad use in applications. If you're looking to see what the library can do, check out the demo project included. Some major components include coverflow, calendar grid, network requests and progress indicators. Much of the foundation (besides UIKit) is built off of curry. curry is a submodule you'll need to pull down with tapku to run. Tapku is an open-source project I started back in the early days of the iOS SDK. Summer...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    JazzHands

    JazzHands

    A simple keyframe-based animation framework for UIKit

    Jazz Hands is a simple keyframe-based animation framework for UIKit. Animations can be controlled via gestures, scroll views, KVO, or ReactiveCocoa. Jazz Hands is used extensively in IF and DO by IFTTT for iPhone and iPad, most famously in the app intro. Open JazzHandsDemo.xcworkspace to see a simple demonstration of moving, scaling, fading, and transforming views in a scrolling app intro. To run the example project, clone the repo, and run pod install from the Example directory. Looking to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    GPUImage

    GPUImage

    iOS framework for GPU-based image and video processing

    The GPUImage framework is a BSD-licensed iOS library that lets you apply GPU-accelerated filters and other effects to images, live camera video, and movies. In comparison to Core Image (part of iOS 5.0), GPUImage allows you to write your own custom filters, supports deployment to iOS 4.0, and has a slightly simpler interface. However, it currently lacks some of the more advanced features of Core Image, such as facial detection.
    Downloads: 1 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
    JUCE is a C++ toolkit for building cross-platform applications on PC/Mac/Linux/iOS/Android. Particularly good for complex, customised GUIs and audio/midi processing, it also includes a vast range of classes to help with all your day-to-day programming tasks.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Advanced CORBA/IIOP implementation with run-time IDL parsing, dynamic bindings and native IDL to Objective C mapping. Includes graphical tool to browse IDL definitions, to view Naming Service hierarchy and to invoke arbitrary CORBA remote operations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Three20

    Three20

    Three20 is an Objective-C library for iPhone developers

    three20 is a historically significant iOS framework originally extracted from Facebook’s app, providing a broad set of utilities and UI components for early iPhone development. It introduced a URL-based navigation system, image/caching pipelines, styled text labels, and a photo browser that many apps adopted before iOS shipped similar features. The library championed modularity with packages you could include piecemeal, helping teams standardize networking, model objects, and table view...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Aswang is a lightweight and flexible C++ class framework meant to make windows GUI development easier and faster without the imposition of bloated libraries or any particular visual style.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    SDL adaptation for Symbian. The project has been there nearly ten years, but at last I get moved it into SourceForge as planned long ago.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    WOSH Framework - Wide Open Smart Home
    WOSH is a multi-platform message-oriented middleware written in ANSI C++. Service oriented architecture, designed for network distributed computing. Already working: Audio multimedia, X10, remote control (WinMobile, GTalk) and much more..
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    LIEL (Language Independent Extension Library) is a language-agnostic library containing solutions to various programming problems and extending the capabilities of existing frameworks and code libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    bbv.Common.Mobile is a hybrid porting of bbv.Common library which contains components and functionalities including: (a)synchronous notification component with thread switching, enum based state machine, programmatic context based rule engine. For docu
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    The Companion platform supports developing mobile applications based on a building block concept. It consists of a framework, basic reusable modules (e.g., GPS positioning, map display) and a library implemented on top of the .NET Compact Framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Open Source Symbian Game Engine written in C++.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    JScriptTouch is an SDK which allows developers quickly create full featured applications for iPhone platform using javascript.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Intelligere Flash Lite Server (FLS) is a c++ open source component that gives to you the possibility to interact with the API of a symbian device from Flash Lite.Using FLS you can extend the capabilities of your Flash Lite application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Port of SDL for PalmOS devices with ARM processor and OS 5.x. Joystick, audio, video, timer, files and keyboard supported and additional libs available (SDL_mixer (without OGG and MP3), SDL_image, spritelib and standard C library)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Handling files in PalmOS is a nightmare when you want to read/write the files in both RAM and VFS. This library is a abstract layer for handling PDB files in PalmOS and other OS/platform. For more information: http://pflib.wiki.sourceforge.net/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Testserver for Symbian OS is a unit test framework designed for production mobile phones, wherein test steps are written as ECOM plugins and test script can be easily run from the shell. It has a range of prewritten steps for setting up test environments
    Downloads: 0 This Week
    Last Update:
    See Project