C++ pixel-art

Open-source C++ projects categorized as pixel-art

Top 15 C++ pixel-art Projects

  • aseprite

    Animated sprite editor & pixel art tool (Windows, macOS, Linux)

    Project mention: Recursos para crear Juegos | dev.to | 2024-07-24

    Aseprite (Mi preferida)

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • LibreSprite

    Animated sprite editor & pixel art tool -- Fork of the last GPLv2 commit of Aseprite

  • Cytopia

    :deciduous_tree::house_with_garden::office::evergreen_tree: A city building simulation game

  • Hypersomnia

    Multiplayer top-down shooter made from scratch in C++. Play in your Browser! https://hypersomnia.io Made in 🇵🇱

    Project mention: Show HN: Esports shooter on the Web in C++. I rely on floating-point determinism | news.ycombinator.com | 2024-08-01

    GitHub: https://github.com/TeamHypersomnia/Hypersomnia

    I wrote a multiplayer shooter in C++ without a game engine (~170k LoC). The entire simulation is fully deterministic across Windows, Linux, MacOS and the Web built via Emscripten, recently even aarch64. Compared to e.g. state snapshots, this is arguably the hardest networking strategy that's mainly used by RTS games to synchronize hundreds of units without bloating traffic.

    The goal is to be the one free and open-source Esports game. Hypersomnia was recently played on a massive LAN tournament:

    https://store.steampowered.com/news/app/2660970/view/4186736...

    - The atlas packer I wrote for the game was reused in Assassin's Creed, Skydio and received 2 scientific references: https://github.com/TeamHypersomnia/rectpack2D

    - There were significant challenges in making Box2D suitable for this, e.g. it comes without operator= so I had to implement complete cloning of the physical world for when I have to roll back the predicted world to reconcile it with the server state. Note it's not enough to just recreate the b2World from velocities and positions - you have to clone all contacts, generated trees, and all cached state so that the order of subsequent operations stays identical.

    Read more about the interesting aspects of the game in the tech-highlights section: https://github.com/TeamHypersomnia/Hypersomnia#tech-highligh...

  • slate

    Pixel Art Editor (by mitchcurtis)

  • SlopeCraft

    Map Pixel Art Generator for Minecraft

  • mcmap

    Pixel-art map visualizer for Minecraft. Maps are drawn from an isometric perspective.

  • SpookyGhost

    A procedural sprite animation tool made with the nCine

  • sprator

    A GUI application to generate random sprites and export as icon.

  • csprite

    a simple pixel art editor

  • zorbash

    An ascii and/or pixelart roguelike.

  • MakeItPixel

    Image processing tool to make images look like pixel art

  • evilpixie

    Pixel-oriented paint program, modelled on Deluxe Paint

    Project mention: An Ode to Deluxe Paint (2023) | news.ycombinator.com | 2024-05-21

    https://github.com/bcampbell/evilpixie/releases

    [1] Except Deluxe Paint, which it apes shamelessly, down to the keyboard shortcuts. And all the Dpaint clones, of course. And asesprite. And ProMotion. And all the other pixelart apps. But other than that, there's _nothing_ like it out there!

  • Pixel-Editor

    A Simple Pixel Art Editor For Zakar Game Engine

  • AniGen

    automate generation of sprite animations

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

C++ pixel-art discussion

Log in or Post with

C++ pixel-art related posts

  • Recursos para crear Juegos

    3 projects | dev.to | 24 Jul 2024
  • Show HN: I made a pixel art editor for Windows desktop

    1 project | news.ycombinator.com | 30 May 2024
  • Automating sprite packing and flipbook creation in Unreal Engine (Aseprite + TexturePacker + Unreal)

    2 projects | /r/unrealengine | 9 Dec 2023
  • Monetizing from open source games

    1 project | /r/gamedev | 6 Dec 2023
  • Why is this happening??? Whenever I paste an image into Aseprite the colors change to purple

    1 project | /r/aseprite | 15 Nov 2023
  • 3D object with animated texture from Blender to Godot -- has anyone gotten this working?

    1 project | /r/godot | 26 Sep 2023
  • Paint on Windows is getting layers and transparency support

    5 projects | news.ycombinator.com | 18 Sep 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 6 Dec 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source pixel-art projects in C++? This list will help you:

Project Stars
1 aseprite 29,697
2 LibreSprite 5,120
3 Cytopia 1,998
4 Hypersomnia 1,176
5 slate 1,080
6 SlopeCraft 531
7 mcmap 312
8 SpookyGhost 291
9 sprator 167
10 csprite 79
11 zorbash 56
12 MakeItPixel 49
13 evilpixie 42
14 Pixel-Editor 8
15 AniGen 2

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you konow that C++ is
the 6th most popular programming language
based on number of metions?