Skip to content

This is a project created by Pascal Struck and Jendrik Bradaczek as part of the course „Zeitmaschine“ by Prof. Boris Müller at the University of Applied Sciences Potsdam during the winter semester 20/21.

Disc0erg0sum/TheTimeMachine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Time Machine

A website regarding the visualization of time. Basically a place where you can find different clocks created with P5.js. Have fun exploring!

the Website

Code of Conduct

This should help navigating through the code in this repository

General

  • Don't panic!

  • Feel free to download and experiment with the code.

  • Easter eggs are welcome!

Code

  • Time variables are always defined as shown in the following snippet.
let h = hour();
let m = minute();
let s = second();
let mil = millis();
  • General variables are written in camelCase.
var hThinkingThisShouldBeCamelCase;
  • Functions are written in camelCase.
function whatTheFuckIsGoingOn(i,d,k){
	push();
	pop();
}
  • Classes are capitalized.
class Clock {
	constructor() {
	}
	yeet(){
	}
}

Dependencies

  • p5.js
  • jQuery

About

This is a project created by Pascal Struck and Jendrik Bradaczek as part of the course „Zeitmaschine“ by Prof. Boris Müller at the University of Applied Sciences Potsdam during the winter semester 20/21.

Topics

Resources

Stars

Watchers

Forks