Showing 237 open source projects for "simple library"

View related business solutions
  • 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.
  • Reliable SMTP relay and email delivery services. Icon
    Reliable SMTP relay and email delivery services.

    For companies that want to send high volumes of emails and improve deliverability

    Whether it's a few thousand emails per send or millions, our customers count on us for timely sending and industry-leading deliverability. Experience SMTP for yourself!
  • 1
    Animation Compression Library

    Animation Compression Library

    Animation Compression Library

    ... compression. While some degree of compression can easily be achieved with simple tricks, achieving high compression ratios, fast decompression, while simultaneously not compromising the accuracy of the resulting compressed animation requires a great deal of care. This library is 100% headers as such you just need to include them in your own project to start using it.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Pygame

    Pygame

    Set of Python modules designed for writing video games

    Pygame is a Free and Open Source python programming language library for making multimedia applications like games built on top of the excellent SDL library. Like SDL, pygame is highly portable and runs on nearly every platform and operating system.
    Downloads: 38 This Week
    Last Update:
    See Project
  • 3
    raylib

    raylib

    A simple and easy-to-use library to enjoy videogames programming

    raylib is highly inspired by Borland BGI graphics lib and by XNA framework. Do you want to see all functions available in raylib? Check raylib cheatsheet. raylib is a programming library to enjoy videogames programming; no fancy interface, no visual helpers, no auto-debugging, just coding in the most pure spartan-programmers way. raylib has received several recognitions in the last years and many people have written about the library. Here there are the main awards received from Google and Epic...
    Downloads: 25 This Week
    Last Update:
    See Project
  • 4
    Playnite

    Playnite

    Video game library manager with support for wide range of libraries

    Link games from Steam, Epic, Origin, GOG, Battle.net, Ubisoft Connect and other services, including games that are not installed! Playnite supports a wide variety of console emulators. Playnite's look can be fully customized, from simple color changes to complete layout re-designs. Playnite's functionality can be extended with plugins and script extensions. Fullscreen mode with full controller support is available. Playnite tracks your time in-game (any game including emulated ones). Playnite's...
    Downloads: 9 This Week
    Last Update:
    See Project
  • A virtual whiteboard and remote collaboration tool for businesses | Miro Icon
    A virtual whiteboard and remote collaboration tool for businesses | Miro

    For Software companies (UX/UI designers, Agile coaches, Product owners/managers), Graphics and Web design services, Marketing and Advertising Agencies

    Miro helps cross-functional teams work more efficiently together to build great things. The platform allows teams to ideate, visualize, and share ideas without any boundaries. It comes with over 200 pre-made templates for capturing and visualizing ideas, collaboration tools such as comments, chat, screen sharing, and video chat, and integrations with popular business tools.
  • 5
    OGRE

    OGRE

    scene-oriented, flexible 3D engine (C++, Python, C#, Java)

    OGRE (Object-Oriented Graphics Rendering Engine) is a scene-oriented, flexible 3D engine written in C++ designed to make it easier and more intuitive for developers to produce games and demos utilizing 3D hardware. The class library abstracts all the details of using the underlying system libraries like Direct3D and OpenGL and provides an interface based on world objects and other intuitive classes. We consider the results of our GL3Plus RenderSystem as the gold standard. The respective shaders...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 6
    FXGL

    FXGL

    Java/JavaFX/Kotlin Game Library (Engine)

    No installation or setup required. "Out of the box": Java 8-17, Win/Mac/Linux/Android 8+/iOS 11.0+/Web. Simple and clean API, higher level than other engines. Superset of JavaFX, no need to learn new UI API. Real-world game development techniques, entity-component, interpolated animations, particles, and many more. Games are easily packaged into a single executable .jar or native images. Any 2D game (side-scroller/platformer/arcade/RPG). Any business application with complex UI controls...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    Gym

    Gym

    Toolkit for developing and comparing reinforcement learning algorithms

    Gym is a toolkit for developing and comparing reinforcement learning algorithms. It supports teaching agents, everything from walking to playing games like Pong or Pinball. Open source interface to reinforce learning tasks. The gym library provides an easy-to-use suite of reinforcement learning tasks. Gym provides the environment, you provide the algorithm. You can write your agent using your existing numerical computation library, such as TensorFlow or Theano. It makes no assumptions about...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Handmade Math

    Handmade Math

    A simple math library for games and computer graphics

    A single-file, cross-platform, public domain game math library for C/C++. Fully inlined HandmadeMath.h. No need for HANDMADE_MATH_IMPLEMENTATION anymore. Added extra parentheses around some macros. Renamed the 'Rows' member of hmm_mat4 to 'Columns'. Since our matrices are column-major, this should have been named 'Columns' from the start. 'Rows' is still present, but has been deprecated. Added array subscript operators for vector and matrix types in C++. This is provided as a convenience...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    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
  • The leading LMS solution for mission critical learning needs Icon
    The leading LMS solution for mission critical learning needs

    it takes the modern learning environment to workforce enablement and beyond.

    Streamline and integrate your complex learning, compliance, content monetization, and external training capabilities while keeping your people safe and delivering profits with Seertech’s LMS solution.
  • 10
    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
  • 11
    Mojoc

    Mojoc

    A cross-platform, open-source, pure C game engine for mobile game

    Mojoc is an open-source, cross-platform, pure C game engine. It is based on OpenGLES3 and written in C99. It currently works on IOS and Android, but can easily be extended to other platforms, and will support more platforms in the future. In platform-independent code, Mojoc uses only the standard C library, no dependence on third-party libraries. Mojoc uses an extremely lightweight OOC (Object Oriented C) programming model. Mojoc application architecture is based on components, state-machines...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    EnTT

    EnTT

    A fast and reliable entity component system (ECS) and much more

    EnTT is a header-only, tiny and easy to use library for game programming and much more written in modern C++. Among others, it's used in Minecraft by Mojang, the ArcGIS Runtime SDKs by Esri and the amazing Ragdoll. The entity-component-system (also known as ECS) is an architectural pattern used mostly in game development. This project started off as a pure entity-component system. Over time the codebase has grown as more and more classes and functionalities were added. Statically generated...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    The EA app

    The EA app

    Powering EA's next generation of PC & Mac gaming

    ... of managing your game library with ease. The app's unified library feature ensures all your EA games are organized in one place, making it simple to launch and switch between titles. The social connectivity options let you stay in touch with your gaming community, chat with friends in real-time, and join multiplayer sessions effortlessly. On SourceForge, currently only available for Windows.
    Leader badge
    Downloads: 3,519 This Week
    Last Update:
    See Project
  • 14
    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: 6 This Week
    Last Update:
    See Project
  • 15
    Kirstens Viewers
    Opensource Created Custom Viewers For Virtual Worlds like SecondLife
    Downloads: 59 This Week
    Last Update:
    See Project
  • 16
    QuickPlay

    QuickPlay

    Retro-Gaming Multi-Emulator Frontend. Frontend-of-Frontends

    Welcome to the QuickPlay homepage. QuickPlay - MAME Edition is a powerful Windows universal emulator frontend, which has support for countless emulators, systems, game sets and other emulation frontend projects. Its main focus is on being user friendly, simple to set up, yet thorough: its a combined searchable library for all of your retro-gaming...It has a novel Emulator Finder system that takes the hassle out of initial setup and ongoing maintainance
    Leader badge
    Downloads: 48 This Week
    Last Update:
    See Project
  • 17
    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: 17 This Week
    Last Update:
    See Project
  • 18

    MidiSoundSynth Playing MIDI Synth

    MidiSoundSynth is a program Playing MIDI Synth.

    MidiSoundSynth is a program for playing MIDI files or MIDI data from an input port, using only the best SoundFonts available on the market. MidiSoundSynth is the result of a collaboration between Alberto Galluzzo at "GoldMidiSF2.com" (long recognized producer of high quality SoundFont) and Kenneth Rundt on "SynthFont.com" ("Viena", "SynthFont1 & 2" and "VSTSynthFont").
    Downloads: 9 This Week
    Last Update:
    See Project
  • 19
    Chessmaster Bots Manager

    Chessmaster Bots Manager

    A simple tool to allow Chessmaster 10/11 bot customizations

    This tool allows several bot customizations: - Load all the chess engine settings - Change avatar for any bot - Analyse player's games to get: * Player max elo * Game style (aggressive, positional, etc.) * Preferred opennings - Choose the closest openning book for a player - Save openning book based on player's game stats - Automtically backup bot with with possibility to restore settings Future improvements: - Improve .pgn analysis using external engine or refined position...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 20
    tabageos

    tabageos

    Javascript library for making tile based games

    Tabageos is a Javascript library for making tile based html5 games and apps. It has one framework Class that makes set up of all main elements of a game quick and easy. With tabageos you can make 2d platforms games, top down rpgs, shooters, and isometric games and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    kgmplayer

    kgmplayer

    Media Player and Media Tool Kit for Linux using Kulina Graphics

    'kgmplayer' is a Media Player and a media toolbox for Linux, based on'Mplayer' , ffmepg and a long list of many other open source projects and built using Kulina Graphics Library ( 'kglib' and 'kgdevelop'). It tries to hide the complex options of 'Mplayer' and provide (hopefully) an effective and simple interface to the user to play the media. It handles the input source like CD/DVD and output connections like HDMI.'kgmplayer' tries to include all dependencies and binary is statically...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Parabator 2 (Complete Edition)

    Parabator 2 (Complete Edition)

    Parabator 2 - Free 3d board game created on Xtreme3d engine

    ... FileName.zip.002 FileName.zip.003 File formats you may need to extract include zip, tar, 001, gzip, dmg, rar, 7z, zipx, and many more. There are literally hundreds of archive file formats out there. It’s a simple process to get these files unarchived and working on your computer, once you know the process! Arhive url: https://sourceforge.net/projects/parabator-2-complete-edition/files/ DEV BLOG HERE: https://postimg.cc/gallery/0z045gg
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Parabator 2 (Xtreme3d Engine)

    Parabator 2 (Xtreme3d Engine)

    Simple 3d Top-Down Shooter & Free 3d Board Game

    Attention! This tiny board/shooter game just created for fun, the bugs that are found here will be fixed. * please download two parts zip archives Free 3d board game. License lgpl Created on Xtreme3d engine #boardgame #3d #morrowind #skyrim #heroesofmightandmagic #doom #stategy #rpg Drivers please check the drivers before starting the game Game Engine Xtreme3d engine Controls // Arrow Up & Arrow Down - Sandbox navigation on ga- me (do not use during normal play) // Arrow Left & Arrow...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    SOR4 Blender

    SOR4 Blender

    Get wrecked by RNG (even more)!

    This app lets you randomize various in-game properties in Streets of Rage 4 in real-time by manipulating your stars, gravity, health, speed, character size, selected move set, and your lives! (SOR4 only! Not your actual lives!) This app only works for the Steam version of the game as far as I know and is known to work only on the v7 patch of the game (v07-s r13648) released in December 13/14, 2021. Run game, run Blender! That simple! It doesn't matter if you launch the game or the Blender...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Pixel

    Pixel

    A hand-crafted 2D game library in Go

    A hand-crafted 2D game library in Go. Take a look into the features to see what it can do. See the requirements for the list of libraries necessary for compilation. Fast 2D graphics, sprites, and primitive shapes with immediate mode style IMDraw (circles, rectangles, lines, ...) Optimized drawing with Batch. Text drawing with text package. Audio through a separate Beep library. Simple and convenient API. Drawing a sprite to a window is as simple as sprite.Draw(window, matrix) Wanna know where...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next