Showing 75 open source projects for "module"

View related business solutions
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
  • SKUDONET Open Source Load Balancer Icon
    SKUDONET Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    SKUDONET ADC, operates at the application layer, efficiently distributing network load and application load across multiple servers. This not only enhances the performance of your application but also ensures that your web servers can handle more traffic seamlessly.
  • 1
    Terasology

    Terasology

    Open source voxel world

    Terasology is a free and open-source survival and discovery game set in a voxel world. Influenced by Minecraft, Dwarf Fortress and Dungeon Keeper, it offers a unique and enjoyable building and playing experience. Terasology requires Java 8 and an updated graphics card driver.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    KTX

    KTX

    Kotlin extensions for the libGDX game framework

    ..., Android and iOS applications. Supports other platforms through third-party libraries. Our main goals are usability and stability. Comprehensive test suites are written for every KTX feature. Each module is documented by a guide with a list of its features and extensions, as well as API usage examples.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    PuerTS

    PuerTS

    Write your game with TypeScript in UE or Unity

    Write your game with TypeScript in UE or Unity. PuerTS can be pronounced as pu-erh TS. PuerTS is a TypeScript programming solution within game engines. Facilitates game-building processes by combining JavaScript ecosystem with the rendering power of professional game engines. In contrast to lua script, TypeScript supports static type checking, which significantly improves code robustness and maintainability. High efficiency: supports reflection binding throughout the platform (engine), no...
    Downloads: 1 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.
    Leader badge
    Downloads: 23 This Week
    Last Update:
    See Project
  • Simplify Purchasing For Your Business Icon
    Simplify Purchasing For Your Business

    Manage what you buy and how you buy it with Order.co, so you have control over your time and money spent.

    Simplify every aspect of buying for your business in Order.co. From sourcing products to scaling purchasing across locations to automating your AP and approvals workstreams, Order.co is the platform of choice for growing businesses.
  • 5

    AuroraExt

    Helpful tools to extend the NWN Toolset

    AuroraExt is a collection of tools to overcome cerain limitations of the original Neverwinter Nights (NWN) Aurora Toolset and the NWN module development process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Train Invaders

    Train Invaders

    Jupyter Notebook + Space Invaders

    Training a model can be a long long process. In the meantime, have a bit of fun with a competitive space invaders game. See if you can get your name to the top of the leaderboard.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Pfactris

    An Arithmetical Tetris Game. Numbered tiles divide and cancel out.

    Tetris, but with arithmetic, each tile has an integer on it. Drop a tile onto a tile below so that the numbers divide and cancel out. Once a tile drops and cancels with the tile below, it will attempt to cancel the next tile below that and so on. If no more below-cancellations happen it will also try to cancel with the tile to the left and then the tile to the right of it. For complete description go to Files tab and see readme.txt
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    pyirrlicht

    pyirrlicht

    Python ctypes module for the Irrlicht Engine SDK

    Python ctypes module for the Irrlicht Game Engine SDK (http://irrlicht.sourceforge.net)
    Downloads: 5 This Week
    Last Update:
    See Project
  • 9
    BWAPI

    BWAPI

    An API for interacting with Starcraft: Brood War (1.16.1)

    ... cannot take control of game units while the AI is in play. These default settings can be changed for flexibility however, unless enforced by a Tournament Module (game referee for AI tournaments).
    Downloads: 1 This Week
    Last Update:
    See Project
  • A CRM and Sales Data Management Platform for Multi-Line Sales Teams Icon
    A CRM and Sales Data Management Platform for Multi-Line Sales Teams

    The CRM, sales reporting, and commission tracking tool uniquely tailored to the needs of manufacturers, sales reps, and distributors.

    Repfabric is a customer relationship management (CRM) software designed specifically for multi-line sales teams (i.e. reps, distributors, wholesalers, dealers, and manufacturers). It streamlines and simplifies the sales process by providing deep integration with email, contacts, calendars, and deal tracking. The platform enables users to track commissions from CRM to sale, make updates directly from mobile devices, and document sales calls using voice-to-text features.
  • 10
    Pulsar framework

    Pulsar framework

    Event driven concurrent framework for Python

    Event-driven concurrent framework for Python. Pulsar's goal is to provide an easy way to build scalable network programs. In the Hello world! webserver example above, many client connections can be handled concurrently. Pulsar tells the operating system (through epoll or select) that it should be notified when a new connection is made, and then it goes to sleep. Pulsar uses the asyncio module from the standard python library and it can be configured to run in multi-processing mode. The http...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Leaf

    Leaf

    A game server framework in Go (golang)

    Leaf, written in Go, is a open-source game server framework aiming to boost efficiency both in development and runtime. Simple APIs. Leaf tends to provide simple and plain interfaces which are always best for use. Self-healing. Leaf always tries to salvage the process from runtime errors instead of leaving it to crash. Multi-core support. Leaf utilize its modules and leaf/go to make use of CPU resouces at maximum while avoiding varieties of side effects may be caused. Each module runs inside...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    PrakeOut

    Cross platform BrakeOut with level editor

    BrakeOut clone in python 2.7, with level editor. Easily make your own multi stage levels, with custom graphics, music and sound. Executable for Win 32 OS available, but source will run on all platforms! PrakeOut currently only supports Python 2.7, so remember to download the correct Python version if you want to make your own build. The entry module for your project should be GameHandler.py
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    New Terrain and 3D Map System

    New Terrain and 3D Map System

    a very lightweight advanced terrain-rendering and 3D map rendering sys

    A very lightweight advanced terrain-rendering and 3D map rendering system. Minimal dependencies: OpenGL, SDL. It's distrib in 2-3 separate modules: 1. the C++ implementation of the terrain- and/or surface- rendering Algorithms I have developed: both a multithread and a non-multithread variant is relaeased. 2. Seme as at point 1. , but with a road-network rendering and collision-detection module I wrote before. It also adds some trees at the top of the terrain. (multitread vesion not released...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14

    The Mind Module

    Gives agents personality, moods, emotions and emotional attachments.

    The Mind Module (MM) is a spreading activation network (SAN) that can be used as part of an avatar, non-player character (NPC), or agent architecture for providing dynamic and fine-grained states of mind. The MM models a character's personality as a collection of traits, maintains dynamic emotional state as a function of interactions with objects in the environment, and summarises an avatar's current emotional state in terms of `mood'. In the folder MMUnity (see Files) you will find...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    KSTweak

    A game-management tool for Kerbal Space Program

    This project aims to serve as a tool for managing installations of Kerbal Space Program (available here: https://kerbalspaceprogram.com/en/). The primary goal is to allow savegame editing; however, other ideas include module management and part tweaking.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Insurrection

    Science Fiction, heavy assault, disestablishment of power.

    .... Weapons may be independently targeted, and it is possible to utilize anti-munition weapons during defense. Captured ships can be added to your fleet, and other AI players may join the cause. This project is currently pre-alpha, but preliminary code can be compiled to give the test environment with currently implemented functions. The intention is to introduce each game element as, and when, the implemented module is capable of supporting it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    rpg1 (perl)

    Very Beta ASCII Text RPG (in perl)

    RPG1 is a very beta but not as beta as it was before role playing game. Its graphix are provided by the perl ANSI::Color module and ASCII text. It looks best in gnome-term or the console. Highlights include: weapons, food depletion, armor, and magic. To play the game you move N S E W UP or DOWN from room to room (NOTE: it uses a top-down view orientation, ie: you're 'floating' above the room looking down). It currently only has a limited number of rooms and I would appriciate help in adding...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A collection of python module, libraries and final users utilities in Python language. Targets can be end user desktop, but also Python developer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    showmaster

    Keep track of your favourite TV shows.

    It's a simple application to keep track of your favourite tv shows. You can add tv shows to your library and view information about their latest and next episode. It uses tvrage.com to gather information (see tvrage.py) and stores it in a local sqlite database(see db.py). The application is written in Python 3.3 and uses the pyqt module to realize the user interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    osgXI is a general interface of GPU effects, resource managers, and game developing components. It also includes a NVIDIA CG module and an Autodesk Maya exporter for use. osgXI is based on the OpenSceneGraph project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    OpenEstragon

    OpenEstragon is a market economy simulator.

    OpenEstragon is a market economy simulator. It contains a market module, a factory module that is based on the market, and serialization to XML facilities of the economy. Available as C++ component.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    phpFFL is a free and fully customizable online Fantasy Football League Manager with a live(ajax) draft module. phpFFL is a web based application which uses php & MySQL. League Admin & Individual Team Admin is all handled through the phpFFL web interface.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 23
    pyirrlicht

    pyirrlicht

    Access to Irrlicht Engine SDK from assembler, C, Python, Basic, Pascal

    Python ctypes module for the Irrlicht Engine SDK for 2d/3d games and graphics. Compatibility with all Python versions, wich support ctypes module. Second internal project is SWIG wrapper. Additional support for SVG files over AGG or Cairo library. Also irrlicht_c library give access to Irrlicht functional from other programming languages: ASM (FASM), C (TinyC), Basic (FreeBASIC, thinBasic, OxygenBasic), Pascal, Gentee, AutoIt and game frameworks like GameMaker or Blitz.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 24

    Pulse Rifle FX Module

    Aliens Pulse Rifle M41A SFX / Counter Module

    This is a tiny module for embedding in a replica M41A prop from the Alien series of movies. Based around the PIC32MX695F512H chip it has 512KB of flash for sample storage, a 12 bit DAC module and 1.8W audio power amplifier, dual 14.4mm red 7-segment LED display, plus a whole host of additional features.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Simpoker

    Simpoker

    Texas Hold'em all-in simulator

    Simpoker is an all-in sumulator for texas hold'em poker, provided with a statistic module to check the odds of winning associated to each card combination.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next