I only used SFML, currently making a 2D isometric game. I really like it so far overall, easy to use IMO, pretty well documented. Does what I need it to do. Heard good things about SDL2 and also Cinder++ (https://libcinder.org/) also. - Source: Reddit / 5 months ago
What kind of game? You might be better off using a game engine unless it's more of a simple starter project. Check out https://libcinder.org/ or see lots of engines here: https://github.com/collections/game-engines. - Source: Reddit / 7 months ago
Try Cinder (https://libcinder.org/). I have not tried it myself but it seems to have the same goals as P5 and Processing (ie. Creative coding). - Source: Reddit / 11 months ago
Kind of a shorty thing for Meta to do when Cinder is already taken by https://libcinder.org. - Source: Reddit / 11 months ago
Or its C++ cousins openFrameworks and Cinder. - Source: Reddit / 11 months ago
Depends on what kind of graphics programming you are wanting to do. If you are looking towards like experiential or generative or stuff of that ilk, I'd look at https://libcinder.org or https://openframeworks.cc. - Source: Reddit / over 1 year ago
- If you're having trouble getting OpenGL stuff to compile, while I have not checked on Monterey, things like openFrameworks and Cinder still compile fine on Mac last I looked. Granted you're still limited to certain OpenGL versions but that's at least something to try to get started. - Source: Reddit / over 1 year ago
I looked far and wide and here's what I got: - OpenGL: It lets me do everything I want, but I also have to start from scratch (camera matrices, input handling, shader programming, etc). - Abstractions over OpenGL ((Cinder)[https://libcinder.org/] and (Magnum)[https://magnum.graphics/]): Easier to use when compared to pure OpenGL, but they still require a considerable amount of manual work to get them to show hair... - Source: Reddit / over 1 year ago
Probably SDL. Theres also https://libcinder.org but I've never used it. - Source: Reddit / over 1 year ago
I was hoping this was libcinder.org pretty annoying they chose this name. - Source: Reddit / almost 2 years ago
Cinder is already something else: https://libcinder.org/ Is it that hard to google a name before choosing? - Source: Hacker News / almost 2 years ago
I saw a presentation from a guy that built and maintains high-end software called Cinder for special effects places. It was an interesting talk filled with information about how the human eye is an organ and so you need to know a bit about its anatomy to be able to make convincing 3d graphics. One thing he brought up that was really interesting to me was that different regions around world have populations that... - Source: Reddit / almost 2 years ago
For example, a graphics heavy, interactive app I’d probably look into Cinder or openFrameworks. - Source: Reddit / almost 2 years ago
Do you know an article comparing Cinder to other products?
Suggest a link to a post with product alternatives.