Why is Raylib becoming so popular?

Raylib is a treat to work with and I highly recommend you try it out for some of your visual projects.
Raylib:
www.raylib.com/
All the raylib bindings:
github.com/raysan5/raylib/blo...

Пікірлер: 29

  • @iamdozerq
    @iamdozerq

    Cos tsoading using it lol?

  • @replikvltyoutube3727
    @replikvltyoutube3727

    It's simple, easy to embed using C FFI. Handles most of what is needed.

  • @kidpudel
    @kidpudel

    I’m using Raylib-go and i love it. This framework gives you just the right amount of abstraction, so you have all of fundamental blocks of functionality for all basic aspects of the engine (that’s made very easy), yet you are not bound to the engine, you are free and productive

  • @futotta-neko
    @futotta-neko28 күн бұрын

    Currently learning networking programming using raylib, and Rust™

  • @scoo73r
    @scoo73r

    I just started learning go and I plan to use raylib for gui elements of programs and experiments more than I do games.

  • @nexovec
    @nexovec

    I've had some limited exposure to SDL couple years back and it felt ancient. No wonder there is such demand for a simple unifying API with bindings for a lot of languages that's also not older than you. Where else are these people supposed to go?

  • @benbowers3613
    @benbowers3613

    What I'd add to the library vs GUI engine is it really matters if you are working on the game solo, or if you need to collaborate with non-programmer artists. If you are collaborating with artists and level designers, the GUI is more for them than for you. Level designers need a "Halo Forge Mode," if you will.

  • @Siroitin
    @Siroitin

    Raylib is also good for statistical and simulation visualization when there is a lot of particles and nodes

  • @skejeton
    @skejeton

    i wish the C bindings didn't clash with Windows API, preferably had some sort of optional rl_ prefix

  • @SomeRandomPiggo
    @SomeRandomPiggo12 сағат бұрын

    Raylib is nice but for more serious projects I either use OpenGL directly or rarely SFML

  • @undeadpresident
    @undeadpresident

    I've been messing with raylib for the past week and was excited when I realized how easy it was to load and render a 3d model. But as soon as I tried to add lighting I hit a brick wall and couldn't do it.

  • @0000kk
    @0000kk

    I think start citizen uses lumber yard

  • @bibliusz777
    @bibliusz777

    I use Bevy and want to transition to just wgpu, ECS and my utils

  • @zanagi
    @zanagi

    So its like a Util? well at that size its a framework i guess...

  • @tx7300
    @tx7300

    that comparison with game engines isn't very apt.