Skip to content

refactor: Remove raw pointers#20

Open
SouthernPolaris wants to merge 3 commits intomainfrom
refactor/remove-raw-pointers
Open

refactor: Remove raw pointers#20
SouthernPolaris wants to merge 3 commits intomainfrom
refactor/remove-raw-pointers

Conversation

@SouthernPolaris
Copy link
Copy Markdown
Contributor

Description

Removed a lot of raw pointer dependency for memory safety.

Changes Made

Replaced pointers with vectors (for vertices/indices) or smart pointers (for shaders).

Related Issues

Implements #19

Additional Notes

Will use my fork repo in the future for additional PRs.

@phoenixpereira phoenixpereira moved this to In Progress in Voxel Engine Dec 26, 2025
@phoenixpereira phoenixpereira changed the title Refactor/remove raw pointers refactor: Remove raw pointers Dec 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

2 participants