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

Improve GOMpy #30

Open
4 of 9 tasks
BrunoLevy opened this issue Jan 1, 2025 · 0 comments
Open
4 of 9 tasks

Improve GOMpy #30

BrunoLevy opened this issue Jan 1, 2025 · 0 comments

Comments

@BrunoLevy
Copy link
Owner

BrunoLevy commented Jan 1, 2025

  • make metaclass wrapper inherit python object so that issubclass works with GOM objects
  • xxx = XXX(args) instead of xxx = XXX.create(args)
  • JAX interop
  • split python_interpreter.cpp, separate vec/mat interop
  • make NL::Vector closer to numpy arrays
  • support for non-contiguous arrays in NL::Vector
  • array protocol ? buffer protocol ?
  • make gom interpreter inherit python module so that we can import gom.xxx from gom
  • a GOM mechanism for graphic object attributes, or set_color, set_mesh_color, set_mesh_width etc... slots in shader
@BrunoLevy BrunoLevy mentioned this issue Jan 1, 2025
4 tasks
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

No branches or pull requests

1 participant