Skip to content
Discussion options

You must be logged in to vote

The language stats are 100% accurate. Whilst you think the project it primarily written in Processing, the total bytes of JavaScript far outweighs everything else:

$ github-linguist GenerativeArtworks/
99.87%  31315869   JavaScript
0.12%   36865      Processing
0.01%   2506       HTML
0.00%   426        CSS
$

As you can see, you have over 30mb of JavaScript but only 36kb of Processing.

Why? Because you have six 5mb JavaScript files:

$ ls -lSh GenerativeArtworks/arte_generativo/**/*.js
-rw-r--r--@ 1 lildude  staff   5.0M 29 Aug 14:57 GenerativeArtworks/arte_generativo/p5js- tipografias/static/p5.js
-rw-r--r--@ 1 lildude  staff   5.0M 29 Aug 14:57 GenerativeArtworks/arte_generativo/p5js-ond…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@catalinacatalinacatalina
Comment options

@lildude
Comment options

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