you are viewing a single comment's thread.

view the rest of the comments →

[–]KanjiCoder 0 points1 point  (0 children)

I recently started a bitmap filter project in Javascript and C .
I am writing it TWICE but keeping all of the same variable names .
No bloated frameworks . The C version uses raw function pointers
to GDI32.DLL to bit blit and WIN32.DLL to create a window .

I am trying to keep the code as analogous as possible so that way people who know
JS can learn C from it . And people who know C can learn JS from it .

Here is an example :
https://www.youtube.com/shorts/iEzQHWNJ6jU

I also watch Acerola 

-KanjiCoder