Showing 33 open source projects for "bacula-console-qt"

View related business solutions
  • Monitor the status and performance of any IT environment with NMIS Icon
    Monitor the status and performance of any IT environment with NMIS

    NMIS monitors an organization’s IT environment, helps identify and rectify faults, and provides valuable information for IT planning.

    Trusted by thousands of IT teams worldwide, The NMIS platform offers comprehensive network management, handling faults, performance, and configurations with ease.
    Get a Free Trial
  • 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
    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: 29 This Week
    Last Update:
    See Project
  • 2
    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: 11 This Week
    Last Update:
    See Project
  • 3
    SadConsole

    SadConsole

    A .NET ascii/ansi console engine written in C# for MonoGame and XNA

    SadConsole is a generic library that emulates old-school console game systems. It provides command prompt-style graphics where one or more tile textures are used to represent an ASCII character set. Console's are made up of a grid of cells, each of which can have its own foreground, background, glyph, and special effect applied to it. While SadConsole is a generic library that doesn't provide any rendering capabilities, "host" libraries are provided that add renderers to SadConsole. The two...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4

    Gester

    A game engine for console based text games

    Gester is a game engine for console based text game. You make text based games easily using Gester. These games can be played by using the 'gest' command. The 'gest' command will invoke the game engine which will read the game script file (.gest file) and present the game on the command line Install Gester using pip: "pip install gester" See our PyPI page for more details: https://pypi.org/project/gester
    Downloads: 0 This Week
    Last Update:
    See Project
  • Secure User Management, Made Simple | Frontegg Icon
    Secure User Management, Made Simple | Frontegg

    Get 7,500 MAUs, 50 tenants, and 5 SSOs free – integrated into your app with just a few lines of code.

    Frontegg powers modern businesses with a user management platform that’s fast to deploy and built to scale. Embed SSO, multi-tenancy, and a customer-facing admin portal using robust SDKs and APIs – no complexity required. Designed for the Product-Led Growth era, it simplifies setup, secures your users, and frees your team to innovate. From startups to enterprises, Frontegg delivers enterprise-grade tools at zero cost to start. Kick off today.
    Start for Free
  • 5
    MAP Game Engine

    MAP Game Engine

    Game engine to build text adventures.

    MAP is a software that allows to create and play text adventures. Text adventure or "interactive fiction" is software simulating environments in which players use text commands to control characters and influence the environment. They were among the first computer games. MAP includes tools to create the adventure and a runner that allows to play it. Source is available and open so both the runner and tools can be modified to fit the needs or style for each adventure/creator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    olivechess

    olivechess

    a UCI chess engine

    OliveChess is a simple chess engine compatible with modern chess interfaces such as ChessBase products, Arena and XBoard/Winboard. The engine supports UCI and XBoard protocols. Note: in order to use it as an xboard engine you may need Polyglot tool to be installed first
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    Doomsday Engine

    Doomsday Engine

    DOOM / Heretic / Hexen source port with enhanced graphics and UI

    A portable game engine for classic first person shooters such as DOOM, Heretic and Hexen. Lets you enjoy the original games using modern technology, including high-resolution OpenGL graphics, 3D models, and dynamic lighting effects.
    Downloads: 71 This Week
    Last Update:
    See Project
  • 8
    Mire Engine

    Mire Engine

    2D Game Engine

    A Cross Platform 2d Rpg Game Engine for mobile and Console.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Model T Dice Box

    Model T Dice Box

    RPG dice roll simulator for vintage Tandy TRS-80 100/102/200 laptops

    Simulate dice roll mechanics from the comfort of your vintage Tandy TRS-80 Model 100/102/200 ("Model T") laptop! Roll any die from d1 to d4200 (why not, you know you want to!) or use one of the built-in systems. Designed to pass around your table, the Model T Dice Box brings a retro new dimension to any game night! Dice Box supports a variety of popular RPG systems and dice mechanics including standard dice expressions (A+*dX+-*B+-L:H), exploding dice pools, full Continuum support (yes,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • The Fastest Analytics Database for Observability, ML, and GenAI | ClickHouse Icon
    The Fastest Analytics Database for Observability, ML, and GenAI | ClickHouse

    Unlock faster queries without skyrocketing costs.

    ClickHouse powers businesses with the fastest open-source OLAP database, built for rapid analytics, observability, and business intelligence. Deploy on AWS, GCP, or your own VPC with BYOC, and query billions of rows in seconds – all cost-efficiently. Trusted by Sony, Lyft, and Cisco, it delivers unmatched speed, seamless stack integration, and enterprise-grade performance. Turn massive datasets into decisions with ClickHouse.
    Start free trial
  • 10
    nCine

    nCine

    A cross-platform 2D game engine

    ... alignment. Pascal case for classes, enumerations, typedefs and constants. Put Doxygen brief descriptions in header files and additional documentation in implementation ones. Use Qt style for Doxygen detailed descriptions (/*! */) and end them with a period.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Frank Engine

    Frank Engine

    A 2D game engine and level editor

    Frank Engine is a game development framework with a built in editor written in C++. The goal is to be a fast way to create large open world 2D games with high quality graphics. Everything necessary to create a fully featured game is included: physics (Box2D), rendering (DirectX), level editor, dynamic lighting, particle system, sound, music (Ogg Vorbis), gamepad input, GUI, and debug console. The code is fairly well documented and includes simple starter projects build on.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Erebus

    Erebus

    Real-time RPG for PC/tablet/phone; multiple quests and random dungeons

    Erebus is a 2D real-time role-playing game, for Windows, Linux, Symbian and Android. This is under development, though already playable with three quests. Classic point-n-click style RPG, with dungeons to explore, enemies to fight, NPCs to talk to, sub-quests to complete, scenery to interact with, weapons, treasure and other items to find. Also supports Rogue-like keyboard controls. Binaries available for Windows and Android. Linux must be compiled from source. Older versions are...
    Downloads: 14 This Week
    Last Update:
    See Project
  • 13
    rpg_chung
    rpg chung is a rpg text like game engine with 3D laby view , smart word input and random dungeon maps generation. It is written in freebasic and can be compared as a game chatbot inspired from the "the hobbit" and "hells temple" games on oric1.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    ALRDR 2.0 demo

    ALRDR 2.0 demo

    The second demo of my game engine.

    Started when I was 16, still not ended, here is a demo of the game engine on which I work for more than 1 year. It's my first game project, so I decided to make it easy, by creating my own game workbench (a friend is making the MapEditor, I'm doing the rest), including the game engine, render engine, graphics, programmation, syntax ect. Don't wanted especially to share it, but friends wanted to play on it, so I will just share the .exe here. The source will come maybe later :)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Rockbot

    Multi-platform game engine similar to old Megaman with a stage editor

    An open-source, SDL based, game engine to replicate old style Rockman (aka Megaman) games, being as close as possible of Rockman 1-6, and an editor made with Qt, for custom graphics, weapons, bosses, enemies and level creation. Please access our web page for more details. The engine code is meant to be highly portable, thanks to SDL, and have been ported and tested in: - Linux - Windows - macOSX (x86) (not currently supported) - Playstation 2 - Nintendo DS (abandoned) - Dingux - Open...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Crafter 2D

    Crafter 2D

    2D game engine for traditional platform games

    Crafter 2D is a cross platform 2D game engine, with which you can create your own games! Using this engine, you can focus solely on your games assets and behaviour and don't have to worry about the platform. And it is free!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Exorior

    A small text based game engine (VB.Net)

    A small text based game engine. This game engine is designed for non graphical strategy games.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Gaz Engine

    Component 2D Game Engine

    ... currently has a very limited editor (not included on this page) built with Qt that allow the user to build a scene visually.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Proteus (Game Engine) - Existence

    Open Source 3D Game Engine

    The goal is to create a full fledge 3d game engine for virtual world and space simulations including a cross-platform client and engine toolkits. The platform is for open community development with the goal to reach specific milestones. As stated in the description. Please contact us if you would like to assist or help in the development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    QGamelib

    My Contact: (QQ)250455385

    QGameLib is a 2.5D game engine with Qt. I need more partner join with this project. You can contact my QQ 250455385. thanks;
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    TurboSphere

    TurboSphere

    TurboSphere is an easy to learn and powerful JS based game engine.

    TurboSphere is an intuitive and easy to learn game engine. It is generally modeled after the Sphere RPG engine for its API, although the API has been modernized. It uses JavaScript as its game logic language, and supports many common file types for resources. TurboSphere uses Google V8 for JavaScript execution and SDL for graphics, audio, input and most other game related functions. It includes a map engine intended for top-down, zelda like games. Other, script based map engines are...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    BxEngine

    BxEngine

    BxEngine For Marmalade And QT

    ...-windows.exe (QT 5.2.1) http://download.qt-project.org/official_releases/qt/5.2/5.2.1/qt-opensource-windows-x86-android-5.2.1.exe (Medusa AnimationTool) http://cafe.naver.com/bxengineformarmalade/64 (Typhon ParticleTool) http://cafe.naver.com/bxengineformarmalade/66 ***** Next version! : https://github.com/BonexGu/Bx2D *****
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Unknown Engine

    A 2D java game engine

    A java 2D game engine with multiple features including: Animation system, Spritesheet system, Developer console, Event system, Packet based TCP networking. This project is something i have worked on in my spare time for months and now i have decided to give to the java community.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Bad Monkey Engine

    Bad Monkey Engine

    A truly extensible cross-platform game engine

    The Bad Monkey Engine is designed to function as the core engine for game development. Its architecture fully supports cross-platform game development by abstracting all platform specific code into general purpose utility classes. The primary platform is WinTel with parallel development occurring for Unix-based operating systems. Console-based platforms are not available yet due to the restricted nature of the APIs for these platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Bens Game Engine

    Little game background framework in java.

    This is a background game framework in java. It is controlled with states, wich can be layed over each other and entities wich can execute triggers when some events occur. The built in console provides some extra enhancement, you can add commands easily to it - same with creating a trigger-function for an entity. It's using java.awt as graphical port. Also using OpenGL from version 0.3.xxx, you can select your desired main class and it runs with the given graphics port. Checkout...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next