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

Change obv_v in rendererCtx_t from an array to a linked list, so we can dynamically add/remove objects from the list #9

Open
bitSheriff opened this issue Mar 10, 2023 · 2 comments

Comments

@bitSheriff
Copy link
Collaborator

No description provided.

@bitSheriff bitSheriff converted this from a draft issue Mar 10, 2023
@luisgargitter
Copy link
Owner

is this really the way to go? this would make it difficult to allocate the objects in one big block of memory. Using a Set might be easier.

@Boris-Dimov
Copy link
Collaborator

Well any dynamic data structure will do

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

3 participants