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

feat: add mode curses to core native #56

Open
1 of 3 tasks
RodrigoDornelles opened this issue Aug 27, 2024 · 0 comments
Open
1 of 3 tasks

feat: add mode curses to core native #56

RodrigoDornelles opened this issue Aug 27, 2024 · 0 comments
Labels
difficulty: expert require low level experiencie
Milestone

Comments

@RodrigoDornelles
Copy link
Member

RodrigoDornelles commented Aug 27, 2024

It would be interesting to be able to play through the terminal, or a docker container, it is possible to make elaborate games with lots of character magic.

rendering cannot be immediate, but rather accumulated in a screen buffer to define a queue of rendering priorities, thus making the game more readable, such as std.draw.text being the last to be drawn no matter the order. called, because in curses there are no layers.

priorities

  1. Clear
  2. Rect
  3. Lines
  4. Triangles
  5. Texts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty: expert require low level experiencie
Projects
None yet
Development

No branches or pull requests

1 participant