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

CoderViz with Csync and lazyC compile #304

Open
saxondigital opened this issue Feb 5, 2021 · 0 comments
Open

CoderViz with Csync and lazyC compile #304

saxondigital opened this issue Feb 5, 2021 · 0 comments
Assignees

Comments

@saxondigital
Copy link
Contributor

saxondigital commented Feb 5, 2021

Implement CoderViz companion tools for code editing, compiling and runtime analysis.

  • CoderViz builds a visual representation of the code with heuristics as node attributes (eg. memory = size, cpu-time = rotate_rate, pagefault-rate = color, etc.)
  • Csync directly edits the CoderViz source files through scene modifications (and vice versa).
  • lazyC enables compiling all or parts of the code scene (hyeprglyphs) into encapsulated binary modules that can be runtime loaded and executed within the scene.

Considerations:

  • OOP vs non-OOP (Java vs C)
  • C subsets (OpenCL, PIC, etc.)
    • Recursion
    • Memory allocation
    • Special Functions (math, IO, etc.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant