Git Product home page Git Product logo

dear-gen-code's Introduction

Hi there ๐Ÿ‘‹

Most of my repositories are from my creative coding practice. I also have a few niche libraries, and my submissions to the Advent of Code.

๐Ÿ“† Currently participating in the Advent of Code 2022, using Typescript and Javascript (non-competitive, goal is to finish all puzzles this year). My solutions are published at https://github.com/haschdl/advent-of-code-2022

๐Ÿ–ผ I make and sell digital artwork, check it out @h.scheidl and ๐Ÿ›’ hscheidl.art.

๐ŸŒฑ Iโ€™m currently learning how to ask better questions and be a better listener.

๐Ÿ‘ฏ Iโ€™m looking to collaborate on teaching and mentoring.

โšก Fun fact: I was born here ๐Ÿ‡ง๐Ÿ‡ท, and I lived many years in ๐Ÿ‡ซ๐Ÿ‡ฎ and then settled in ๐Ÿ‡ธ๐Ÿ‡ช.

Try it yourself

If you are part of a development team, try out my Abstract Art from your Git Logs https://github.com/haschdl/gitlogposter

Libraries and stuff

Libraries related to creative coding with Processing and OpenFrameworks:

  • A Javascript library for using the MIDI API in the browser (Javascript) Link to repo
  • A Processing library for the MIDI controller from Novation (Java) Link to repo
  • An OpenFrameworks plug-in for the MIDI controller Novation Launch Controller (C++, 2017) Link to repo

dear-gen-code's People

Contributors

haschdl avatar hscdl avatar regisfrias avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

dear-gen-code's Issues

Simplify the repository

We should simplify the repository so that it contains only the source code and it's as easy as possible to run examples. This means among other things:

  • Remove Sphinx-related files: conf.py, make, assets etc
  • Improve quality of readme file
  • Improve folder structure (promote STO, HEL, delete sketches folder)

HELSINKI: Missing images for weeks 15-16

Images should be added to /img. Use "ww-[stockholm|helsinki]-s.jpg", where ww is week number.
"-s" is for small. This thumbnail is not used in the book but in the readme file.

image

image

Stockholm: Port all sketched to Javascript / p5Js

We decided Dear-Gen is a more future-proof project and will reach a wider audience if we use Javascript instead of Java. Because of that, we are going to port all examples to Javascript.
This issue tracks the work for Stockholm sketches.

  • Week 1
  • Week 2
  • Week 3
  • Week 4
  • Week 5
  • Week 6
  • Week 7
  • Week 8 (partially working; see for loop inside shader)
  • Week 9
  • Week 10
  • Week 11
  • Week 12
  • Week 13
  • Week 14
  • Week 15
  • Week 16
  • Week 17
  • Week 18

Remove custom "save" functions from Javascript sketch

Throughout the sketches both @haschdl and @regisfrias make extensive use of the save() and/or saveFrame() functions.
In HTML5, one can simply right-click on a canvas and choose "Save image".

if (saveFile) {
const fileName =
'saved-png/' +
year() +
'-' +
month() +
'-' +
day() +
'-' +
hour() +
'-' +
minute() +
'-' +
second() +
'-telhado.png';
save(fileName);
saveFile = false;
}

I suggest we remove the "save" operations from sketches, unless it has a aesthetic reason. This would improve legibility of the code and reduce lines of code considerably.

Helsinki: Port all sketched to Javascript / p5Js

We decided Dear-Gen is a more future-proof project and will reach a wider audience if we use Javascript instead of Java. Because of that, we are going to port all examples to Javascript.
This issue tracks the work for Stockholm sketches.

  • Week 1
  • Week 2
  • Week 3 (4 versions, sketch-a, sketch-b etc.)
  • Week 4
  • Week 5
  • Week 6
  • Week 7
  • Week 8
  • Week 9
  • Week 10
  • Week 11
  • Week 12
  • Week 13
  • Week 14

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.