Skip to content

Latest commit

 

History

History
160 lines (120 loc) · 4.97 KB

SECURITY.md

File metadata and controls

160 lines (120 loc) · 4.97 KB

To-Do


  • Currently working on




Done

  • Cube

    • Reset perspective when mouse is outside of box
    • Cube: add "motions" --> "swipe left" to turn it 180 degrees, "swipe up" etc
  • Spinner

    • Figure out if possible
    • Mousewheel
    • Add velocity and friction
    • Add lefthalf and righthalf** for scrolling
    • Fix lefthalf and righthalf dragging/set reference to actual center(?)
  • Particles

    • Figure out why mouse isnt at center
    • Fix font not displaying
    • Fix canvas size
  • Button

    • Smoother animations
    • some toggle buttons
    • button1 correct light mode colors
    • Effects onpress
  • Tethers

    • Figure out inconsistency with damping and stiffness --> initscene called twice on window resize
    • Add actual tether
  • Ball

    • Prototype 2d basketball thingy
    • Reset button in the center of screen + bigger
    • Ball start position from wherever the mouse is down?
    • Add a hoop
    • Ball --> calculate bounding box correctly
    • Ball: dont "spawn" ball when click in navbar area
  • Switches

    • add a "manual" switch instead of click switch
    • More designs
    • Better style 3 segment
    • Vertical switch: make it "snap" to points
    • Vertical switch: add lines for segments
  • Logo

    • Fix/Design better logo
    • Preview for ReadMe
    • Center on page
  • General/QOL

    • Fix content centered in the middle of screen
    • Working darkmode toggle
    • Factor out Navbar into react component instead of on the index.html
    • properly align icons in the navbar
    • Figure out why settings button is not working on homepage
    • Reload the canvas pages when darkmodetoggle
    • Remove settings and replace with darkmode toggle instead
    • Add settings button next to "ui-box" title
    • Scale up active element in navbar/remove padding
  • Github pages

    • Github actions to automatically push to gh-pages branch
    • Fix position of ball and particles
    • Fix particle sizes --> not depending on screen size
  • Joystick

    • Add some keyboard page with wasd
    • Joystick --> mouse and keyboard seperately
    • Joystick: Reset mouse position on keyboard press
  • Navbar & Menus

    • Indicate what page is active
    • Navbar better style
    • Icons instead of text
  • Low priority