8000 GitHub - benjamin-thomas/nature-of-code: Reading the book: "The Nature of Code", by Daniel Shiffman
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

benjamin-thomas/nature-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript

See:

00_basic_setup/typescript

Run project with:

yarn dev

Java

Use Luke-zhang-04.processing-vscode vscode extension.

See:

00_basic_setup/java

Run project with:

processing-java --sketch=$PWD --run

Inspect the generated code with:

rm -rf /tmp/sketch ; processing-java --sketch=$PWD --output=/tmp/sketch --export && tail -n+1 /tmp/sketch/source/*.java

Project must have this structure:

projName/projName.pde

Auto-format on save with this command:

find -name *.pde | entr clang-format -i /_

About

Reading the book: "The Nature of Code", by Daniel Shiffman

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0