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

TODO list #3

Open
malytomas opened this issue Aug 12, 2018 · 0 comments
Open

TODO list #3

malytomas opened this issue Aug 12, 2018 · 0 comments

Comments

@malytomas
Copy link
Member

malytomas commented Aug 12, 2018

  • tribool
  • rename things in cmake: use camelCase without dashes
  • load configuration from environment (overrides configuration from ini files)
  • custom literal suffixes for degrees and radians (and perhaps others)
  • font
    • support for more scripts/languages
      • rework asset to contain freetype-loadable font
      • use harfbuzz for text layouting
      • support for bidi
    • font cascades / font fallback to replace tofu glyphs
    • two colors font (background + foreground)
  • gui
    • transitions between screens (push / pop / replace)
    • scrolling - better control over which scrollbars should be used (if multiple options in the hierarchy are possible)
    • finish text area widget implementation
    • sounds
  • doppler effect
  • fix sound latency control (ring buffer management)
  • network discovery (udp broadcast) over ipv6
  • virtual file system
    • mount a path onto another path (aka an alias)
    • mount virtual directory (with abstract provider) onto a path
      • eg. custom archive provider
    • mount virtual file (with abstract provider) onto a path
      • eg. in-memory zip archive
    • mounting modes:
      • replace: the provider is a complete replacement and no previous mounts (or real fs) are considered
      • overlay: files existing in the provider are used from the provider, otherwise files from previous mounts are used. directories are merged together
    • support for compressed files in zip
    • support for large files in zip
  • all tasks related to graphics rendering have been moved - the entire rendering engine will be significantly revisited

note: the tasks listed here are NOT in any particular order

@malytomas malytomas assigned malytomas and unassigned malytomas Aug 31, 2018
@malytomas malytomas pinned this issue Jan 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant