Showing 213 open source projects for "sprite"

View related business solutions
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    Jetpac - Fuel to Burn (JavaScript)

    Jetpac - Fuel to Burn (JavaScript)

    A version of Ultimate's Spectrum Jetpac in Javascript

    ...Provides Classic/ Enhanced modes for retro and less-retro-ness 1.2 Classic mode removes all of the vector effects, backgrounds except for the explosions (which are not true to the original and still need replacing with a sprite) 1.22 Fixed problem with keydown events not registering after 1S (introduced in 1.2). Reworked sprites. 1.24 Replaced font for Enhanced Version (non-Spectrum), simplified Classic title screen. Removed FPS Indictor 1.25 Improved game over, major refactoring 1.26 Added Aliens that fire lasers 1.27 Fixed CORS issue that stopped this working on modern browsers. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Pixel

    Pixel

    A hand-crafted 2D game library in Go

    ...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 the center of a window is? window.Bounds().Center() Full documentation and tutorial. Works on Linux, macOS and Windows. Window creation and manipulation (resizing, fullscreen, multiple windows, ...) Keyboard (key presses, text input) and mouse input without events. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Rx

    Rx

    Modern and minimalist pixel editor

    rx is a modern, minimalist pixel editor implemented in Rust, designed with pixel artists and animators in mind. It emphasizes extensibility and a minimal user interface, drawing inspiration from modal editors like Vim to provide a focused and efficient editing experience.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Free texture packer

    Free texture packer

    Free texture packer

    Free Texture Packer is a desktop tool for creating sprite sheets from individual images, ideal for game developers using engines like Phaser or Unity. It supports multiple export formats and efficient packing algorithms.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • 5
    imeight

    imeight

    The imaginary eight-bit machine

    Try-it page: https://imeight.sourceforge.io/ (development environment, which is not mobile friendly) An HTML5 emulator of a machine that never existed. The emulator brings back memories from the 1980s, offers graphical features like sprites, character generator, 16-color palette. One goal is to create a framework for making games with 8-bit look and feel, including the process of programming. The programming tutorial helps beginners enter the world of programming in a gamified way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Phaser 3

    Phaser 3

    This repository contains the code necessary to start making a game

    The Phaser 3 TypeScript Starter Kit is a boilerplate project that provides a structured foundation for developing Phaser 3 games using TypeScript. It includes essential configurations and examples to help developers get started quickly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    DOOM TREE

    DOOM TREE

    A tool to generate Tree sprites and voxels for the Doom game

    DOOMTREE is tool that generates tree sprites and voxels for the Doom game. It is based on PTree https://sourceforge.net/projects/procedural-tree-generator/ Creates actor definitions out of the box for ZDoom & DelphiDoom family source ports. Source code repository: https://github.com/jval1972/DOOMTREE
    Downloads: 8 This Week
    Last Update:
    See Project
  • 8
    DOOM ROCK

    DOOM ROCK

    A tool to generate Rock sprites, models and voxels for the Doom game

    DOOMROCK is an application that generates rock sprites, models and voxels for the Doom series games based on various input parameters. Creates actor definitions out of the box for ZDoom & DelphiDoom family source ports. Source code repository: https://github.com/jval1972/DOOMROCK
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    DelphiDoom Voxel Editor

    DelphiDoom Voxel Editor

    A tool for creating voxels for the DelphiDoom Engine

    This program is a simple voxel editor. It can generate voxel images. Output voxels can be used either with DelphiDoom, either with any application that supports the slab6 vox format. Source code repository: https://github.com/jval1972/DD_VOXEL
    Downloads: 11 This Week
    Last Update:
    See Project
  • Failed Payment Recovery for Subscription Businesses Icon
    Failed Payment Recovery for Subscription Businesses

    For subscription companies searching for a failed payment recovery solution to grow revenue, and retain customers.

    FlexPay’s innovative platform uses multiple technologies to achieve the highest number of retained customers, resulting in reduced involuntary churn, longer life span after recovery, and higher revenue. Leading brands like LegalZoom, Hooked on Phonics, and ClinicSense trust FlexPay to recover failed payments, reduce churn, and increase customer lifetime value.
    Learn More
  • 10
    ZenGL GNU Linux
    Having done a ZEN GL game, from Delphi X to Image Sprite. So i share the pascal Zen GL engine sources.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Longford

    Longford

    A cross platform Lua based game engine

    Longford is a 2D, Lua-based game engine for Windows. It has the following features: + Sprite hierarchy. Sprites drawn in order according to a display "tree" allowing grouping of complex drawings. + Frame update, keypress and (multi)touch events which propagate through the display tree. + Creation of Sprites including polygon Shapes and rectangular Bitmaps with transparency (import as PNG, JPG, GIF, BMP, TGA) + Creation of Textfields based on bitmap fonts
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    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: 1 This Week
    Last Update:
    See Project
  • 13
    Pixel Art to CSS

    Pixel Art to CSS

    Pixel art animation and drawing web app powered by React

    ...Combining the power of both box-shadow and keyframes CSS properties, you will get CSS code ready to use on your site. Furthermore, you can download your work in different formats such as static images, animated GIFs or sprite-like images. Pixel Art to CSS aims to be an intuitive tool by its simplicity, however, it is equipped with a wide range of features: customize your color palette, go back and forth in time, modify animation settings, and save or load your projects, among others.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    FB Shooter Force 2019

    FB Shooter Force 2019

    Side scrolling shoot'em up game

    Side scrolling shoot'em up game specially developed for the FBGD "A Love Letter To FreeBASIC" Game Dev Competition (Oct 2018 – Feb 2019).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    FlappySwift

    FlappySwift

    swift implementation of flappy bird

    FlappySwift is a Swift reimplementation of the famous “Flappy Bird” game, intended as a tutorial or demo to teach game development fundamentals on iOS. The project includes sprite rendering, physics, collision detection, scrolling background, user input (tap to flap), scoring, and game-over logic, all wired together in a simple but playable form. Because the code is real and running, learners can modify gravity, speed, obstacle spacing, or visual assets to see how design decisions impact feel and difficulty. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Java Game Development (Ninja Girl)

    Java Game Development (Ninja Girl)

    Example code for creating a 2D platform game in Java.

    !Help Wanted! See Discussions for more details. A platform game demonstrating concepts for 2D platform game creation in Java. Collect the stars and go through the door to advance levels. Graphics courtesy of: https://www.gameart2d.com https://opengameart.org/content/animated-fire https://craftpix.net Levels created using https://www.mapeditor.org/ Project created in the Eclipse Java IDE. Keys: Up, Down, Left, Right - Move Player Space - Jump M - Throw Kunai Q, A - Scroll...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Ikonate

    Ikonate

    Fully customisable & accessible vector icons

    ...To learn more about the project and generate the icons online, visit Ikonate. Customized SVG icons as stand-alone files (perfect for designers who don't want to edit code) Customised SVG sprite with an html demo. Customized html demo of the icons as inline SVG. To customise icons with CSS you need to use the icons as either inline SVG or SVG sprite. Ikonate is NOT accessible out of the box and will never be. We've done our best to follow the best accessibility practices while building this software, but it's your role to adjust it and make it truly accessible inside your project. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Payment-icons

    Payment-icons

    Payment / Ecommerce related svg icon packs

    Payment-related svg icons for use in fonts or sprite sheets. The raw .svg output (from a mix of sketch and inkscape) is in the svg directory. The minified svg output is in the min dir. The easiest way to consume these icons is to npm install from github and use your favorite toolchain to build fonts or sprites. You'll need to use the svg like you do any other image asset. Exactly how will depend on what you're using in your build process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    jscf

    Javascript Canvas Framework

    A free, open source, native javascript canvas game library. DOCS: https://github.com/g--o/JSCF/wiki SRC + DEMOS: https://github.com/g--o/JSCF
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Simple Note VR

    Simple Note VR

    Notification system to display plain text in VR for Unity engine

    A simple notification system to display plain text in VR for Unity engine. Please go to the release page to download the package. Import the package into your own project, simply drag the "NotificationVR" prefab to the scene. Then, in your own script, call "SimpleNoteVR.Instance. Notify(string words, float lingertime)" to trigger plain text notifications.([lingertime is the duration that your notification will last for]). You can also choose to call "SimpleNoteVR.Instance.Notfiy_Hold(string...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    openbor

    openbor

    The ultimate 2D side scrolling engine. NOTE: Moved to GitHUB

    ...Latest source and binaries may be found here - https://github.com/DCurrent/openbor OpenBOR is the open source continuation of Beats of Rage, a Streets of Rage tribute game originally developed by Senile Team. In the years since it has grown into arguably the single most powerful two dimensional sprite based engine in the world and certainly the most versatile. While intended to allow creation of side scrolling beat em’ ups like Double Dragon or Final Fight, the engine is also capable of replicating Shumps, RPGs, platformers and the like. A built in scripting engine allows authors to take it even further, making imagination the only real limit. ...
    Leader badge
    Downloads: 125 This Week
    Last Update:
    See Project
  • 23

    SPRITE

    Parallel SNP detection pipeline

    SPRITE is an open-source software package providing a parallel implementation of the Single Nucleotide Polymorphisms (SNP) detection genomic data analysis workflow. It consists of three tools: PRUNE for read alignment, SAMPA for intermediate file processing, and PARSNIP for parallel SNP calling.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    sprite-builder-master

    reddit pygame challenge

    make a sprite from images.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Cocos2D-ObjC

    Cocos2D-ObjC

    Cocos2d for iOS and OS X, built using Objective-C

    Cocos2D-ObjC is a framework for building 2D games, demos, and other graphical/interactive applications for iOS, Mac and tvOS. It is based on the Cocos2D design, but instead of using Python it uses Swift and / or Objective-C. Integrated with Chipmunk physics engine (Served as an extension). Tile Map support. Orthogonal, Isometric and Hexagonal. Parallax scrolling (Served as an extension). Motion Streak (Served as an extension). Render To Texture (Served as an extension). Touch/Accelerometer...
    Downloads: 0 This Week
    Last Update:
    See Project