Showing 216 open source projects for "gw-basic"

View related business solutions
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 1

    AnimEclipse

    a graphics animation / music video created using basic C++

    its a graphics animation / music video created using basic C++. For this I've wrote some special purpose functions, "Path Wiggle","Boxer","bezier curve","Circular Array" etc.. that can be used in any other graphics works. I'm glad to share those functions as well as whole code with you.. Watch the animation here: https://www.youtube.com/watch?feature=player_embedded&v=hOQuOEuVV5o contact me, facebook: https://www.facebook.com/PixVfx
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    fb_chungVST

    fb_chungVST

    an audio multi effects VST plugin loading simple dlls

    fb chung VST is an audio multi effects VST loading host dlls written in high level language (like freebasic) .you can add a simplified dll plugin in the /plugin/ /plugin2/ /plugin3/ folders it will be automaticaly recognized and loaded.Included 4echo_chungVST example (4 combined echos) , baxandall eq and peekenhancer effect . Just define the following dll cdecl export functions : plugininit : your init sub startpluginmain : start your gui window edit closepluginmain : called to close...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    XAMOS

    XAMOS

    Cross-platform reimplementation of AMOS BASIC (runtime)

    XAMOS is a cross-platform reimplementation of AMOS BASIC based on jAMOS, fully re-written in C++ with SDL libraries. Currently runtime only, however is widely compatible with jAMOS projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    SmoothLife

    SmoothLife

    A generalization of Conway's Game of Life

    Conway's Game of Life is generalized to a continuous domain. OpenGL and GLSL shaders are used for real-time 2D and 3D graphics. Time stepping is done via a real to complex FFT based convolution operation. There are also two deliberately simple test implementations in FreeBasic and Matlab. A 2D version on a sphere shows that it is really not dependent on the underlying grid.
    Downloads: 5 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
    Demonstock

    Demonstock

    A GUI foundation for creating U/I based content

    Demonstock is a GUI foundation for creating user interfaces and other graphic content. It features a library of tools and functions that are used to build GUI elements and components. Based upon both a QT and VisualBasic design, Demonstock is a flexible GUI editor with plugin and extension capability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Creative CD - Skinnable CD Audio Player!

    Creative CD - Skinnable CD Audio Player!

    A Free, Cool Skinnable CD Audio Player For Windows!

    ...IT IS RECOMMENDED TO USE A LATER VERSION OF WINDOWS SUCH AS: WINDOWS XP / WINDOWS VISTA / WINDOWS 7 / OR WINDOWS 8... (32 OR 64 BIT VERSIONS)... IT CONTAINS THE FOLLOWING FEATURES: - Basic CD Player Functions ( Play, Stop, Pause. Rev. Forw, Eject, Etc... ) - Skin support ( Change Size and Position of all Controls, Size of Main Window and Placement of Titlebar ...) - Bitmap Fonts, Bitmap Buttons with Mouse Over Effect, Bitmap Scrollbars with Mouse Over Effect, Advanced Listbox, Tooltips .... - A Cool Animation Box ... ( Four Animations to Choose From) Look on the menu or in the Options Dialog )... ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Open Metronome

    Open Metronome

    MIDI and/or Custom WAV Metronome for Windows and Windows Mobile

    Free open source GPL metronome (a "branch" of "Weird Metronome") for Windows, Windows Mobile, & Pocket PC. Uses user-definable multi-voice WAV or MIDI (PC only) sounds for the beats. Has a blinker & allows user defined bpm & fine measure control.
    Leader badge
    Downloads: 36 This Week
    Last Update:
    See Project
  • 8
    Math Transformations Library
    A library analog to those included in Matlab without the need of external libraries; just right for embedded or static linking. MTL was used to build a 3d Scanner. MTL consists of pars B - Basic Functions, Matrices, Images, Hypermodels (3d Models and up) N - Numeric Functions ranging from linear regression over nonlinear optimization to singular-value computation I - Image filters and Image enhancement H - Hardware related (optional part), does require additional libraries and is only useful on certain hosts. G - Hyper-Model functions such as ray-plane intersections etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    QuadEdit
    Midi patch editor for Alesis Quadraverb GT effects processor. Runs under Windows. See the WIKI at https://sourceforge.net/apps/mediawiki/quadedit/. Now functional for most basic functions, needs work on: Midi Modulation, Multi-tap delays, sampling.
    Downloads: 4 This Week
    Last Update:
    See Project
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 10
    Audica
    Audica is a BASS based audio player written on Visual Basic 6. P.S. View screenshot.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    OpenGROW

    OpenGROW

    An open-source project to develop a plant generation tool.

    ...This tool will feature an easy to use interface, and will be scalable, able to produce a large batch of similar plants simultaneously. The project is current just starting - I'm laying down some basic code to generate a tree skeleton, then using that skeleton to create an "envelope" mesh. Then I plan on adding features in subsequent releases. Then I'll probably end up rewriting all of the code and writing some documentation at the point where I have a good basic feature set. I will release new alphas every few weeks, containing source code and OS-specific binaries, unless I put development on hold for a while (see below). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    GuiObjects

    GuiObjects

    A C++ library to easily create GUI-editable objects

    ...The goal was to make each object "know" how it should be displayed and changed, so that a simple GUI tool can display complex objects, and new objects can be created without having to spend time creating the "widgets" for them. The basic requirements was: - The "GuiObjects" don't know which graphical toolkit (e.g. gtk) will be used to display them. - The objects can be displayed without knowledge of what exactly they are. - save/load/undo/etc. will be taken care of automatically. In addition, because this is a project I started to train in C++: - there will be no dynamic casting! ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Grab_IT!!

    Grab_IT!!

    Save large web pages to your disk as images.

    A simple app that allows you to save large web pages ( larger than your screen ) with one click. Supported formats .bmp, .jpg, .png. You also can adjust the .jpg compression and capture size. windows Vista, 7 users download the executable version only ( Small ) Windows XP & earlier users. You may need the full setup.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    echo_chung
    echo chung is a universal echo effect that takes any sound from the selected input (ex : the system mixer) and sends its echo to the selected output (ex : the output speakers) with time delay,volume, and 3bands tone equalizer for echotone_chung.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 15
    Simple Radio Player
    This Program is Free. Balkan Radio Player has been sold to Simple-Tech( www.simple-tech.org.org ) !!!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    An AVC/SVC (Scalable Video Coding) stream player. It can read video files or streams coded with the H.264/AVC standard or its scalable extension H.264/SVC. Implemented using the open sources tools: JSVM, LIVE555 and Qt.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 17
    Geometry Solver 3D

    Geometry Solver 3D

    An application for analytic geometry education

    This tool is supposed to be able to calculate majority of basic problems of analytic geometry lessons at secondary schools. Calculations are done using a comprendious user interface and results are shown in well-organized tables as well as drawn into a 3D window. We took special care to integrate full support for interactive whiteboards reducing the need for using keyboard to minimum. We used different colors for every object to help users learn the user interface quickly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    EncoreBassing

    EncoreBassing

    EncoreBassing Preview

    This is a Vietnamese Open-source Multimedia Player. Decode any codecs like MP3, MP4, ADX, OGG, WAVE, WMA, WMV,.... Based the BASS.dll & Fmodex.dll. The project is back since July 16th 2013. Version 1.2.0 is coming soon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This is a basic implementation of the Floating Textures algorithm presented at the Eurographics 2008 conference.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    AVISynth UI is a user interface for the script based video editor AVISynth. Written in Visual Basic, It enables you to edit videos using AVISynth with the comfort and ease of use of having a user interface.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21
    Simple XBMC Remote
    Simple application for controlling XBMC remotely, via the EventServer. Can navigate your video collection, start/pause/stop movies, skip forward and back, control the volume, switch the existing subtitles. Get the latest binaries from Ovi.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A text-based subtitles editor that supports basic operations as well as more advanced ones, aiming to become an improved version of Subtitle Workshop for every platform supported by KDE. NOTE: project development is now happening on GitHub (https://github.com/maxrd2/subtitlecomposer)
    Downloads: 4 This Week
    Last Update:
    See Project
  • 23
    Peavey Vypyr guitar amplifier librarian and patch management program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    IUT-SimDSP
    This is a simple DSP simulator for educational purposes: developed as a course supplement of CIT-4617 (Digital Signal Processing) at Islamic University of Technology (IUT). Written in C++.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    NanoEngine

    NanoEngine

    3D Engine technology with partial tools developing kit.

    What is NanoEngine technology? NanoEngine technology is the 3D Engine of building 3D world at a subatomic level. A basic definition: NanoEngine technology is the engineering developer of functional systems at the molecular scale. This covers both current work and concepts that are more advanced. In its original sense, 'nanotechnology' refers to the projected ability to construct items from the bottom up, using techniques and tools being developed today to make complete, high performance products with using DirectX technology and GPU Geometrics Shaders. ...
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB