Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

IIRC it defines some common words too like all the color names and uses a lot of names that should be prefixed. Good otherwise.


At least they're all-caps, but as somebody that writes C++ and uses Raylib, I just wrapped it in a namespace in my project that I include, like so (note that cstdio must be included before raylib if you're using it from C++):

    #pragma once

    #include <cstdio>

    namespace raylib {
        #include <raylib.h>
    }




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: