Giter Site home page Giter Site logo

Missing texture generator about microui HOT 2 CLOSED

rxi avatar rxi commented on June 22, 2024
Missing texture generator

from microui.

Comments (2)

rxi avatar rxi commented on June 22, 2024 1

The atlas was generated using this with the following options:

  -f "  atlas[%s] = mu_rect(%d, %d, %d, %d);"\
  -g "%s+%d"\
  -p 1\
  -r 32-127\
  -s 16

The input directory should contain a .png file for each icon with the name of that icon's enum (eg: MU_ICON_CLOSE.png), a font named ATLAS_FONT.ttf and an entirely white 3x3 png named ATLAS_WHITE.png.

That being said the atlas and rendering code used in the demo program are meant only to be used for the purpose of the demo program. For real use you're expected to bring your own text, icon and rectangle rendering.

Regarding the IDs, if I understand what you mean correctly: this would not work, as removing or adding controls between frames would cause every control after to have an ID different to the previous frame. A practical example of this being an issue would be a console window with logged text at the top and an input box at the bottom, if new text were logged the input box would acquire a new ID -- in the case of it having focus it would lose focus when this happens.

from microui.

0xtrzy avatar 0xtrzy commented on June 22, 2024

in my language i use ŁÓźĄżć
this glyph exist in font but this is not in range.
is possible add list of glyph and range in options?

How generating *.inl file?

from microui.

Related Issues (20)

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.