SaaSHub helps you find the best software and product alternatives Learn more →
olcPixelGameEngine Alternatives
Similar projects and alternatives to olcPixelGameEngine
-
raylib
A simple and easy-to-use library to enjoy videogames programming
-
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
bgfx
Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.
-
entt
Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more
-
-
imgui
Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
-
The-Forge
The Forge Cross-Platform Rendering Framework PC Windows, Linux, Ray Tracing, macOS / iOS, Android, XBOX, PS4, PS5, Switch, Quest 2
-
Sonar
Write Clean C++ Code. Always.. Sonar helps you commit clean C++ code every time. With over 550 unique rules to find C++ bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
LearnOpenGL
Code repository of all OpenGL chapters from the book and its accompanying website https://learnopengl.com
-
magnum
Lightweight and modular C++11 graphics middleware for games and data visualization
-
-
-
-
Phaser
Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.
-
-
-
RG3D
3D and 2D game engine written in Rust [Moved to: https://github.com/FyroxEngine/Fyrox]
-
gzdoom
GZDoom is a feature centric port for all Doom engine games, based on ZDoom, adding an OpenGL renderer and powerful scripting capabilities [Moved to: https://github.com/ZDoom/gzdoom] (by coelckers)
-
-
gainput
Cross-platform C++ input library supporting gamepads, keyboard, mouse, touch
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
olcPixelGameEngine reviews and mentions
-
I'm struggling
And if you want to try making a small game with rudamentary graphics, but not go full OpenGL/DirectX, take a look at OLC pixel game engine. It's a one header graphics library that will allow you to draw simple shapes, text, etc. perfect for prototyping or making very simple games. Eventually you'll want to try making Pong to take your training to the next level, so this will be perfect for that.
-
Easiest way to do 2d graphics
For a beginner I’d recommend the One Lone Coder Pixel Game Engine olcPixelGameEngine It is a single header library, works in Windows, Mac and Linux. The author also has some great game programming videos on his YouTube channel OLC YouTube
-
C++ 2D Game Development 9 - Networking
The source code is public and under the license of the olcPixelGameEngine found at: https://github.com/OneLoneCoder/olcPixelGameEngine
- LumoclastFW 10 - Networking System
-
How can I make graphics games using cpp?
All you need is here. Just put the .h file in your project and you're done.
But if you just want to create Tetris or Soduko I would actually recommend OLC pixel game engine. It's the absolute simplest graphics library you could possibly imagine. Just include one file and you're good to go, it takes less than 10 minutes to get something up on the screen. You can't create anything complex with it of course, but you just need to draw simple shapes and text on the screen so it's perfect for that.
- I have a decade+ old pc x32. And these are my options to work for the next weeks. I chose SFML.
-
Looking for a 2d graphics framework for my needs
SFML isn't bad. But I had a lot of issues with it. If you want a super lightweight engine with basically only a minimal amount of functions and can get stuff drawn on the screen fast then I'd say Pixel Game Engine. Just a single .h file and you are good to go. There are extensions for it for more functions like game pad support. C++ only and it doesn't hold your hand or get in the way. https://github.com/OneLoneCoder/olcPixelGameEngine
- C++ for graphic programming
-
Graphics library
I highly recommend you to check out the OneLoneCoder Pixel Engine It is a very nice graphics library to create games and it is just an .hpp file.
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007fea59d1d788>
www.saashub.com | 30 Jan 2023
Stats
OneLoneCoder/olcPixelGameEngine is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.