Showing 40 open source projects for "graphics design"

View related business solutions
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • Application Monitoring That Won't Slow Your App Down Icon
    Application Monitoring That Won't Slow Your App Down

    AppSignal's Rust-based agent is lightweight and stable. Already running in thousands of production apps.

    Full APM with errors, performance, logs, and uptime monitoring. 99.999% uptime SLA on the platform itself.
    Start Free
  • 1
    VulkanSceneGraph

    VulkanSceneGraph

    Vulkan & C++17 based Scene Graph Project

    VulkanSceneGraph (VSG), is a modern, cross-platform, high-performance scene graph library built upon Vulkan graphics/compute API. The software is written in C++17 and follows the CppCoreGuidelines and FOSS Best Practices. The source code is published under the MIT License, with the exception of vulkan.h, used for Vulkan extensions, which is under Apache License 2.0. This repository contains C++ headers and source and CMake build scripts to build the libvsg library. Additional support...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 2
    ZealOS

    ZealOS

    Fork of the 64-bit Temple Operating System, TempleOS

    ZealOS is a modernized fork of the 64-bit Temple Operating System (TempleOS), aiming to enhance and extend the original project while preserving its unique characteristics. ZealOS focuses on transparency, user control, and simplicity, striving to create an accessible and comprehensible operating system. It serves as both a functional OS and a platform for learning about system design and development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    A very high quality package of printer drivers for CUPS on Linux and other POSIX-compliant operating systems. This project also maintains an enhanced Print plug-in for GIMP 2.x from the same code base.
    Leader badge
    Downloads: 2,967 This Week
    Last Update:
    See Project
  • 4
    SmartGaGa

    SmartGaGa

    Lightweight Android emulator optimized for FPS games on low-end PCs

    SmartGaGa is a free Android emulator optimized for playing mobile games on Windows computers with minimal system requirements. Powered by Titan Engine and Turbo GPU technology, the software delivers smooth gaming performance even on machines with 2GB RAM and dual-core processors. The emulator supports popular FPS titles including Free Fire, PUBG Mobile, Clash of Clans, and Cyber Hunter, enabling players to enjoy mobile games on larger screens with keyboard and mouse controls. SmartGaGa runs...
    Downloads: 792 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    Flexxi - Batch Image Resizer

    Flexxi - Batch Image Resizer

    Flexxi can resize, compress, rotate, rename, convert images

    Flexxi Image Resizer can resize, rotate, rename and convert images. Imagine if you want to - automatically rotate holiday pictures in portrait format - rename images to the date they were taken to join images from different cameras - same also is posible with a simple counter if you just care about the correct order - resize images and lower the quality to reduce the file size for easier sending them per mail - resize shop images all to the same size with a filling background color...
    Downloads: 45 This Week
    Last Update:
    See Project
  • 6
    Free Weighbridge Software with CCTV

    Free Weighbridge Software with CCTV

    Smart Weighbridge Software with CCTV camera & WhatsApp Integration

    For any query Contact - info@eagleweigh.com or visit www.eagleweigh.com This is smart and easy to operate weighbridge software suitable for all kinds of weighbridges / Dharam Kanta. This Weighbridge software provides a secure and fraud-free operation of weighbridges with its advanced design and fraud detection features. It is a solution to the enterprises/industries that are looking for easy, transparent, and automating their weighbridge platforms. It is provided with lifetime...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    Crunch

    Crunch

    Insane(ly slow but wicked good) PNG image optimization

    Crunch is an image compression tool for lossy PNG image file optimization. Using a combination of selective bit depth, color palette reduction and color type, as well as zopfli DEFLATE compression algorithm encoding that employs the pngquant and zopflipng PNG optimization tools, Crunch is effectively able to optimize and compress images with minimal decrease in image quality. While it may produce file size gains larger than those produced by lossless approaches, the impact on image quality...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    exa

    exa

    A modern replacement for ls

    You list files hundreds of times a day. Why spend your time squinting at black and white text? exa is an improved file lister with more features and better defaults. It uses colours to distinguish file types and metadata. It knows about symlinks, extended attributes, and Git. And it’s small, fast, and just one single binary. Different types of file and data will be coloured differently, and the user and group columns will be highlighted for the current user. exa can display a file’s extended...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    xymon redesigned

    xymon redesigned

    Design Update from Xymon 4.3.30 (graphics, CSS etc.)

    Xymon Server redesigned: For more details on installation and configuration see: https://github.com/Sabo86/xymon_new_design#xymon_new_design Main projekt: https://sourceforge.net/projects/xymon/
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10
    Mark3 RTOS

    Mark3 RTOS

    Open-source RTOS and Embedded Systems Toolkit for C++ and C

    Mark3 is a sophisticated RTOS and embedded systems toolkit, targeted towards a growing list of MCUs. Beyond providing "just another scheduler", it provides heaps, drivers, a shell, an event-driven GUI framework, and much more! It currently supports a variety of Atmel AVR, MSP430, and the ARM Cortex-M series of microcontrollers, with other platforms to follow. Mark3 was designed from the ground-up using disciplined object-oriented design principles - and unlike the vast majority of...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    PinPog

    PinPog

    Ping-Pong-like game in Assembly that works without OS

    pinpog is a simple, open-source ping pong game implemented in C using SDL2. Created by Tsoding, it serves as both a nostalgic recreation of the classic arcade game and a fun educational project demonstrating game development fundamentals such as collision detection, input handling, and frame-based rendering. It’s small in scope but clear in design, making it ideal for those learning C or exploring real-time interactive programming through games.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    IDTE- ID3 Tag Editor

    IDTE- ID3 Tag Editor

    A Smarter Way to Tag FLAC, Vorbis, Lyrics, WMA, WavPack, and ID3 Tags

    IDTE is a full-featured tag editor for Windows that supports tagging of FLAC, APE, ID3v1.x/2.x, WMA, Lyrics, and Vorbis metadata in audio files. It also includes a powerful audio player with support for 40+ lossy and lossless formats, including FLAC, ALAC, OGG, APE, MP3, and more. IDTE offers a wide range of advanced features: • Rename files using tag information • Export and manage tag data • Create and manage playlists • Search online for missing or incomplete tags • Fetch...
    Downloads: 42 This Week
    Last Update:
    See Project
  • 13
    DreamStudio by Volocian Studios
    Volocian believes first and foremost that financial status shouldn’t be a barrier to entry in multimedia content creation. Whether you want to design a product or website, record a band, remix a song, or produce a feature length movie with professional post production graphics and effects, Volocian™ wants to help, even if you’re using borrowed hardware with no previous experience. We provide affordable products and services for any budget, including cost-free solutions for education and demo purposes, while everything we do is designed with ease of use and flexibility in mind, to suit everyone from novice hobbyists to expert professionals. ...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 14
    MacroFusion

    MacroFusion

    GUI to combine photos to get deeper DOF or HDR.

    MacroFusion is a neat little GUI for great tool Enfuse (command line). It makes easy fusion few photos to one with great DOF (Deep of Field) or DR (Dynamic Range). It can be useful for every macro lovers or landscapers.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Flightdeck-UI is a project that utilizes the ideas from the design of aircraft controls and instruments for creating computer user interfaces, such as for monitoring.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    OpenShader

    Open architecture GPU simulator and implementation

    Documentation, simulator, compiler, and Verilog implementation of a completely open-architecture graphics processing unit. This design is intended for academic and commercial purposes. The first step is to develop a detailed GPU simulator and compiler. The second step is to implement the GPU in synthesizable Verilog. The third step is to develop a feedback loop between the simulator and implementation, allowing power, performance, and reliability aspects of the hardware to feed back into ever more detailed and accurate simulations of a complete GPU. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    intelligence

    intelligence

    What happens if you cross artificial intelligence with 3D

    This Project will make the attempt to cross artificial intelligence Algorithms and common 3D workflow. Usually many operations in 3D workflow are highly redundant and often actions have to be repeated several times or instead being executed in self-made scripts.Scripting is in fact for most people a very nasty and time consuming action. This application module tries to fill the gap where it learns workflows which can in order be modified, multiplied, adapted organically to allow a fast...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Picasa MultiFileRename

    Rename mulitple files within Picasa

    Picasa lacks of a serious multi file rename function. This project helps you with a Button for Picasa that will offer this missing function. Select the files you want to rename and simply click on the Rename Button. A Dialog let you choose all the details for renaming files. Limitation: Picasa transfers each file with full pathname into the clipboard it depends on the directory structure how many files can be renamed at once. Installation: Just unpack the zip to the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    An image manipulation tool for Commodore 8-bit computers' graphic formats.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    fbsplash is a userspace implementation of a splash screen for Linux systems. It provides a graphical environment during system boot using the Linux framebuffer layer. It follows a design policy of being simple, lightweight and fast.
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21

    srvRX live

    A simple project for creating hosting server-a-like live distribution

    ...Initial Stage: Creating stable live systems Second Stage: mod_mono and php coexistance, RoR, manage users/groups/packages scripts and system monitoring system, custom graphics Third Stage BUilding entire CnCP system (CnCp's not cPanel in old UNIX fashion), a web interface to create/manage and deploy users/accounts/monitoring on this server. You are more than welcome to help (developing/deploying/design/administration/words of wisdom/whatever you think you can do) Project current status is: Initial stage - > Alpha, virtualbox image of the system, when show some stable and secure properties will be released as livecd aswell (vmdk on its way)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Small application for rename pictures with their EXIF information
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Image Renaming is a small and simple program that allows you to add dates to your images content of file name. You can choose between creation date, file date, last modified and last accessed date.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    OpenVGA is an free and open FPGA-based implementation of a VGA compatible graphics adapter, and utilising low-cost hardware. The project includes the PCB schematic and artwork, Verilog HDL, firmware assembly code, and driver source code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A Verilog design for a simple ASIC that executes the Ray Tracing Algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB