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

Entities #255

Merged
merged 190 commits into from
Jul 17, 2024
Merged

Entities #255

merged 190 commits into from
Jul 17, 2024

Conversation

MihailRis
Copy link
Owner

@MihailRis MihailRis commented Jun 24, 2024

Add non-voxel game objects to the engine

  • entity itself
  • components
    • transform
    • rigidbody
      • sensors: aabb, radius
    • skeleton
      • matrices manipulation
      • dynamic set textures
      • dynamic set models
    • scripts (user components)
      • working component
      • multiple components per entity
  • saving
    • saving entities
    • loading entities
    • saving components data
    • loading components data
  • make player an entity
  • rigidbody types
  • cameras api
  • raycasts

@MihailRis MihailRis marked this pull request as ready for review July 17, 2024 09:32
@MihailRis MihailRis merged commit a02d626 into main Jul 17, 2024
4 checks passed
@MihailRis MihailRis deleted the entities branch July 17, 2024 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant