Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transform 𝐗 number of TIME to INT #325

Open
MatiDragon-YT opened this issue Apr 24, 2024 · 0 comments
Open

Transform 𝐗 number of TIME to INT #325

MatiDragon-YT opened this issue Apr 24, 2024 · 0 comments

Comments

@MatiDragon-YT
Copy link
Member

if you work with time-relative loops, you will need something that helps you to have an easier control of the loops.

A subfix (fps, s, m, h) at the end of the numbers may help.

60fps // 60/1000 = 18ms
3s // 3 second = 3000ms
2m // 2 minutes = 120000ms
1h // 1 hour = 3600000ms

and even more so if a point (.) can be optionally added.

.5s // 500ms
2.5m // 150000ms
etc
@x87 x87 added type:feature New feature or request priority:p3 Low priority scope:compiler status:in dev triage and removed priority:p3 Low priority labels Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants