Showing 699 open source projects for "api c#"

View related business solutions
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 1
    Steamless

    Steamless

    DRM remover of the SteamStub variants

    ... the Steamworks API integration. (via steam_api.dll/steam_api64.dll) Steamless will never include or distribute any emulator for the Steamworks API integration. Steamless will never handle Valve's CEG (Custom Executable Generation) DRM that is used on some older games. Steamless will never promote, encourage, or assist with piracy. Steamless will never assist with bypassing anti-cheats or other protections in place by games.
    Downloads: 299 This Week
    Last Update:
    See Project
  • 2
    libGDX

    libGDX

    Desktop/Android/HTML5/iOS Java game development framework

    .... libGDX comes with batteries included. Write 2D or 3D games and let libGDX worry about low-level details. Heavy emphasis is put on avoiding garbage collection for ART/JavaScript by careful API design and the use of custom collections. libGDX is a well proven and reliable framework with a sound base and documentation. Furthermore, there are plenty of games built on top of libGDX, many of which are open source.
    Downloads: 64 This Week
    Last Update:
    See Project
  • 3
    OpenVR SDK

    OpenVR SDK

    API and runtime that allows access to VR hardware

    ... hardware or software updates. This means that you can access the position of the headset using only one API call and it works for all headset brands (Oculus, Mixed Reality, Vive, etc)! The API is implemented as a set of C++ interface classes full of pure virtual functions. When an application initializes the system it will return the interface that matches the header in the SDK used by that application.
    Downloads: 26 This Week
    Last Update:
    See Project
  • 4
    Unreal Engine 4/5 Scripting System

    Unreal Engine 4/5 Scripting System

    Injectable LUA scripting system, SDK generator, live property editor

    Lua scripting system platform, C++ Modding API, SDK generator, blueprint mod loader, live property editor and other dumping utilities for UE4/5 games. The goal of UE4SS is not to be a plug-n-play solution that always works with every game. The goal is to have an underlying system that works for most games.
    Downloads: 17 This Week
    Last Update:
    See Project
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • 5
    openage

    openage

    Open source clone of the Age of Empires II engine

    openage is a free cross-platform RTS game engine that provides the mechanics of Age of Empires. Using modern technologies as C++17, OpenGL/GLSL, Python, Qt5 and CMake allows people using GNU/Linux, BSD, macOS or Windows to play the game natively. Our aim is to make openage a platform for the original Age of Empires games providing the same look and feel, but with more features for modding and multiplayer. openage uses an open API powered by our human-readable configuration language nyan. We...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 6
    Netcode for GameObjects

    Netcode for GameObjects

    Netcode that provides networking capabilities to GameObject workflows

    Netcode for GameObjects is a Unity package that provides networking capabilities to GameObject & MonoBehaviour workflows. The framework is interoperable with many low-level transports, including the official Unity Transport Package. Visit the Multiplayer Docs Site for package & API documentation, as well as information about several samples which leverage the Netcode for GameObjects package. You can also jump right into our Hello World guide for a taste of how to use the framework for basic...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Graph NotebookAmazon GameLift Unity

    Graph NotebookAmazon GameLift Unity

    Access GameLift resources and integrate GameLift into your Unity game

    ..., as well as an API gateway REST endpoint backed up AWS Lambda handlers to start a game and view game connection information. The Lambda handler always returns a 501 Error (Unimplemented). Single-Region Fleet, this scenario creates a game backend service with a single GameLift fleet. After player authenticates and starts a game (with a POST request to /start_game), a AWS Lambda handler searches for an existing viable game session with an open player slot on the fleet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ViZDoom

    ViZDoom

    Doom-based AI research platform for reinforcement learning

    .... Async and sync single-player and multi-player modes. Fast (up to 7000 fps in sync mode, single-threaded). Lightweight (few MBs). Customizable resolution and rendering parameters. Access to the depth buffer (3D vision). Automatic labeling of game objects visible in the frame. Access to the list of actors/objects and map geometry.ViZDoom API is reinforcement learning friendly (suitable also for learning from demonstration, apprenticeship learning or apprenticeship via inverse reinforcement learning.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    slua-unreal

    slua-unreal

    lua dev plugin for unreal engine 4 or 5

    Slua-unreal is an unreal4 plugin, which allows you to use Lua language to develop game logic and hot fix your code. It gives you 3 ways to wrap your C++ interface to Lua, including reflection by blueprint, C++ template, and static code generation. It also enables two-way communication between Blueprint and Lua. The advantage of Lua over C++ is that it requires no compilation for logic change, which significantly speeds up the game development process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Save hundreds of developer hours with components built for SaaS applications. Icon
    Save hundreds of developer hours with components built for SaaS applications.

    The #1 Embedded Analytics Solution for SaaS Teams.

    Whether you want full self-service analytics or simpler multi-tenant security, Qrvey’s embeddable components and scalable data management remove the guess work.
    Try Developer Playground
  • 10
    Ebiten

    Ebiten

    A dead simple 2D game library for Go

    ...), and even on mobile (Android and iOS)! Plus, Ebiten is implemented in pure Go on Windows, so Windows developers do not need to install a C compiler. Nintendo Switch™ is also supported! While Ebiten's drawing API is very simple, Ebiten games run very fast with GPU power. Multiple images are integrated into a texture atlas internally, and drawing operations are automatically performed in batch when possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    SwiftGodot

    SwiftGodot

    New Godot bindings for Swift

    SwiftGodot provides Swift language bindings for the Godot 4.2 game engine using the new GDExtension system (for 4.1 compatibility, use the 4.1 branch, preview for upcoming 4.3 release is in the 4.3 branch). SwiftGodot can be used to either build an extension that can be added to an existing Godot project, where your code is providing services to the game engine, or it can be used as an API with SwiftGodotKit which embeds Godot as an application that is driven directly from Swift. SwiftGodot...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Excalibur

    Excalibur

    An easy to use 2D HTML5 game engine written in TypeScript

    An open-source 2D HTML5 game engine. Excalibur was built from the ground up for TypeScript, a typed superset of JavaScript that feels familiar to C#, Java, and other strongly-typed languages. This makes Excalibur code clean, readable, and maintainable. Excalibur has a fully-documented API reference that is automatically kept up-to-date with every version, including the main code branch. Excalibur games compile to modern JavaScript and therefore work in the majority of browsers, including mobile...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Skynet

    Skynet

    A lightweight online game framework

    .... Skynet now uses a modified version of lua 5.4.2 for multiple lua states. Official Lua versions can also be used as long as the Makefile is edited. With Socket API and SocketChannel , which makes it easier to implement socket pool and reconnect, you can use Skynet to call socket even asynchronously. Skynet doesn't force a specific protocol, you can come up with your own design.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Ashes of Erebus
    This is a mod for the game Civilization IV - Beyond the Sword. More information on Civfanatics forum: http://forums.civfanatics.com/showthread.php?t=493730
    Leader badge
    Downloads: 22 This Week
    Last Update:
    See Project
  • 15
    Eagle Mode

    Eagle Mode

    Zoomable user interface (ZUI) with file manager, file viewers and more

    Eagle Mode is a zoomable user interface (ZUI) with file manager, file viewers, games, and more. This project is about a futuristic style of human-computer interaction, where the user can visit almost everything simply by zooming in. It features a portable C++ toolkit API for developing such ZUIs, and it features the Eagle Mode application, which provides a virtual cosmos with plugin applications. The most important one is the professional file manager with its rich, scriptable command set...
    Leader badge
    Downloads: 34 This Week
    Last Update:
    See Project
  • 16
    belofte chess

    belofte chess

    A promising chess program

    A console/text based chess program with XBoard/CECP and UCI API, available on all major platforms. You may need a graphical chess interface to use it. Please refer to README.md in the files section for installation instructions. The last stable release is 2.1.8.1 and has been released on 19/10/2024. Belofte 0.2.0 till 0.9.20 (c/c++): Xboard 1 & 2 (CECP) - Linux/Unix/(Windows) Belofte 2.1.1 and up (c++11) : UCI and Xboard 2 - Linux/Windows/Mac/Android/... For access to code, please...
    Downloads: 19 This Week
    Last Update:
    See Project
  • 17
    Vanda Engine

    Vanda Engine

    A free 3D game engine to create games and realtimes scenes for Windows

    Vanda Engine is a free and open source 3D game engine for Windows. I'm developing this game engine for years to help the students and other enthusiast learn game engine programming and develop 3D games for free. While giant companies are building game engines with huge budget and a lot of manpower, I'm developing this free 3D game engine alone with no budget. I have published step by step tutorials about Vanda Engine, 3D tools, and COLLADA format: https://vanda3d.org/tutorials/ Please...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 18
    LEDSpicer

    LEDSpicer

    LEDSpicer a LED Animator and Controller for Linux

    LEDSpicer is a linear LED controller daemon that will handle single color or a RGB LEDs connected to different devices. It allows the execution of animations and profiles and handle can input to interact with the LEDs, profiles can be triggered based on different events, like programs running, network input, game name, etc. Includes some utilities to make an arcade cabinet more attractive and cool!
    Downloads: 4 This Week
    Last Update:
    See Project
  • 19

    dx ACE

    dinput & xinput wrapper that modulates the input of game devices

    dx (A)xis (C)ontrol (E)dition is a directinput and xinput API wrapper utility that modulates the input of game controller devices with the objective of getting better control.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 20
    Stars! Nova
    Stars! Nova is a clone of the classic 4X space strategy game Stars!. While nowhere near the functionality of Stars! quite a few features have been implemented so far. See the Nova web page for details.
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21

    Open Jumpgate

    Opengate is a Jumpgate remake

    Opengate is a remake of the game Jumpgate using OGRE, CEGUI and the asio network library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Janes USAF Fox 2

    Janes USAF Fox 2

    A modification for Janes USAF

    This project is meant to create a more seamless and more in-depth game for Janes USAF. It's intended to include a more in-depth pilot career, updated models and textures, ease of use and map updates/creations. There are 2 versions, currently, and those are for end-users/players to choose either a dgvoodoo based game, or a wine3d based version. It is a free modification, that could develop into a complete overhaul of the game. All free of course. **You MUST own a original copy of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    VeGNUli

    VeGNUli

    VenenuX's development and software contender

    VenenuX's development and software contender, based on Debian flavored with openbox, lxde and firmwares: * For support: full support to Debian 7, 8. 9.. https://gitlab.com/venenux/venenux.git * For packages see https://build.opensuse.org/project/subprojects/home:vegnuli * Older Debians can Debian 4, 5, 6 in limited ways see https://gitlab.com/venenux/venenux.git * For old packages see https://build.opensuse.org/project/subprojects/home:venenux * Complete Debian 4, 5, 6 repository...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    KSFramework

    KSFramework

    QQ Group:538722494,KSFramework = KEngine + SLua(or xLua)

    KSFramework is a Unity3D Asset Bundle development framework that integrates KEngine, SLua/XLua/ILRuntime, and provides a set of auxiliary tools for programming, art, planning, and operation. Vika table vika.cn , API-supported data table, perfect real-time collaboration, can be used in 1000+ scenarios such as silky project management, game planning configuration table, data sorting, etc. Hot reloading is the development focus of KSFramework - without restarting the game, reloading the code...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Overload

    Overload

    3D Game engine with editor

    A game engine made for Windows, without flourishes. Online documentation and commented sources. Develop complete games with our lua scripting system! Customize Overload editor as you like. Increase your productivity by changing the editor layout. Never feel lost by reading Overload wiki, full of tutorials and a highly documented scripting API! You don't need to watch hours of tutorials on YouTube, Overload is intuitive. Drag & dropping has never been so easy! We made our best to focus...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next