>made for game dev

>made for game dev

kekw i use this for every gui app in C, it's simpler than python, why don't you use it yet Ganker?

Homeless People Are Sexy Shirt $21.68

Unattended Children Pitbull Club Shirt $21.68

Homeless People Are Sexy Shirt $21.68

  1. 5 months ago
    Anonymous

    >note for adventurers
    cringe

    • 5 months ago
      Anonymous

      your just no fun

      • 5 months ago
        Anonymous

        you're*

  2. 5 months ago
    Anonymous

    it's funny because making games with this is probably the worst usecase, it's completely lacking in that area. GUI apps though, sure

    • 5 months ago
      Anonymous

      >making games with this is probably the worst usecase
      You could say that for everything software-related.

    • 5 months ago
      Anonymous

      I just use graphics.h for both.
      It should be in the C standard just like byte based I/O is.

  3. 5 months ago
    Anonymous

    Because when I use SDL I feel like an le epic hacker

  4. 5 months ago
    Anonymous

    bloat. opengl is all you need.

    • 5 months ago
      Anonymous

      this uses opengl

      but i don't waste hours writing shit in this compared to opengl

    • 5 months ago
      Anonymous

      It's pretty much as lightweight as possible. It uses opengl + stb libraries so no external dependencies (the dependencies it uses are single header dependencies). Dependencies are also option in the build system and you can statically compile it to remove everything that your code doesn't use.

  5. 5 months ago
    Anonymous

    it is fantastic

  6. 5 months ago
    Anonymous

    I think it's a stretch to call something that doesn't use the GUI toolkit of the OS or anything even close to it a GUI app

    • 5 months ago
      Anonymous

      linux doesn't have a GUI toolkit

      • 5 months ago
        Anonymous

        poverty-stricken homies

      • 5 months ago
        Anonymous

        Linux is a kernel.

        • 5 months ago
          Anonymous

          there are no official GnUI elements either

  7. 5 months ago
    Anonymous

    >game engine for GUI or custom opengl GUI implementation
    these lack all the things you use GUI library for, like accessibility, DE themes, translations and such.

    • 5 months ago
      Anonymous

      >accessibility
      what is GUI supposed to do if your parents take away your computer?

      • 5 months ago
        Anonymous

        I mean things like tab changing the element that is focused and text to speak for blind people.
        I doubt raylib gui manages those things.

        • 5 months ago
          Anonymous

          blind people can use computers? huh?

        • 5 months ago
          Anonymous

          just implement it, it's not that difficult

          • 5 months ago
            Anonymous

            >it's not that difficult
            so why is it only gnome gets it right?

            • 5 months ago
              Anonymous

              >only gnome gets it right
              it doesn't tho

        • 5 months ago
          Anonymous

          when i see a turbo moron like you talking about it this way i know that i am right about this

          >you simply have nothing to complain about, admit it you don't give a shit about blind people anon

  8. 5 months ago
    Anonymous
  9. 5 months ago
    Anonymous

    For me, it's Dear ImGui.

    • 5 months ago
      Anonymous

      that one is nice too but this one has more options

    • 5 months ago
      Anonymous

      Immediate mode is gay outside of creative type programs

  10. 5 months ago
    Anonymous

    Because I use better programming languages.

    • 5 months ago
      Anonymous

      Umm sweaty, the OCaml Raylib bindings are right here

  11. 5 months ago
    Anonymous

    Raylib is such a great library for getting into graphics in c or cpp, good documentation, really simple to use as its just simple function calls (no need to worry about opengl bullshit), and its cross platform and has support for other shit like audio and image loading out of the box.

    Even though I havent touched it in a while as ive just made my own graphics and window managing library id still say its good

Your email address will not be published. Required fields are marked *