Skip to content

marukyu8585/processing_templates

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

processing_templates

TODO: ここに自分の作成したprocessing codeの簡単な内容を紹介してください.

Installation

TODO: この項目はclone, pushが終了したら消してください.

githubでdaddygongon/processing_templatesをforkしてください. その後,

> mkdir /home/user_name
> ssh-keygen
> ssh-copy-id user_name@host_url
> cd e:
> git clone git@github.com:USER_NAME/processing_templates.git

でcloneしてください.

そこへprocessing codeをcopyした後,

> git add -A
> git commit -m 'first commit'
> git push origin master

してください. : git remote -v で出てくるアドレスをLUNAに提出してください. このファイル(README.md)の修正も忘れずに.

Usage

TODO: ここに使い方を書いてください.

Code review

TODO: ここにcodeの概要と,どのような意図で作成したかを書いてください. どこの誰のコードを基にして書いたかの引用を忘れずに.

sampleをそれぞれのdirectoryに置いています.

今見ている,README.mdはmark downで書いています.

robotx_class/REAME.orgはorg-modeで書いています.コードも綺麗にカラー表示されているでしょう.

もちろんmark downでもcodeを綺麗に表示できます. 書き方は,googleで調べてください.

rect(0, 0, 10, 10);

なんかです.

License

ここではサンプルとしてMITライセンスの表示をしています.Creative commonsとかLGPLでもOKです. Githubのライセンシングを解説した記事は とても参考になります(だいぶその時...2013か...からは改訂されてるけど).

The processing application is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the Test project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

About

template directory for learning 'processing'

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Processing 93.4%
  • Ruby 6.6%