Showing 169 open source projects for "simple library"

View related business solutions
  • 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
  • Software Testing Platform | Testeum Icon
    Software Testing Platform | Testeum

    Testeum is a Software Testing & User Test platform

    Tired of bugs and poor UX going unnoticed despite thorough internal testing? Testeum is the SaaS crowdtesting platform that connects mobile and web app creators with carefully selected testers based on your criteria.
    Learn More
  • 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: 0 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: 116 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: 59 This Week
    Last Update:
    See Project
  • 4
    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: 3 This Week
    Last Update:
    See Project
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • 5
    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
  • 6
    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
  • 7
    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
  • 8
    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: 0 This Week
    Last Update:
    See Project
  • 9
    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
  • 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
    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
  • 11
    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
  • 12
    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
  • 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: 90 This Week
    Last Update:
    See Project
  • 14
    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
  • 15
    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: 1 This Week
    Last Update:
    See Project
  • 16
    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
  • 17
    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
  • 18

    2048-1

    Sdk library for creating 2048 game in c#.

    My take mini sdk libs for creating the 2048 game in C#. Suitable for any engine from console app to Unity game. Only 2048 game logic. A very simple customizable core for initialization game with params.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19

    bosa2020

    Link Sharing are made simple

    Link Sharing are made simple
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    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
  • 21
    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
  • 22

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

    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
  • 24
    Scientech Minecraft Mod

    Scientech Minecraft Mod

    A Minecraft Mod for science and technology

    A simple Minecraft mod for Science and Technology. Technotype's first Minecraft mod. (alpha)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    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
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next