Giter Site home page Giter Site logo

chorus_studio's People

Contributors

lisoph avatar

Watchers

 avatar  avatar  avatar  avatar

chorus_studio's Issues

Leaking Memory [Windows]

For some reason, Chorus Studio is leaking memory on Windows.

Steps to reproduce: Run either the debug or release build, and watch the memory allocated in the task manager. It grows over time. To see a more dramatic effect, resize the window a lot and the memory usage skyrockets.

Possibly a memory leak in the nanovg C library? None of the rust code should leak.

Tested with: rustc 1.22.0-nightly (d93036a04 2017-09-07) on Windows.

  • reproduce on Mac.

Use custom text renderer

Implies #1.

While nanovg comes with a decent text renderer, I would like to implement my own for the following reasons / features:

  1. Rasterization quality
  2. Color emoji
  3. Rasterization speed
  4. Wide range of supported font document formats

This basically means that only FreeType is an option.

Additionally, I also want a decent text layouting solution:

  1. Right-to-left layouting (based on https://github.com/servo/unicode-bidi)
  2. Line breaking (based on https://github.com/google/xi-editor/tree/master/rust/unicode)
  3. Word boundaries for navigating / selecting text (based on https://github.com/unicode-rs/unicode-segmentation)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.