Showing 17 open source projects for "without code"

View related business solutions
  • 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
  • $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
  • 1
    Playnite

    Playnite

    Video game library manager with support for wide range of libraries

    ...Playnite tracks your time in-game (any game including emulated ones). Playnite's user interface is fast and light on resources, even with large libraries. Playnite can run from portable storage without the need of installing system dependencies. No Playnite features are locked behind a paywall and the complete source code is available under the MIT license. Playnite doesn't store any user information on remote servers. All information about your library is stored locally on your PC.
    Downloads: 52 This Week
    Last Update:
    See Project
  • 2
    MonoGame

    MonoGame

    One framework for creating powerful cross-platform games

    ...The spiritual successor to XNA with thousands of titles shipped across desktop, mobile, and console platforms. MonoGame is a fully managed .NET open source game framework without any black boxes. Create, develop and distribute your games your way. By leveraging C# and other .NET languages on Microsoft and Mono platforms you can write modern, fast, and reliable game code. We currently support iOS, Android, MacOS, Linux, all Windows platforms, PS4, PSVita, Xbox One, and Switch with more platforms on the way. ...
    Downloads: 35 This Week
    Last Update:
    See Project
  • 3
    Svelto.ECS

    Svelto.ECS

    Svelto ECS C# Entity Component System

    Real ECS framework for c#. Enables writing encapsulated, decoupled, maintainable, highly efficient, data-oriented, cache-friendly, code without pain. Although the framework is platform agnostic (compatible with c# 7 and above and .net standard 2.0 and above), it comes with several Unity extensions. Svelto.ECS is easy to start with, but full of tricks for expert users. The hardest problem to overcome is usually to shift mentality from OOP programming to ECS programming more than using the framework itself. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    XCharts

    XCharts

    A charting and data visualization library for Unity

    ...A powerful, easy-to-use, configurable charting and data visualization library for Unity. Visual configuration of parameters, real-time preview of effects, and pure code drawing without additional resources. Support ten built-in charts such as line chart, column chart, pie chart, radar chart, scatter chart, heat map, ring chart, candlestick chart, polar coordinate, parallel coordinate and so on. Supports 3D column charts, funnel charts, pyramids, dashboards, water level charts, pictographic column charts, Gantt charts, rectangular tree charts and other extended charts. ...
    Downloads: 9 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
    Script Hook V .NET (SHVDN)

    Script Hook V .NET (SHVDN)

    An ASI plugin for Grand Theft Auto V

    ScriptHookVDotNet is an open-source scripting framework for Grand Theft Auto V that enables developers to create and run custom scripts using languages such as C# and VB within the game environment. It acts as a bridge between the game engine and managed code, allowing modders to interact with game systems through a structured and object-oriented API. Built on top of the original Script Hook V, it simplifies the scripting process by providing higher-level abstractions and reducing the need to work directly with low-level native functions. The framework supports real-time script execution and reloading, enabling developers to test and iterate on their modifications without restarting the game. ...
    Downloads: 35 This Week
    Last Update:
    See Project
  • 6
    KSFramework

    KSFramework

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

    ...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 and configuration table can immediately see the modification effect, maximizing the speed of development and debugging, and facilitating hot updates during the operation phase. For programmers, basic function modules such as AssetBundle loading and packaging, scripted UI, automatic generation of configuration table code, download and update can be used, which greatly reduces the workload of basic functions around the game.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Vivid3D-Sharp

    Vivid3D-Sharp

    Modern 3D engine and IDE written using C# and C++.

    Modern 3D engine and IDE written using C# and C++. Vivid features all the required functionality to write modern apps ang games. Including a fully working custom GL UI called "ResonanceUI". It features lighting and shadows(Unified) and can even embed and playback videos via FFMPEG, in the UI or full screen, with fully synced audio+picture. It offers two scripting solutions: C# and a custom language called VividScript, which is an OOP style language. The Editor is based on other...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Duality

    Duality

    a 2D Game Development Framework

    ...Duality is being constantly developed since 2011, let's build some great games with it. Modified Assets are automatically reloaded. Write code and test it directly without restart.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    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: 3 This Week
    Last Update:
    See Project
  • 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 generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 10
    Vocaluxe
    Vocaluxe is an open source singing game inspired by SingStar™ and Ultrastar Deluxe. The code is hosted on github: https://github.com/Vocaluxe/Vocaluxe
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11

    cgSudoku

    Sudoku engine for .NET 4.0 and up

    Sudoku game library written in C# qirh source and tests (NUnit) available. 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. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    TXna Game Engine

    TXna Game Engine

    XNA based game engine completely written in c#

    ...The monogame version is based on mongame 3.2.2 and has most of TXna features except: shadowmapping, modelscenenodes and instancing - those features are in development! Titanium Xna Game Engine is a Xna 3.1 based game engine written in c#. Complex scenes can be build in just few lines of code. The developer is free to combine TXna features and standard Xna techniques without any limitations. Please use the svn checkout or update feature to get the latest source and compile from source. The engine is not released frequently but only after major source updates. Chances are that by downloading a release you will get a rather old copy.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Gravity Simulator

    Gravity Simulator

    2D Gravity simulator, including a simulation of the solar system

    This application started out as a study of Newtonian physics, but evolved into a 2D simulation of the solar system. (Viewed from the south, because Jupiter just wouldn't be Jupiter without the great red spot.) The source code is available for developers who would like to make their own customizations and unique scenarios - like sending a black hole through the solar system. For the casual user, this program allows you to truly become familiar with the solar system. Flying a space ship with unlimited fuel, lots of dials to guide you to your destination, and one less dimension to worry about, you can experience the vast distances, enormous speeds and tremendous power of gravity first hand as you travel around the solar system. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    LumenLiquid

    LumenLiquid

    RPG Games without coding!

    LumenLiquid is a game engine which offers high flexibility. Every user can create his own game without having to worry about code. Trough the high customisation there are almost endless possibilities to create games and stories. To show up the endless possibilities, LumenLiquid is deployed with an example game, Fabled Lands. The story is taken from the homonymous books written by Dave Morris and Jamie Thomson.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    ...It's for Windows Mobile 5, 6, and I completed the version for Windows Mobile 7.1. I have been working on a version for Android, using Monodroid. I don't have an Android, and I used their evaluation version. It compiled without errors, but the emulator takes too long too long to load. I'm not sure if their testing tools even work properly, but the code is in a folder in the files section. I will be updating the project soon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This is an attack organisation helper for Travian. It helps you to plan a coordinated operation in very short time. Your attacks will slap your enemies in the same sec. Your defense will arrive between enemies attacks. Your mp3 will alarm you in time.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    NWShader is a wrapper for the game Neverwinter Nights (by Bioware), to support enhanced OpenGL features, especially post-processing using nVidia's CG toolkit. NWShader supports fullscreen and material shaders in NWN.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB