Showing 17 open source projects for "simple library"

View related business solutions
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
    Learn More
  • The #1 Embedded Analytics Solution for SaaS Teams. Icon
    The #1 Embedded Analytics Solution for SaaS Teams.

    Qrvey saves engineering teams time and money with a turnkey multi-tenant solution connecting your data warehouse to your SaaS application.

    Qrvey’s comprehensive embedded analytics software enables you to design more customizable analytics experiences for your end users.
    Try Developer Playground
  • 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
    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
  • 3
    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
  • 4
    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
  • 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
    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
  • 6
    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    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
  • 8
    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: 0 This Week
    Last Update:
    See Project
  • 9

    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
  • 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
  • 10
    Land is a simple, portable 2D game engine written in C that evolved during making some small hobby games over the past years. It uses the Allegro library for base HW/OS access, and this public release hopefully makes it keep growing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Gorgon Game Engine

    Gorgon Game Engine

    Gorgon Game Engine (GGE) is a C++ game engine that handles many tasks.

    Gorgon Game Engine (GGE) is a multi-module, interface driven, C++11 game engine that handles graphics, animations, sound, multimedia, input, operating system, resource management, simple effects and user interface. Its primary aim is to be easy to program on. Recent repository is moved to https://bitbucket.org/darkgazeorg/gorgon-game-engine
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Meshwork

    Meshwork

    3D Game engine

    Meshwork is a 3D game engine with independent approach and unrestrictive minimalistic design. It's in active development, with many planned new features. You can support Meshwork's development by contributing to its crowdfunding campaign on Indiegogo and help releasing an Android and .NET versions of the engine. For more info, please visit the website.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    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
  • 14

    open2ge

    2D Game Engine, based on OpenGL and focused on Isometric Games

    Open2GE (2 - dimensional Game Engine) is a universal game engine, with a focus on isometric games. Based on OpenGL & SDL, it supports a wide range of features, useful for simple 2D games or complex isometric games, from simple image loading to the rendering of complex scenes, path finding, automatic navigation mesh generation and more. Besides OpenGL and SDL, Open2GE makes use of TinyXML and boost.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Another Javascript Game Engine

    Simple and scalable 3d javascript game engine

    Simple and scalable 3d javascript game engine. * Scalability: GameObjects, SceneGameObjects, Modules and Components. * Graphics: ThreeJS. * Physics: Microphysics (Module) or JigLibJS (Module). * Audio: -
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    demo3d

    small cross platform 3d game engine

    Small cross platform and cross API (directx and opengl) 3d game engine. Forward rendering, obj loader, math library, DirectX and OpenGL render with simple shaders
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    EasyWay java Game Engine is a powerfull 2D OpenSource OpenGL Java Game Engine. It's simple, fast and extendible. With EasyWay you can make your dream game writing few lines of code!
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next