Skip to content

OriolCS2/Easing-and-splines-for-cameras-and-UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easing and splines for cameras and UI

I am Oriol Capdevila Salinas, student of the Bachelor’s Degree in Video Games by UPC at CITM. This content is made for the second year’s subject Project 2, under supervision of lecturer Ricard Pillosu.

About the project

This project contains a simple 2D map and a system of Easing Splines to move Camera, UI elements or whatever value you want.

Link to the web

Link to the repository

Installing

  • Download the last release
  • Unzip
  • Execute the exe

Controls

  • Move camera with arrows
  • Click 1 to move the camera with a Linear Spline
  • Click 2 to move the camera with a EaseInCirc
  • Click 3 to move the camera with a EaseInOutBack
  • Click 4 to move the camera with a EaseInOutExpo
  • Click 5 to move the camera with a EaseInQuad
  • Click 6 to move the camera with a EaseOutCubic
  • Click 7 to move the camera with a EaseOutElastic
  • Click 8 to move the camera with a EaseOutQuart
  • Click 9 to move the camera with a EaseOutQuint

Author

Oriol Capdevila Salinas

License

This project is licensed under the MIT License - see the license file for details