SaaSHub helps you find the best software and product alternatives Learn more →
Top 15 C++ pixel-art Projects
-
Aseprite (Mi preferida)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
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-01GitHub: 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...
-
-
-
-
-
-
-
-
-
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!
-
-
C++ pixel-art discussion
C++ pixel-art related posts
-
Recursos para crear Juegos
-
Show HN: I made a pixel art editor for Windows desktop
-
Automating sprite packing and flipbook creation in Unreal Engine (Aseprite + TexturePacker + Unreal)
-
Monetizing from open source games
-
Why is this happening??? Whenever I paste an image into Aseprite the colors change to purple
-
3D object with animated texture from Blender to Godot -- has anyone gotten this working?
-
Paint on Windows is getting layers and transparency support
-
A note from our sponsor - SaaSHub
www.saashub.com | 6 Dec 2024
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 |