Showing 95 open source projects for "visual basic 2010"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Error to trace to log to deploy. One click. No SSH. Icon
    Error to trace to log to deploy. One click. No SSH.

    Catch the cause before the pager goes off.

    AppSignal links every error to the trace, the trace to the log, the log to the deploy that shipped it.
    Free 30 days.
  • 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: 3 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: 140 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: 7 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
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try 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
    Fallen Earth Character Planner

    Fallen Earth Character Planner

    fallen earth ap, skill, build, planner, builder, guide, calculator

    UPDATE (03/29/226): The new home for FECP will be at https://gitlab.com/fallenearth/fecp. Any future versions will be made available for download there. The Fallen Earth Character Planner is a utility created with Visual Studio 2010 and designed to assist players in planning out character builds and assign ap points more effectively. Playlist for user guides: http://www.youtube.com/watch?v=u11OUZngxns&list=PLoe9kHxPfvZq1hM-68st3C8O3I4jSj_yk
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    CDX is a free GDK (Game Development Kit) which is comprised of a set of C++ wrapper classes for writing Windows games.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    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
  • 9
    Irrlicht Lime

    Irrlicht Lime

    .NET wrapper for the Irrlicht Engine

    ...It wraps most of API available in native library, easily allowing you to use 2D/3D graphics in your app, written in C#, VB.NET or other .NET language. Currently Lime is being develop under Visual Studio 2010 with .NET Framework 4.0. It includes bunch of examples and IntelliSense documentation. Lime is not a distinct "engine", it is a wrapper with almost the same architecture witch native Irrlicht Engine has. You do not need to download/compile Irrlicht Engine, wrapper already has it and ready to be used straight from the box.
    Downloads: 0 This Week
    Last Update:
    See Project
  • $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
  • 10
    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: 3 This Week
    Last Update:
    See Project
  • 11
    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: 2 This Week
    Last Update:
    See Project
  • 12

    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
  • 13

    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
  • 14
    Sentient Star Saga

    Sentient Star Saga

    Top down 3D Space Shooter Adventure

    [Source Requirements] XNA Game Studio 4.0 http://www.microsoft.com/en-us/download/details.aspx?id=23714 Visual C# Express Edition 2010 http://www.visualstudio.com/en-us/downloads#d-2010-express [Binary Requirements] Xna Framework 4.0 Redistributable http://www.microsoft.com/en-us/download/details.aspx?id=20914 .Net Framework 4.5 http://www.microsoft.com/en-us/download/details.aspx?id=30653
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Celestial End

    Celestial End

    2.5D Sci-Fi RPG

    [Source Requirements] XNA Game Studio 4.0 http://www.microsoft.com/en-us/download/details.aspx?id=23714 Visual C# Express Edition 2010 http://www.visualstudio.com/en-us/downloads#d-2010-express [Binary Requirements] Xna Framework 4.0 Redistributable http://www.microsoft.com/en-us/download/details.aspx?id=20914 .Net Framework 4.5 http://www.microsoft.com/en-us/download/details.aspx?id=30653
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Sol Intelligence

    Sol Intelligence

    2D Computer World Platformer

    [Source Requirements] XNA Game Studio 4.0 http://www.microsoft.com/en-us/download/details.aspx?id=23714 Visual C# Express Edition 2010 http://www.visualstudio.com/en-us/downloads#d-2010-express [Binary Requirements] Follow the path of a lone entity, known as Sol, who ventures forth into a world of circuits and servers. Just being brought into existence, Sol must find a way through the various realms and hubs of his new home. Fight Diodes, Transistors, Resistors and so much more as Sol finds out what freedom means and at what cost. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Arc Lancer

    Arc Lancer

    Top down 3D Space Shooter

    ...Arc Division is tasked with deep space exploration, an admirable notion, but from the depths of the abyss, a new enemy emerges…one that could doom all humanity. [Source Requirements] XNA Game Studio 4.0 http://www.microsoft.com/en-us/download/details.aspx?id=23714 Visual C# Express Edition 2010 http://www.visualstudio.com/en-us/downloads#d-2010-express [Binary Requirements] Xna Framework 4.0 Redistributable http://www.microsoft.com/en-us/download/details.aspx?id=20914 .Net Framework 4.5 http://www.microsoft.com/en-us/download/details.aspx?id=30653
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    After Dusk

    After Dusk

    Sci-Fi Horror Xna Action Platformer

    ...Little do the intrepid travelers know, something dire lurks in the dark of Century Station… [Source Requirements] XNA Game Studio 4.0 http://www.microsoft.com/en-us/download/details.aspx?id=23714 Visual C# Express Edition 2010 http://www.visualstudio.com/en-us/downloads#d-2010-express [Binary Requirements] Xna Framework 4.0 Redistributable http://www.microsoft.com/en-us/download/details.aspx?id=20914 .Net Framework 4.5 http://www.microsoft.com/en-us/download/details.aspx?id=30653
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    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
  • 20
    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
  • 21
    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
  • 22
    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: 24 This Week
    Last Update:
    See Project
  • 23
    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
  • 24
    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
  • 25

    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
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next
Auth0 Logo