Showing 1122 open source projects for "create"

View related business solutions
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • 1
    TeleKast

    TeleKast

    Open Source Teleprompter

    TeleKast is an open source teleprompter. Scripts are created and used to create content for the teleprompter. The scripts can also be used for doing feature stories and interviews. TeleKast is your means for creative communication.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 2

    Procedural Graphics Workbench

    Interactive desktop application for rendering various fractals.

    Procedural Graphics Workbench (PGW) will be a versatile interactive desktop application for rendering various types of fractals and other procedural graphics. It will also allow users to combine rendered images using various blending modes and other raster operations to create new images. Some most important planned features: * deep zooming capability (similar to Fractint) * multithreaded rendering * rendering divided to various machines ("rendering cluster") * various coloring modes * blending and filtering (based on a common graph, not on simple layers) * central database for storing and retrieving rendering parameters
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    JScreenRecorder

    JScreenRecorder

    a java based desktop screen recorder

    ...Fullscreen and selective screen area recording Custom cursors 3. Chooses from a set of 128 different cursors Cursor highlighter 4, Highlighter color and alpha(transparency) settings Support for watermarking 5. Create custom textual watermark 6. Watermark alpha(transparency) settings 7. WYSIWYG (What You See Is What You Get) type of Watermark location selector 8. Frame rate setting 9. Runs on all major Java supported platforms 10. Uses jcodec, TransPanel and JTextChooser components 11. Encodes video in MP4 format CHECK OUT AND SUPPORT MY LATEST ANDROID PROJECTS IN HERE: https://play.google.com/store/apps/developer?...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4

    GLSlayer

    An object oriented 3D graphics API on top of OpenGL

    ...It is designed not just to provide an encapsulation of OpenGL objects, but to provide a cleaner and more streamlined interface similar to Direct3D and hide some of OpenGL's weak spots such as bind-to-edit semantics, multiple stage object creation, unavailability of platform independent initialization and loading of extensions to expose features. With GLSlayer it is easy to create a rendering context just by filling a structure and calling a function. All extensions needed to expose features for requested OpenGL version are loaded automatically. The code needed to create, setup and use objects is reduced and made intuitive. It supports OpenGL versions from 3.3 to 4.3, only forward compatible contexts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Secure File Transfer for Windows with Cerberus by Redwood Icon
    Secure File Transfer for Windows with Cerberus by Redwood

    Protect and share files over FTP/S, SFTP, HTTPS and SCP with the #1 rated Windows file transfer server.

    Cerberus supports unlimited users and connections on a single IP, with built-in encryption, 2FA, and a browser-based web client — all deployable in under 15 minutes with a 25-day free trial.
    Try for Free
  • 5
    Continuum (Arduino MIDI Controller)

    Continuum (Arduino MIDI Controller)

    MIDI Ribbon Controller with Continuous Pitch

    An Arduino board, Spectra Symbol linear potentiometer, and USB/MIDI adapter are used to create a MIDI controller with continuous pitch (as opposed to discrete notes as played on a piano). The resulting instrument works with Windows, Mac OS, and Linux. It has been tested successfully with Acoustica Mixcraft and GarageBand. Additional features have been added such as buttons to temporarily switch octaves, and a knob which adjusts how quickly the pitch is tuned.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    GPSMovieGenerator

    Create videos from image and video data linked with GPS tracks

    This is a python script for creating videos from GPS track and media data. It renders a moving map with the respective track. On that map, media thumbnails are displayed. These pop up when the track reaches them. If desired, an overlay map and some track statistics may be added to the video. Python3.3 will be needed An example video can be found here: http://www.youtube.com/watch?v=O_IiXrOfFCw&hd=1 To hard to use this script or don't know about linux/python etc ? get in touch with...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Zenipex Library
    The Zenipex Library is a game development framework, created with the goal of allowing someone with some knowledge of C++ to create 3D games for platforms including Windows, MacOS X, and Linux. OpenGL and Direct3D 9 are both supported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    RemasterPi

    Operating System Image customization Tools For RaspberryPi

    ...The images it produces are only the bare minimum to boot the system and can then be customized by the end-user using a menu-based application. This way unexperienced users will be able to create their own customized distribution by making selections from pre-sets configured by hardcore distro hackers. Also it enables the busy Linux guru's to automate tasks and save loads of time which can then be spent on creating other nice things we want ;) The end-user application can be extended by simply adding shell scripts and text files which explain a script's features, pro's, con's, do's and dont's which makes it easy to contribute, simple to use and even a bit educational.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    The Raspyfi project aims to fully integrate mpd (music player daemon) into the famous Raspberry Pi, in order to create a cheap and hi-quality hi-fi source.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10

    PDEGraphics2D

    Output Processing script from Java AWT/Swing paint call

    Use PDEGraphics2D to create Processing vector graphics script files and deploy them in HTML. To create a PDEGraphics2D instance, pass the constructor an instance of a standard Graphics2D object, together with the size of the canvas to paint: PDEGraphics2D g= new PDEGraphics2D(Graphics2D g, int w, int h) or PDEGraphics2D g= new PDEGraphics2D(Graphics2D g, Dimension d) Alternatively, pass the component to paint as the input to one of the static paint methods: PDEGraphics2D g=PDEGraphics2D.paint(Component c); PDEGraphics2D g=PDEGraphics2D.paint(JComponent c); PDEGraphics2D g=PDEGraphics2D.paint(Window c); PDEGraphics2D g=PDEGraphics2D.paint(JApplet c); The getCode(..) and write(....) methods can then be used to access the generated script and create HTML documents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Modus - C++ Music Library

    Modus - C++ Music Library

    Cross-platform C++ library to handle music from code

    Modus is an open source, cross-platform C++ library which allows you to handle music from code. This means that you can: * Manage interactive and adaptive music * Use some kind of algorithm to improvise * Represent visually (simulate) musical performances * Select in real time the instruments that are going to play a previously written song * Let the user take part on the performance through any type of interface, by playing an instrument, changing the tempo, choosing the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    This is a tutorial about how to create a video player. This tutorial pretends to be a brief introduction to the Graphics User Interfaces (GUI) programming, using the Python programming lenguage and Qt framework, both multiplataform. In this tutorial we'll use PyQt to show you the base of Qt programming under Pyhon. To make this tutorial even more funny, because you can learn the theorical side of Qt programming just reading the documentation, I will focus it only in the practical side, therefore I deside to show you how to create a video player, which its programming is unbelievably simple with Qt. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    CDtoISO

    CDtoISO

    Create a .ISO image of your CD or DVD

    Create a .ISO image from your CD or DVD to your computer, to make a backup for your DC or DVD.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    MP3 Recoder

    Tool for recoding MP3 files

    MP3 Recoder allows users to convert audio files into lower bit rates, saving a marginally lower quality copy on an MP3 player and leaving the original file unchanged. It can create the file name on the MP3 player from the source file to circumvent limitations of MP3 players and to organize the target files. Existing metadata can be used for this purpose (MP3 files: ID3 tags, OGG vorbis: comments). See also the web site (link below). Developers Wanted: Willing to hand over this project to anyone who's interested in maintaining/improving this software. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A set of tools/code to facilitate communicating to the Hava and Vulkano network streaming video devices (http://myhava.com and http://myvulkano.com). Long term goal to create MythTV hooks (Linux) but some bits are useful elsewhere. Hope to utilize any official Vulkano SDK for Linux one is ever released. Note my Hava died in May 2013 so there will likely be no more updates for Hava devices. I bought a Vulkano to replace it and hope to have similar functionality for it soon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This Eclipse plugin help you to create, edit and verify your GLSL (OpenGL Shading Language) and NVidia CG vertex and pixel shaders directly inside the Eclipse IDE. Each shader can be edit in an editor with syntax color with error/warning markers.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 17
    RGBcube

    RGBcube

    Create movies for 3D RGB LED Cubes

    A few perl modules which can create xml files to run as movies on your 3D RGB LED Cube. The cubes internal firmware source code was not disclosed when i asked for it. So i developed this to create movies to upload onto the cube. See the Wiki for more information. Some additional xml animations for the cube are available in the Files section.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Create new Opengl trorials use C++ language and SDL, SFML, GLEW, GLU libraries. Web site tutorials: https://sourceforge.net/apps/trac/opengltutorials/wiki
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Ogitor
    OGITOR is an attempt to build a general purpose editor to quickly create scenes which can then loaded in an OGRE application for both rapid prototyping purposes and also supplying a WYSWYG editor environment for OGRE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Matlab VideoUtils

    Matlab VideoUtils

    Matlab Toolbox for reading and writing videos.

    Matlab Toolbox to process video files, which consists on a set of classes for reading, writing, correcting light changes and generating gaussian pyramids in real time. This toolbox is designed for Windows x64, Max OS X x64 and Linux x64. Through to use of Ffmpeg, it can reproduce and create videos very fast and also do no require to load the entire video file in memory. In addition the C++ code is already compiled in order to simplify the toolbox installation. In order to stay tuned for updates, you can follow the Matlab VideoUtils on Twitter (@VideoUtils): https://twitter.com/#!/VideoUtils If anyone is interested in collaborate, please contact to me -> https://sourceforge.net/sendmessage.php?...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Mp3Drop

    Sort and copy mp3 files to USB stick

    I wrote this little program to be able to easily create mp3 sticks to play in my car directly from my Amarok collection). For this purpose the stick needs a flat folder structure and be sorted alphabetically before copying. The small Qt4 dialog has a drop area where you can drag mp3s (from file manager or Amarok, perhaps also other programs) onto it and it will read the ID3 tags and create a sorted folder structure with "Artist - Album" and shows the number of tracks and size it would take. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Command line utility to create graphs and plots for web, CGI, paper, slides. Create pie charts, bar graphs, scatterplots, and other kinds of graphic displays from your alphanumeric, date, time, or categorical data. Input data is in .csv or .txt. Output graphics in gif, postscript, eps, png, svg and others. Useful in dynamic web content systems and other unattended uses.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 23

    livemix

    A tool for automated downmixing of live multitrack sound recordings

    Livemix will search directory tree for audio files, assuming each of them is a separate track, then group them into sessions based on file size, and then create a downmix for each session. Silent tracks are ignored, the others are processed by applying some effects such as compand, then normalized and then combined into downmix with equal volume. Sessions are named by the time of recording in YYYYMMDD-HHMMSS format. Intended use is to quickly generate mp3 previews of live multitrack music recordings (such as rehearsals or live performances), created by some sound recording software (Avid ProTools or Audacity for example). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Webcampak - Capture the world in HD
    Webcampak is a photography appliance. Used with DSLR or Compact cameras it can capture high resolution pictures, create timelapse videos and send those elements to remote servers. Extensively uses open source softwares (gphoto2, ImageMagick, ...)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Creates a photomosaic out of your image base. Get A Mosaic is especially suited to create giant mosaics with a very high resolution. This works even on computers with little memory.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB