Skip to content

Renblas/IntoTheDataStream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IntoTheDataStream

Trello Link: https://trello.com/b/CIXTZi2H/into-the-data-stream

Outline Link: https://docs.google.com/document/d/1zmEYtWJVfm0cv1ztK-Sp-RS0uwkDBLcIZRYKg6eLyy0/edit?usp=sharing

Library Links

Link to p5 docs used as test code: https://p5js.org/reference/

Nick: please make sure we are good with all copyrights bc I am no lawyer

p5js Library Website:

https://p5js.org/

p5js library, we are using graphics (except for images; f u CORS) and other background stuff

Collide2d Library Repository:

https://github.com/bmoren/p5.collide2D

has a bunch of useful collision functions between various common polygons

Clickable Library Repository:

https://github.com/Lartu/p5.clickable

Used for making kewl buttons

Reference

All angles are in DEGREES; also make sure you account for negative angles

use "deltaTimeFixed" NOT deltaTime

Screen

  • currently a 16/9 aspect ratio
  • set to 512 to 288 pixels
  • essentially 16 tiles wide and 9 tiles high with 32 pixels per tile (our images are currently 32 pixels so this works great)
  • can upscale to bigger screens with css

Tiles

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •