Showing 89 open source projects for "visual basic format"

View related business solutions
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 1
    osu!framework

    osu!framework

    A game framework written with osu! in mind.

    A game framework written with osu! in mind. If you are interested in creating a project using the framework, please start from the getting started wiki resources (or jump straight over to the project templates). You can either start off from an empty project, or take a peek at a working sample game. Either way, full project structure, cross-platform support, and a testing setup are included! This framework is intended to take steps beyond what you would normally expect from a game framework....
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2

    Irrlicht Engine

    3D Engine c++

    The Irrlicht Engine is an open source high performance realtime 3D engine written and usable in C++. It is completely cross-platform, using D3D, OpenGL and its own software renderers.
    Leader badge
    Downloads: 134 This Week
    Last Update:
    See Project
  • 3
    LocoNet over TCP
    Client-server based software that talks to Digitrax LocoNet. TCP server talks through a hardware interface (e.g. LocoBuffer) to LocoNet. (User interface) clients talk to that server.
    Leader badge
    Downloads: 12 This Week
    Last Update:
    See Project
  • 4
    A easy basic in order to make games in 2d style amos for linux and windows The basic it comprises a module runtime, ide examples and games.
    Downloads: 2 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
    ScreenShotAssistant

    ScreenShotAssistant

    Utility to quickly save screenshots in a numbered, orderly fashion.

    SSA is a utility for Windows which monitors the clipboard for images and saves them as bmp, jpg, png and/or gif files. Great for screenshots from games (Civ, Total War, etc.) Please note that the .Net Library needs to be installed for this app to run.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    CDX is a free GDK (Game Development Kit) which is comprised of a set of C++ wrapper classes for writing Windows games.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7

    Gamewhizzards

    GameWhizzards is a user created, Open Source 3D MMORPG

    Our goal is to bring an user editable and extendable MMORPG to you, allowing everyone to create his own world and let other players play on it. Take your items and gold from one world to the other, giving you the impression of one large world, consiting of smaller, player created worlds. Think of the "Oasis" in Ready Player One: That's what we want to create. VR support will also be included, but you can play without a VR headset, too. The networking part has been coded according to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    MineCraft-Texture-Studio-2018
    MineCraft Texture Studio 2018 (1.12/1.12.1/1.12.2) is only for Minecraft 1.11.x/1.12.x Based on Minecraft Texture Studio 1.0.8 My Version is for Minecraft 1.11.x/1.12.x Visual Studio 2017 Framework 4.5 Windows : Vista/win7/win8/win10
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9

    BasketCadX

    Graphic design of basketball play by frame

    BasketCadX is a Cad to draw a basketball play or exercise etc...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 10
    Scrolling Game Development Kit 2
    All-in-one program for creating 2D scrolling games. Compile your games into stand-alone .NET executables or customizable C# source code. The IDE and framework are build on OpenTK, which wraps OpenGL, so generated games can be cross-platform.
    Leader badge
    Downloads: 9 This Week
    Last Update:
    See Project
  • 11
    SteamEngine is a new open-source UO server emulator coded in C#, which can read and run Sphere scripts. It`s domains are supposed to be extreme customizability even for non-programmers, and a clean and readable codebase. The project is now abandoned. The "intended for the public" phase ended long ago. The "OldCode" repository is that (if that still works). Then for a while we intended it for the UO shard moria.cz, but that didn't succeed either, and the shard is now defunct. The last...
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    VDCraft

    VDCraft

    A Minecraft clone for 1.8.X multiplayer

    This is a Minecraft clone which can connect to 1.8-1.8.9 offline multiplayer servers. You can place and break blocks, chat, display your hand and hotbar. It supports up to 8x antialiasing and some rough lighting. Leaves look like the Minecraft "Fancy" graphic setting.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 13

    ScriptSDK

    .NET based API for Stealth Client

    ScriptSDK is my personal vision of handling scripts via API in .NET. A longer while ago, Maxwell a user from stealth forum, introduced an up-to-date variant of scriptdotnet2.dll inspired by code written by Neo, Orich and me. The library provide all the functionality imported from stealth to native .NET but never provided managed classes or extensions like making coding for the average user more easy and more interesting. After toying with that code for over 1 year i started...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    cgSudoku

    Sudoku engine for .NET 4.0 and up

    ...Provides hint tracking and allows for custom classes to be added for advanced solving techniques to be applied without directly modifying the library's code. An UndoManager class is provided for automatic undo/redo support, and basic file saving and loading to and from an XML format is implemented as well. Also includes a custom control to drop on forms to take care of the display and basic key handling, and a sample WinForms application to demonstrate the basic functionality of the library and control. Source is currently being developed in Visual Studio 2015, although it does not rely heavily on C# 6.0 features and could probably be converted to an earlier version with little trouble. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    AgateLib - Awesome game and tool engine library. A platform independent .NET library for developing games and game development tools. AgateLib is built on a driver-based model so that new platforms and rendering pipelines can be implemented easily.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    ASTRO:GameEngine

    ASTRO:GameEngine

    ASTRO é uma plataforma para que tem a capacidade de criar jogos 2D.

    Sobre: ASTRO é uma plataforma para o Windows que tem a capacidade de criar jogos em 2D, com físicas,colisões,animações entre outros, foi desenvolvido exclusivamente para o Windows,mais no futuro essa regra pode-se quebrar,Astro possui tudo oque é necessário para o desenvolvimento de um jogo em 2D. Características : Astro é totalmente flexível, por ter um Layout ,personalizável, é fácil de se utilizar,possui ferramentas ,de fácil manuseio , você pode criar câmeras, mover para uma...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Part authoring tool, part electronic environment, BrightMOO is designed to demonstrate the feasibility of building client-side, three-dimensional interactive environments using existing MOO technology.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Oblivion Works
    Wrye Bash has moved to Github! Downloads: https://github.com/wrye-bash/wrye-bash/releases Code: https://github.com/wrye-bash/wrye-bash
    Downloads: 22 This Week
    Last Update:
    See Project
  • 19
    Dungeon Map Editor

    Dungeon Map Editor

    A 2D tile map editor created using .NET framework.

    A 2D tile map editor created using .NET framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Tiger's SmoothJazz Editor

    Tiger's SmoothJazz Editor

    A visual editing environment for Sims3 JAZZ resources.

    Tiger, from Tyger Stripe Software, has donated the source of all his tools to the Sims3 community. This is his SmoothJazz editor. It lets you edit JAZZ resources - decompiling the package content to meaningful text and compiling back into game-format data. This project continues the work Tiger started.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Switchex - WoW Realm Switcher
    Switchex is a World of Warcraft realm switcher that will directly change your realmlist.wtf to your favorite server. You can add, edit, and delete servers and visit help websites and top private server lists.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    WGFX

    WGFX 2D Game Engine

    WGFX is a (Windows Graphics Functions of DirectX) which is comprised of a set of (C++, C#) wrapper classes for writing Windows games. This project semilar to CDX library the different is a new features that will be added to this new library WGFX. Part 1 show: http://youtu.be/SCdaqFk7xQ4 Part 2 show: http://youtu.be/FgjJVxXjdtI
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    3D Realtime Simulation der Evolution des Lebens. Frei erweiterbares Gen/Mutations-System mit Direct3D-Engine. <b>Wichtig ".NET 2.0 beta"-basierent !</b> Also wird zumindest ein Visual Basic 2005 Express Beta benötigt.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Frets On Fire Nxt

    An FoFiX upgrade

    I am in the process of looking for a team to make this must have exp in Visual C++. This game will change depending how it turns out during the development process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Tibia Open Bot is a tool for Tibia.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next