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

Baseline Voxel Game Engine #1

Open
9 of 14 tasks
Shr1ftyy opened this issue Aug 5, 2024 · 0 comments
Open
9 of 14 tasks

Baseline Voxel Game Engine #1

Shr1ftyy opened this issue Aug 5, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Shr1ftyy
Copy link
Collaborator

Shr1ftyy commented Aug 5, 2024

  • (WIP) Basic Chunk Management
    • Loading
    • Rendering
    • Rebuilding
    • Unloading - I'm going to leave proper chunk unloading till later.
  • Chunk Optimizations
    • Don't render unseen triangles
    • [?] Triangle Face Merging
    • [?] Other optimizations (TBD).
  • Terrain Generation
  • Frustum Culling
  • Block Type, Textures and Colours
  • Collision Detection *
  • Voxel Sprites *
  • Physics *

*It would be a good idea to introduce an:

  • Entity Component System
    somewhere alongside these features.
@Shr1ftyy Shr1ftyy added the enhancement New feature or request label Aug 5, 2024
@Shr1ftyy Shr1ftyy self-assigned this Aug 5, 2024
@Shr1ftyy Shr1ftyy changed the title Baseline Voxel Engine Baseline Voxel Game Engine Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In Progress
Development

No branches or pull requests

1 participant