{"id":16147428,"url":"https://github.com/edap/udk-2019-creative-coding","last_synced_at":"2026-02-07T13:31:32.498Z","repository":{"id":145594177,"uuid":"154491526","full_name":"edap/udk-2019-creative-coding","owner":"edap","description":null,"archived":false,"fork":false,"pushed_at":"2019-02-06T14:35:36.000Z","size":56594,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-29T19:40:49.351Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/edap.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-24T11:45:35.000Z","updated_at":"2024-11-24T20:39:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"29ebd356-26ba-43cd-9517-048173f34f47","html_url":"https://github.com/edap/udk-2019-creative-coding","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/edap/udk-2019-creative-coding","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edap%2Fudk-2019-creative-coding","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edap%2Fudk-2019-creative-coding/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edap%2Fudk-2019-creative-coding/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edap%2Fudk-2019-creative-coding/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edap","download_url":"https://codeload.github.com/edap/udk-2019-creative-coding/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edap%2Fudk-2019-creative-coding/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29195073,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T12:38:28.597Z","status":"ssl_error","status_checked_at":"2026-02-07T12:38:23.888Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T00:25:15.645Z","updated_at":"2026-02-07T13:31:32.482Z","avatar_url":"https://github.com/edap.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 01 Unit cirlce, sine wave\n\nDescription:\n\nGet familiar with the unit circle, move from polar coordinates to cartesian coordinates. Intro to the unit circle, intro to sine waves\n\nKeywords:\n\nSOHCAHTOA, sine and cosine waves, `ofGetElapsedTimef()`, `ofMap`.\n\nHomeworks:\n- Make a composition where you use things learned in class.\n- Write all the the error messages that you are receiving while developing. Keep a collection of your errors, learn to debug your code. \n\n\n# 02 Path, lines, shapes. Intro to noise\n\nDescription:\nCreate your own shapes changing the algorithm that we have used to draw the circles\n\nKeywords: `ofPath`, `ofNoise`, shapes.\n\n# 03 Vectors\n\nDescription: move things around using vectors.\n\nKeywords: `glm::vec2`\n\nReference: [Nature of Code](https://natureofcode.com/book/chapter-1-vectors/). It is in processing but the concepts are always valid.\n\n# 04 Modulo operator and loops and objects\n\nDescription: get confident with modulo and loop. Create object, create a collection of object.\n\nKeywords: `%`, `for`, `class`, `vector\u003cmyObject\u003e`\n\nExercises:\n\nMake 3 applications that have a GUI.\n\n- Make an application that uses the modulo operator and `ofPath`.\n\n- Make an application that uses 3 different sine waves with different amplitude and frequency.\n\n# 05 ofNode\n\nDescription: introducing ofNode, How to combine several ofNode instances together.\n\nKeywords: \n\n[ofNode Documentation](https://openframeworks.cc/documentation/3d/ofNode/)\n\n# 06 Meshes\n\nKeywords: ofNode, ofEasyCam, ofMaterial, ofLight, 3D coordinate system, normal, surfaces.\n\nResources:\n[intro to meshes](https://openframeworks.cc/ofBook/chapters/generativemesh.html)\n\n# 07 Meshes and camera\nKeywords: addVertex, generative meshes, how to rotate a point.\n\n# 08 Audio\n\nKeywords: cone example, waves, amplitude, frequency. Audio input and audio output. Audio analysis, channels and audio buffers. Time domain analysis vs fft analysis. \n\nResources:\n- This chapter of the [OF book](https://openframeworks.cc/ofBook/chapters/sound.html) is essential.\n- This article is a good introduction to [digital audio](https://www.webarchive.org.uk/wayback/archive/20160101151542/http://www.jiscdigitalmedia.ac.uk/guide/an-introduction-to-digital-audio)\n- This website from [Columbia University](http://sites.music.columbia.edu/cmc/MusicAndComputers/) covers all aspect of digital audio, it is a good reference if you want to go deep into this topic.\n\nHomeworks:\n- Try out all the examples in the `examples/audio` folder\n- Make an audio-reactive sketch in 3d\n- Make an audio-reactive sketch using ofPath or ofPolyline in 2D.\n\n\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedap%2Fudk-2019-creative-coding","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedap%2Fudk-2019-creative-coding","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedap%2Fudk-2019-creative-coding/lists"}