Showing 55 open source projects for "dev c++ example"

View related business solutions
  • Level Up Your Cyber Defense with External Threat Management Icon
    Level Up Your Cyber Defense with External Threat Management

    See every risk before it hits. From exposed data to dark web chatter. All in one unified view.

    Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
    Try for Free
  • Say goodbye to broken revenue funnels and poor customer experiences Icon
    Say goodbye to broken revenue funnels and poor customer experiences

    Connect and coordinate your data, signals, tools, and people at every step of the customer journey.

    LeanData is a Demand Management solution that supports all go-to-market strategies such as account-based sales development, geo-based territories, and more. LeanData features a visual, intuitive workflow native to Salesforce that enables users to view their entire lead flow in one interface. LeanData allows users to access the drag-and-drop feature to route their leads. LeanData also features an algorithms match that uses multiple fields in Salesforce.
    Learn More
  • 1
    Wicked Engine

    Wicked Engine

    3D engine with modern graphics

    Wicked Engine is an open-source 3D engine with modern graphics. Use this as a C++ framework for your graphics projects, a standalone 3D editor, LUA scripting or just for learning. To build Wicked Engine for Windows (10 or later), use the latest version of Visual Studio and the provided WickedEngine.sln solution file. By simply pressing F5, the Editor application will be built. There are other example projects that you can build as well within the solution.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    Filament

    Filament

    Real-time physically based rendering engine for Android, iOS, and more

    Filament is a real-time physically-based renderer written in C++. It is mobile-first, but also multi-platform. We are very conscientious about keeping Filament small, fast to load, and focused on rendering. For example, Filament does not compile materials at run time. Instead, we provide a command line tool (matc) that does this offline. Filament is a physically based rendering (PBR) engine for Android.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 3

    cuneiimageplus

    Image processing library in C/C++

    V 0.3.5.1 Realized as CodeBlocks and CMake project. Example Call from C: adapt_threshold_ext(inputpath, outputpath); Example Call from Golang: C.adapt_threshold_ext(inputpath, outputpath) Algorithms see Wiki
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    glslmath

    glslmath

    C++ header-only library that simulates GLSL math

    GLSLmath provides C++ math operations as defined by GLSL. For example, it provides methods to easily setup viewing transformations and perspective projections. GLSLmath has been inspired by the glm and slmath libraries, which aim to mimic GLSL, but in contrast to those GLSLmath does not focus on a complete conforming implementation of GLSL. It rather aims to provide a convenient single header file that implements the most commonly used subset of GLSL so that it is easy to use for rapid prototyping and GLSL teaching purposes. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • AestheticsPro Medical Spa Software Icon
    AestheticsPro Medical Spa Software

    Our new software release will dramatically improve your medspa business performance while enhancing the customer experience

    AestheticsPro is the most complete Aesthetics Software on the market today. HIPAA Cloud Compliant with electronic charting, integrated POS, targeted marketing and results driven reporting; AestheticsPro delivers the tools you need to manage your medical spa business. It is our mission To Provide an All-in-One Cutting Edge Software to the Aesthetics Industry.
    Learn More
  • 5
    SRM

    SRM

    C library for the development of Linux OpenGL DRM/KMS apps

    SRM is a C library that simplifies the development of Linux DRM/KMS API applications. With SRM, you can focus on the OpenGL ES 2.0 logic of your application. For each available display, you can start a rendering thread that triggers common events like initializeGL(), paintGL(), resizeGL(), pageFlipped() and uninitializeGL(). SRM allows you to use multiple GPUs simultaneously and automatically finds the most efficient configuration. It also offers functions for creating OpenGL textures,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Qt3D ShadowMap C++

    Shadow mapping in Qt3D using C++

    This is a C++ conversion of the Qt3D QML Shadow Map example. This is not a strict port, since I just wanted the shadow mapping for another project I'm working on, so the fancy airplane animation is not included. I tried to build the classes so that they mirror the QML in terms of interface and functionality. It took me weeks to work this out, so I'm posting the code to help others.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Vanga

    Compiler-like generic data scraper and GUI automation tool.

    A Java-based visual compiler for GUI recognition and automation. The screens are described in an XML file which contains the definitions of lexemes and the tokens that comprise them. Upon a successful match of a screen, user-defined code is executed. Within the scope of this code, the user is capable of extracting data from the screen, interpreting it, and driving the GUI accordingly. The demonstration example reads the value of a calculator, displays it for the user, and enables him to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    DeepMind Lab

    DeepMind Lab

    A customizable 3D platform for agent-based AI research

    ...If you use DeepMind Lab in your research and would like to cite the DeepMind Lab environment, we suggest you cite the DeepMind Lab paper. To enable compiler optimizations, pass the flag --compilation_mode=opt, or -c opt for short, to each bazel build, bazel test and bazel run command. The flag is omitted from the examples here for brevity, but it should be used for real training and evaluation where performance matters. DeepMind Lab ships with an example random agent in python/random_agent.py which can be used as a starting point for implementing a learning agent.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    vim.wasm

    vim.wasm

    Vim editor ported to WebAssembly

    ...Vim runs on Web Worker and interacts with the main thread via SharedArrayBuffer. The goal of this project is running Vim editor on browsers without losing Vim's powerful functionalities by compiling Vim C sources into WebAssembly. Almost all Vim's powerful features (syntax highlighting, Vim script, text objects, etc.) including the latest features (popup window) are supported. Drag and drop files to browser tab opens them in Vim. When opening it, it opens tryit.js example JavaScript source code. Basic usage is described in comments at top of the file. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Skillfully - The future of skills based hiring Icon
    Skillfully - The future of skills based hiring

    Realistic Workplace Simulations that Show Applicant Skills in Action

    Skillfully transforms hiring through AI-powered skill simulations that show you how candidates actually perform before you hire them. Our platform helps companies cut through AI-generated resumes and rehearsed interviews by validating real capabilities in action. Through dynamic job specific simulations and skill-based assessments, companies like Bloomberg and McKinsey have cut screening time by 50% while dramatically improving hire quality.
    Learn More
  • 10

    zoomenhance

    the Mars anomalies image viewer with realtime enhancements

    Image viewer for deeper part analyzing of an image. This software can adjust the contrast on the fly, in the region of interrest. The region of interest depends on zoom-factor and dimensions of the output window. The special second version of this filter adjust the contrast independently for any R,G,B layer. This maximizes the visibility of color differences. For example: very useful for images from the Mars-rovers with reduced contrast and color information. More realtime functions:...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    fbgrad

    fbgrad

    Explores color gradients with framebuffer graphics

    A fun splashy program that accomplishes very little. Working example of framebuffer programming, creating JPEGs, drawing into a linear memory array. Kids will maybe like it, it's not interactive except it does screendumps if you hit s while it's running
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    cocolib / light field suite

    CUDA library for continuous optimization and light field analysis

    Library for continuous convex optimization in image analysis, together with a command line tool and Matlab interface. Implements several recent algorithms for inverse problems and image segmentation with total variation regularizers and vectorial multilabel transition costs. Also included is a suite for variational light field analysis, which ties into the HCI light field benchmark set and givens reference implementations for a number of our recently published algorithms. *** NOTE: ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ImPack

    ImPack

    Store your data in images

    ImPack is a tool that lets you convert any file that you want into an image and extract that file from the image later. For example, this allows sharing files over websites that only allow you to upload images.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Digicam Tools

    Tools for digital photographs: Easy import and copy of images

    This package contains two small tools for handling digital photographs: kamd and fotocp. The former is used to import images from digital cameras, while the latter is to select images to copy them or burn them on CD, for example to make hardcopies. The main goal are ease of use and a slim and intuitive UI which can also be used by people with limited computer skills. The programs are made as an alternative to image organisers, for people who find image organisers too bloated, who don't need...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    delta3d Open Source Engine

    Sorry this project is no longer being supported

    This project is not currently being supported but feel free to use it as an example. delta3d is a robust simulation platform built using open standards and open source software. It features full toolchain development supporting a wide variety of free and commercial software.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 16

    pngxpal

    Extract the colour palette from an indexed png image.

    Extract the colour table from a paletted (indexed) png image and write it to stdout in decimal or hexadecimal text.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Michel Max - WPF Color Picker

    Michel Max - WPF Color Picker

    Michel Max - WPF Color Picker

    The Michel Max - WPF Color Picker is a Control for color selection in WPF applications, with three layout options being "Spherical", "Rounded" or "Squered". Libary and Example available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    QBooru

    QBooru

    Simple viewer app for most Booru Sites, coded in Qt C++

    QBooru is a lightweight Windows and Linux client that allows users to see pictures from most booru sites, and download them, for example : - Gelbooru - Danbooru - Konachan - Yandere - Safebooru - Rule34 At the moment, it supports 4 APIs : - Gelbooru - Danbooru 2 - Moebooru - Derpibooru Searchs are done by the JSON APIs. Thumbnails are cached locally, and are re-used by the program if needed. Interface The current interface allows users to chose how many pictures they...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 19
    RPhoto is a small software aiming at the easy handling of digital camera's photos, and capable of cropping photos with a constant width / height ratio (by example 4:3 for numeric photos). It also have lossless crop / rotate / flip operations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    The Medical Imaging Interaction Toolkit (MITK) is a C++ class library for the development of medical imaging software with a high degree of interaction. The example application features DICOM viewing, measurement, image segmentation and registration.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Advanced Batch Image Converter

    Advanced Batch Image Converter

    Multiplatform tool for batch image conversion

    ABIC is a multiplatform tool for converting images from and to a wide variety of formats, for example: JPEG, TIFF, PNG, JPEG-2000, WebP. It can also read some historic ones, in particular Amiga IFF (ILBM). ABIC is completely free, open sourced, and is also entirely nag-free.
    Downloads: 60 This Week
    Last Update:
    See Project
  • 22
    Simple Normal Mapper

    Simple Normal Mapper

    Easy creation of normal maps

    Simple Normal Mapper is a normal map editor with which one can easily create normal maps for 2D images. Normal mapping is used, for example, in 2D games to make an illusion of a 3D object. Simple Normal Mapper is fully automatic with some user-controllable parameters. Simple Normal Mapper is written in Qt and C++. The newest source code and releases here: https://github.com/juzzlin/SimpleNormalMapper/releases
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    BinaryView

    Show binary data

    BinaryView is able to show 2d binary data either as xy-plot or using a simple fragment shader. Standard shaders like simple color mapping or a relief shading for digital elevation data already exist, but you can also write your own shader. As an example, the screenshots show Mars MOLA topographic data taken from http://pds-geosciences.wustl.edu/missions/mgs/megdr.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    QProjector is an application to present different types of media on a projector. It supports texts, lyrics, images, movies... It's easy to handle, expandable through plugins and uses a database. It's for example usable in church services.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Java API for controling 1394 Digital Cameras (based on libdc1394: http://sourceforge.net/projects/libdc1394/ for Linux, and on: CMU 1394 DC http://www-2.cs.cmu.edu/~iwan/1394/ for Win32). On Top of the library comes a RCP plugin and a JMF capture dev
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next