RSS Feed for C/C++Category: C/C++

Open Source Process Hacker »

Process Hacker is a free and open source process viewer. This multi-purpose tool will assist you with debugging, malware detection and system monitoring. It includes powerful process termination, memory viewing/editing and other unique and specialized features Key features of Process Hacker: A simple, customizable tree view with highlighting showing you the processes running on your [...]

Luminance HDR for »

Luminance HDR is an open source graphical user interface application that aims to provide a workflow for HDR imaging. Supported HDR formats: OpenEXR (extension: exr); Radiance RGBE (extension: hdr); Tiff formats: 16bit, 32bit (float) and LogLuv (extension: tiff); Raw image formats (extension: various); PFS native format (extension: pfs). Supported LDR formats JPEG; PNG; PPM; PBM; [...]

Open Source Game Engine »

LibGDX is a cross-platform 2D and 3D game development framework written in Java/C/C++. It’s free for commercial and non-commercial use, pretty powerful and lots of fun to work with! Cross-platform development for Windows, Linux, OSX and Android.(32- and 64-bit where available) Multiple backends based on Jogl, LWJGL, Angle (NVIDIA 3D Vision) and the Android APIs. [...]

Standford SU2 »

The Stanford University Unstructured (SU2) suite is an open-source collection of software tools written in C++ for performing Partial Differential Equation (PDE) analysis and solving PDE constrained optimization problems. The toolset is designed with computational fluid dynamics and aerodynamic shape optimization in mind, but it is extensible to treat arbitrary sets of governing equations such [...]

Open Source Barcode Library in C »

zint is a barcode encoding library supporting over 50 symbologies including Code 128, Data Matrix, USPS OneCode, EAN-128, UPC/EAN, ITF, QR Code, Code 16k, PDF417, MicroPDF417, LOGMARS, Maxicode, GS1 DataBar, Aztec, Composite Symbols and more.

Mongoose–Easy to use Web Server »

Mongoose is easy to use web server. It also can be used as embedded web server library to provide web interface to applications. Mongoose executable does not depend on any external library or configuration. If it is copied to any directory and launched from there, it starts to serve that directory on port 8080 (so [...]

Open Source Framework for 3D Applications »

PixelLight is an free open-source framework that allows you to create 3D applications easily. As a cross-platform library it is designed to create desktop applications for several platforms (Windows, Linux) . Due to it’s modular design, it is suitable not only for games, but for any kind of 3D applications like e.g. product presentations or [...]

Open Source Motion Detector »

Motion is a program that monitors the video signal from one or more cameras and is able to detect if a significant part of the picture has changed; in other words, it can detect motion. The program is written in C and is made for the Linux operating system (using the video4linux interface). Motion is [...]

Open Source Small Device C Compiler »

SDCC is a retargettable, optimizing ANSI – C compiler that targets the Intel 8051, Maxim 80DS390, Zilog Z80 and the Motorola 68HC08 based MCUs. Work is in progress on supporting the Microchip PIC16 and PIC18 series. SDCC is Free Open Source Software, distributed under GNU General Public License (GPL). Some of the features include: SDCC [...]

Open-Source Scientific Algorithm Library (SAL) for High-Performance Embedded Computing »

OpenSAL is a Vector math scientific algorithm library and API designed to abstract the complexities of math libraries from the application developer. A C language reference design is provided for over 400 math functions. Robust API Over 400 math function calls, including Fast Fourier Transform (FFT), fast convolution, and matrix multiply C library reference design [...]

Transform PHP into C++ »

HipHop for PHP transforms PHP source code into highly optimized C++. It was developed by Facebook and was released as open source in early 2010. HipHop transforms your PHP source code into highly optimized C++ and then compiles it with g++ to build binary files. You keep coding in simpler PHP, then HipHop executes your [...]

A Simple SVG Viewer »

The SVG viewer is just another example of using Anti-Grain Geometry. AGG is a vector graphics renderer for C++. See Main Page for details. The viewer supports absolute minimum of the SVG specification, it basically can be used as a simple example of AGG plus SVG. But of course, its functionality can be extended. The [...]

AGDoc Formatter: Yet Another Document Formatting Tool »

AGDoc is a command line utility that compiles text files and produces documents. This is rather an indistinct definition, but it means the following. Simple and intuitive source syntax. Multiple output formats. Configurable markup elements. Automatic collecting and formatting of tables of contents. Collecting of the index and automatic cross referencing within the project. Automatic [...]

Outlook PST Library »

PST Data Structure View Tool (PSTViewTool) is a tool supporting the PST file format documentation effort. It allows the user to browse the internal structures of a PST file. PSTViewTool is a MFC/C++ app developed in Visual Studio. Other than MFC, it has no external dependencies. PSTViewTool is largely complete with respect to its goals, [...]

Open Source Graphics Rendering Engine »

OGRE (Object-Oriented Graphics Rendering Engine) is a scene-oriented, flexible 3D engine written in C++ designed to make it easier and more intuitive for developers to produce applications utilising hardware-accelerated 3D graphics. The class library abstracts all the details of using the underlying system libraries like Direct3D and OpenGL and provides an interface based on world [...]

Open Source, Cross Platform, Free C++ IDE »

Code::Blocks is a free C++ IDE built to meet the most demanding needs of its users. It is designed to be very extensible and fully configurable. Highlights: Open Source! GPLv3, no hidden costs. Cross-platform. Runs on Linux, Mac, Windows (uses wxWidgets). Written in C++. No interpreted languages or proprietary libs needed. Extensible through plugins Compiler: [...]

Open Source Financial Technical Analysis Library »

TA-Lib is widely used by trading software developers requiring to perform technical analysis of financial market data. Includes 200 indicators such as ADX, MACD, RSI, Stochastic, Bollinger Bands etc… Candlestick pattern recognition Open-source API for C/C++, Java, Perl, Python and 100% Managed .NET TA-Lib is available under a BSD License allowing it to be integrated [...]

Open Source IDE for C++ »

UDev is an Integrated development environment for C++. Its main asset is its exclusive package system which allows to create projects using libraries or SDK in a simple and efficient way. It has also a form editor to make the design of your applications a painless task. The priority goes to ease-of-use for efficient and [...]

Windows Shell Replacement »

Emerge Desktop is a replacement windows "shell" (the desktop environment normally provided by Windows Explorer) for Windows 2000 and above. In order to replace Windows Explorer as a shell, it provides a system tray (the area that collects the icons collected at the lower right corner in Explorer), called emergeTray. It will also provide access [...]

Interactive Compilation Interface »

The Interactive Compilation Interface (or ‘ICI’ for short) is a plugin system with a high-level compiler-independent and low-level compiler-dependent API to transform current compilers into collaborative open modular interactive toolsets. The ICI framework acts as a “middleware” interface between the compiler and the user-definable plugins. It opens up and reuses the production-quality compiler infrastructure to [...]