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

Lua Scripting #2

Open
silvasch opened this issue Apr 11, 2023 · 0 comments
Open

Lua Scripting #2

silvasch opened this issue Apr 11, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@silvasch
Copy link
Owner

Is your feature request related to a problem? Please describe.
The purpose of Phanes is to offer a simple program to create 3D-Scenes. However, writing such a program in Rust makes it more difficult to quickly create such scenes, as you might have to fight against the compiler.

Instead of Rust, Phanes should offer a Lua API, that allows for much quicker creation of scenes. Performance shouldn't be an issue, as it only has to be run once at startup.

Describe alternatives you've considered

  • Other scripting languages could also be used, like python. However, I feel like lua would be the perfect fit for this project.
  • Providing a graphical editor. However, I feel like this should be considered at a much later stage of developement, and Phanes should provide both a scripting API and a grahical editor.
@silvasch silvasch self-assigned this Apr 11, 2023
@silvasch silvasch added the enhancement New feature or request label Apr 11, 2023
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
None yet
Development

No branches or pull requests

1 participant