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

version 3 plans #14

Open
14 tasks
dragoncoder047 opened this issue Aug 17, 2023 · 0 comments · May be fixed by #15
Open
14 tasks

version 3 plans #14

dragoncoder047 opened this issue Aug 17, 2023 · 0 comments · May be fixed by #15
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@dragoncoder047
Copy link
Owner

dragoncoder047 commented Aug 17, 2023

  • Use HTML5 <dialog> element instead of stupid CSS hack
  • Instead of overly verbose <command> elements use tag name as cmd, attributes as parameters
    • Instead of <action> per-tick commands, have it all in one and use <tick-wait /> elements
  • Use SVG instead of a canvas (simpler XML-based rendering, can use CSS (?? export issues))
    • still need canvas for media api? and/or export screenshot
  • Preserve the XML tree and just edit it (don't discard it after world is loaded) --> preserves comments too!
  • Make configuration system more straightforward (attributes for global options, separate dialog for preferences, etc)
  • Package everything up in global classes/objects & have main() method
  • Allow user scripting via <script> elements (JS eval = evil?) -- to add new breeds of ants
  • Add web file system access API to save or open
  • Add proper menu bar like usual desktop apps
    • Window Controls Overlay API to put it in menu bar
  • Block-ish based editor for ants
  • Infix expressions (instead of weird postfix thing)
@dragoncoder047 dragoncoder047 added documentation Improvements or additions to documentation enhancement New feature or request labels Aug 17, 2023
@dragoncoder047 dragoncoder047 self-assigned this Aug 17, 2023
@dragoncoder047 dragoncoder047 pinned this issue Aug 17, 2023
@dragoncoder047 dragoncoder047 linked a pull request Aug 18, 2023 that will close this issue
@dragoncoder047 dragoncoder047 linked a pull request Aug 18, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant