Skip to content

Conversation

jimmyfraiture2
Copy link
Contributor

Add NUX animation

($dir:literal) => {
[
include_str!(concat!("../frames/", $dir, "/frame_000.txt")),
include_str!(concat!("../frames/", $dir, "/frame_004.txt")),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am a bit confused on the naming. why are we skipping 4 numbers? cannot we just have 001 ...

Side note, cannot we autogenerate this list instead of hardcoding it?

We can even just load the who directory, or have a incremental value

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is an artifact from the .txt file frame numbers. we might want to maintain file names as an index

@tibo-openai tibo-openai merged commit 76c37c5 into openai:main Sep 15, 2025
18 of 19 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Sep 15, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants