113 programs for "simple library" with 2 filters applied:

  • 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
  • Shift, the browser that merges all of your web apps into one powerful window. Icon
    Shift, the browser that merges all of your web apps into one powerful window.

    Your power browser.

    Streamline everything you do online when you install Shift and access thousands of apps without leaving your browser. Connect all of your Gmail, Outlook, and Office 365 accounts and manage everything from one centralized window. Build out your Shift browser with apps that integrate seamlessly so you have ultra-fast access to all the tools you use to stream, shop, work, browse, and stay connected. Shift brings it all together.
    Try for Free
  • 1
    Moon

    Moon

    A lightweight game server framework implemented with Actor Model

    Moon is a lightweight game server framework based on the actor model. One worker thread can have one or more actors (services), which communicate with each other through message queues. There are many features for game server development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Ebiten

    Ebiten

    A dead simple 2D game library for Go

    Ebiten is an open source game library for the Go programming language. Ebiten's simple API allows you to quickly and easily develop 2D games that can be deployed across multiple platforms. In Ebiten, everything is an image: the screen, data from an image file, and even offscreen items are all represented as image objects. Most rendering operations consist of drawing one image on top of another. Ebiten games work on desktop (Windows, macOS, Linux, and FreeBSD), web browsers (through WebAssembly...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Simple Sokoban

    Simple Sokoban

    a (simple) Sokoban game

    Simple Sokoban is a (simple) Sokoban game aimed at playability and portability across systems. It is written in ANSI C89, using SDL for user interactions. I developed it natively under x86_64 Linux, but it should compile just fine on virtually anything that has a C compiler and the SDL library.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 4
    grafx - Extensible Java Graphics Package

    grafx - Extensible Java Graphics Package

    Extensible Line-drawing & Polygon-filling Rasterization Libs for Java

    Line-drawing and polygon-filling rasterization algorithms in Java. Simple 2D package and more complex 3D package with Z-buffering. Texture mapping not supported at the moment. Color interpolation for lines, Gouraud shading for polygons fully supported. Floating point vertex coordinates, not integer. Pixel-level aliasing, not endpoint aliasing. Doesn't use Bresenham line style! Works with all Java versions. No external dependencies. Suitable for study in academic institutions...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 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
  • 5
    chatbot_chung
    chatbot chung is a keywords based probabilities algorythm simple entertainment chatbot with 3D talking openGL avatars written in freebasic. Can import aiml simple question/answer or question/random/answers or single star/ multi srai data saved from "AIML_chung" open source application . Online html5 javascript version with 44 languages multilingual auto detection available on the website (source included in the zip file). SORT gentext text generation algorythm option added (desktop version) .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Aussie Lotto

    Aussie Lotto

    Aussit Lotto is tattslotto game player and checker for Australia.

    Aussie Lotto is a simple application to make creating numbers for lottery games, and checking results easier. This program allows you to automatically generate numbers for a variety of Lotto games which are available in Australia. You can save the games, add further your own selected numbers and check them against the results of the draw, instantly finding out what games you've won without having to first check the ticket yourself, or take it to be scanned. This is ideal if you want to play...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Simple Multiuser Online Scenes

    X3D Prototypes for the SMUOS Component

    Develop X3D prototypes to ease the use of the X3D network sensor for simple multiuser online scenes
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Captains Game Engine

    Portable game engine with main focus on point-and-click adventures

    This project aims to create a fast game engine that is simple to use. It will support rendering in OpenGL and DirectX and run on Linux, Windows and Android. It even runs in the browser with WebGL through emscripten. It was originally used to create a round-based 3D multiplayer role-playing game called Heroquest. Now, the main focus has shifted to create a portable point-and-click adventure system and some adventure games.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Perkun Wars

    A simple fantasy game

    A simple fantasy game based on the AI library perkun. The objective of the game is to kill a vampire. There are three towns where he may be hidden: Wyzima, Novigrad and Shadizar. It is best to attack the vampire when many NPCs are around. However Pregor and Thragos will avoid him. Dorban will constantly hunt him. It requires the perkun library - download it from http://sourceforge.net/projects/perkun/ This game is intended mainly for the developers willing to learn how to use perkun...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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.
    Learn More
  • 10
    SDL Framework
    SDL Framework (SDLFW) SDLFW is a cross-platform framework from the powerful SDL library to create your own 2D games with the Lua programming language. It's easy-to-use, free, open-source, and works on Windows and Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Guild Wars 2 Wiki ToolTips

    Guild Wars 2 Wiki ToolTips

    JavaScript library to generate GW2 ToolTips based on official Wiki

    The aim of this project is to provide a simple way for web sites and forums to display official Guild Wars 2 Wiki information by the way of a tool tip. Demo: http://www.gw2-pnj.fr/viewtopic.php?f=47&t=568&p=4527#p4527 ID: guest_tooltips PASSWORD: guest_tooltips#1234
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    SBREAKOUT

    An "intelligent" arkanoid clone

    SBREAKOUT is a simple arkanoid clone with analytical-geometry-based physics written in pure C, that knows where the ball hits before it does. :-) The SDL library is used for graphical output and mouse input handling. The game is released under the MIT license.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    AdaSDL is a set of Ada (programming language) bindings, ports, and some original applications based on SDL (Simple DirectMedia Library - http://www.libsdl.org)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This is a simple OpenGL-based library to demonstrate how to integrate the Gamepad library into applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    (note: source code has moved to github: https://github.com/frank-zago/xgalaga-sdl) XGalaga-SDL is a port of the popular X11 game XGalaga, a clone of Galaga, using the SDL (Simple DirectMedia Layer) library. XGalaga was originally written by Joe Rumsey.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 16

    Object-oriented Simple DirectMedia Layer

    High-level C++ framework to ease game development

    OSDL: Object-oriented Simple DirectMedia Layer. OSDL is a high level open source (LGPL/GPL) portable multimedia library, built upon Sam Lantinga's SDL (http://www.libsdl.org). Its goal is to provide a high level C++ framework to ease game development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    TR Game Engine

    TR Game Engine

    TR Game Engine allows you to develop your game quickly and easily.

    This library providing a simple 2D real-time render system, a collision management system and a real-time game management system. It has also a sound management, network and many other things that games need. This library can read and write compatible images for BlueBox: A-Life project. You can use this handy Java-based library to easily manipulate sprites.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

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

    Race Through!

    First experiment with OpenGL - a simple car racing game

    This is my first experiment with the OpenGL library GLUT. The animation is basically based on textured sprite animation coupled with basic car physics components like outward centrifugal force experienced during a turn, acceleration,deceleration,etc. Multiplayer option is also available but with a few issues which need to be fixed. Feel free to download the code, customize and play! Please mail me if you want to know more about the implementation or if you have any suggestions or ideas...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    libanvil

    C library for manipulating Minecraft world data

    Libanvil is a C library for manipulating Minecraft world data, designed to be as simple and efficient as possible. It provides full read and write support for region data in the Anvil file format, with support for other game files planned. It includes APIs for both low- and high-level access.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Tux's Scripting Engine

    TSE is a scripting language and engine for game programming.

    Tux's Scripting Engine, or TSE for short, is a scripting language written in FreeBASIC. Bindings are available for FreeBASIC, C, C++, Objective-C and Objective-C++. More languages on the way!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    libjoyrumble

    libjoyrumble

    Extremely simple joystick rumble / vibration library

    The purpose of this library is to provide game / emulator programmers an extremely simple way to access the joystick "rumble" feature. As of now it's only for Linux. There are plans for a Windows version in the future (help needed).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Sudoku Solver

    Sudoku solving library using bruce-force search algorithm

    The SudokuSolver class inside this library is simple and easy-to-use. It uses the bruce-force search algorithm to solve the Sudoku appeared on daily newspapers, books, etc. Continual updates to this library give you easier experiences with Sudoku solving, and can solve other sorts of Sudokus.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Lagrange Rally 3D

    Lagrange Rally 3D

    3D vehicle simulator based on Lagrangian dynamics to simulate dynamics

    ... derivatives are done with finite differences, so it's all simple. in 3 videos I explain all the mechanics and its simulation up to this simple but pow method.Pure Lagrangian mechanics until now has not been used much or at all,in simulation videogames,but i decided to try it because it was promising, very simple compared to the fnal results, and there was not much docu on its use in simulation games: this lack was completed now. will com also a non-GL version vid: http://youtu.be/J8fWg_xFEwk
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25

    SimpleNetworkChess

    A simple network chess game

    A simple network chess game : only for 2 human players. Notice that in order to build the project, you need to add my jar library PluggableChessGraphism (>= 1.20), also available on Sourceforge, to the build path. Also, chess engine and images are imported from CarballoChess project : https://github.com/albertoruibal/carballo
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next