awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 रिपॉजिटरी

Awesome GitHub Repositories2D Sprite Rendering

Rendering image-based sprites onto a target surface using coordinate transformations and color masking.

Distinguishing note: The provided candidates are entirely unrelated to 2D game sprite rendering, focusing instead on Q&A strategies and A* pathfinding.

Explore 6 awesome GitHub repositories matching graphics & multimedia · 2D Sprite Rendering. Refine with filters or upvote what's useful.

Awesome 2D Sprite Rendering GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • faiface/pixelfaiface का अवतार

    faiface/pixel

    4,525GitHub पर देखें↗

    Pixel Go प्रोग्रामिंग भाषा के लिए एक 2D गेम लाइब्रेरी और ग्राफिक्स इंजन है। यह स्प्राइट्स, ज्यामितीय आकृतियों और टेक्स्ट को खींचने के लिए एक हार्डवेयर-त्वरित रेंडरर प्रदान करता है, जो बैचिंग और ट्रांसफॉर्मेशन मैट्रिसेस की एक अनुकूलित प्रणाली का उपयोग करता है। यह प्रोजेक्ट द्वि-आयामी इंटरैक्टिव एप्लिकेशन के लिए एक व्यापक टूलकिट के रूप में कार्य करता है, जो एफिन ट्रांसफॉर्मेशन और कोऑर्डिनेट स्पेस प्रोजेक्शन के लिए 2D वेक्टर गणित लाइब्रेरी के साथ एक ग्राफिक्स इंजन को जोड़ता है। इसमें एक समर्पित इनपुट मैनेजर शामिल है जो एसिंक्रोनस इवेंट्स के बजाय पोलिंग-आधारित प्रणाली का उपयोग करके कीबोर्ड प्रेस और माउस मूवमेंट को ट्रैक करता है। यह इंजन स्प्राइट शीट एनीमेशन, रीयल-टाइम विजुअल इफेक्ट्स के लिए GPU फ्रैगमेंट शेडिंग और ऑफ-स्क्रीन कैनवास कंपोजिटिंग सहित व्यापक क्षमताओं को कवर करता है। यह गेम विंडो प्रबंधित करने, 2D वेक्टर ऑपरेशंस करने और वर्टेक्स-बफर ज्यामिति प्रबंधन को संभालने के लिए उपयोगिताएँ भी प्रदान करता है।

    Draw a rectangular portion of a picture onto a target using a matrix and color masking.

    Go
    GitHub पर देखें↗4,525
  • kittykatattack/learningpixikittykatattack का अवतार

    kittykatattack/learningPixi

    4,421GitHub पर देखें↗

    learningPixi is an educational resource and instructional guide focused on 2D web graphics and interactive media development. It provides a structured curriculum and tutorials for building 2D games and visual applications using the Pixi.js rendering engine and WebGL for hardware-accelerated graphics. The project covers specialized workflows for sprite animation, including the use of texture atlases and spritesheet frame extraction. It also provides guidance on implementing game state management for scene transitions and rectangular collision detection systems to trigger interactive events. T

    Implements a system for rendering controllable 2D image sprites onto the stage using textures.

    GitHub पर देखें↗4,421
  • killedbyapixel/littlejsKilledByAPixel का अवतार

    KilledByAPixel/LittleJS

    4,127GitHub पर देखें↗

    LittleJS is a lightweight HTML5 2D game engine designed for building web games using Canvas and WebGL without external dependencies. It integrates a WebGL sprite renderer, a 2D physics engine for arcade-style collisions and rigid-body dynamics, and a grid-based A* pathfinding system for entity navigation. The engine is distinguished by its procedural audio synthesizer, which generates music and sound effects at runtime using parameter arrays to minimize file sizes. It also features a comprehensive graphics pipeline that supports custom fragment-shader post-processing and a dynamic 2D lighting

    Includes a WebGL-based sprite renderer supporting animated sprites, tilemaps, and custom shaders.

    JavaScriptbox2dgame-developmentgame-engine
    GitHub पर देखें↗4,127
  • cocos2d/cocos2d-objccocos2d का अवतार

    cocos2d/cocos2d-objc

    4,045GitHub पर देखें↗

    cocos2d-objc is an Objective-C 2D game engine designed for developing interactive games and applications. It serves as a cross-platform game framework that enables the deployment of a shared codebase across iOS, tvOS, and macOS. The project features a hardware-accelerated 2D renderer utilizing OpenGL and Metal to display sprites, tile maps, and particle effects. It includes a dedicated OpenAL audio engine for managing music and spatialized sound effects, alongside a cross-platform input handler for processing touch, mouse, keyboard, and accelerometer events. The framework provides capabiliti

    Implements a hardware-accelerated system for rendering 2D sprites and image assets.

    Objective-C
    GitHub पर देखें↗4,045
  • cocos2d/cocos2d-iphonecocos2d का अवतार

    cocos2d/cocos2d-iphone

    4,045GitHub पर देखें↗

    cocos2d-iphone is a framework for 2D game development and the creation of two-dimensional graphical applications. It enables cross-platform development for iOS and macOS using Objective-C and high-performance graphics rendering. The project provides tools for building interactive environments, including the creation of orthogonal, isometric, or hexagonal tile-based maps. It supports the implementation of rigid body dynamics and collision detection through a 2D physics simulation system. The framework covers a broad range of capabilities, including sprite-based rendering, audio playback manag

    Renders 2D images by mapping textures to quads using high-performance graphics APIs.

    Objective-C
    GitHub पर देखें↗4,045
  • externalizable/bongo.catExternalizable का अवतार

    Externalizable/bongo.cat

    3,759GitHub पर देखें↗

    This project is a browser-based rhythm toy and virtual instrument that simulates percussion play. It functions as a keyboard-driven animation tool where user key presses trigger real-time character movements and sound effects. The application specifically provides a virtual bongo simulation, linking physical keyboard inputs to synchronized animations and auditory percussion sounds. The system utilizes keyboard-to-action mapping to coordinate client-side audio synthesis with sprite-based rendering and event-driven animation triggers. Visual feedback is managed through state-based switching be

    Implements image-based sprite rendering to visualize character movements and instrument interactions.

    JavaScriptbongobongo-catcat
    GitHub पर देखें↗3,759
  1. Home
  2. Graphics & Multimedia
  3. 2D Sprite Rendering