ForNeVeR/overtone

Improve shape and texture management

Open

#30 opened on Dec 24, 2022

View on GitHub
 (1 comment) (0 reactions) (0 assignees)F# (1 fork)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (18 stars)
PR merge metrics
 (PR metrics pending)

Description

See TODO[#30] in the code.

I want the texture management to cache the already parsed shapes and maybe textures, in case someone asks for them twice.

We definitely shouldn't read the same shape multiple times for every frame requested.

Contributor guide