Skip to content

Q: How many lines of C99 code raylib written in? #1633

Answered by raysan5
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

Actually, it's a bit difficult to get a reliable measure. I mean, you can measure the lines of code with, for example, cloc tool, but those measures do not reflect many aspects of the library. Keep in mind that most of the work done in raylib along the year has not been adding many new features but reviewing and improving the internal codebase. Best improvements usually reduced the line count.

github/raysan5/raylib/src - Including all external libraries (depending on platform and config, some are not used).

github.com/AlDanial/cloc v 1.88  T=2.69 s (47.6 files/s, 83034.8 lines/s)
-----------------------------------------------------------------------------------
Language                  …

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@ghost
Comment options

@chriscamacho
Comment options

@raysan5
Comment options

@chriscamacho
Comment options

Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants