Questions tagged [renderer]

A renderer is a software construct that accepts and transforms information so that it can be displayed in a given medium.

A renderer is a software construct that accepts and transforms information so that it can be displayed in a given medium.

930 questions
15
votes
2 answers

How can I find the maximum texture size for different phones?

I'm trying to find out the maximum texture size for the original Motorola Droid. I believe the G1 has a maximum texture size of 512, but it would be nice if there was a more official way I could find out so I can build a proper tile system.
jfisk
  • 6,125
  • 20
  • 77
  • 113
15
votes
1 answer

Evaluating Latex Math in Javascript

I am working on a html-based calculator, and I want to render an expression, then evaluate it, and all of this must be done in Javascript. I would prefer for the expression to be written in LaTeX, and for it to be possible to edit the rendered…
hkk
  • 2,069
  • 1
  • 23
  • 48
14
votes
6 answers

PDF Library for Android - PDFBox?

Wich libraries exists to use to draw PDF files on Android? I found PDFBox, that is a JSE Library, and want to know if somehow it can be used to draw the PDFs on Android. I know Android converts Standard bytecodes into Dalvik Bytecodes, but how it…
Marcos Vasconcelos
  • 18,136
  • 30
  • 106
  • 167
14
votes
1 answer

Extending Angular 4 universal renderer

I hope someone can help with the logic on this one. I would like to modify the way angular universal injects the style for each component. Does anyone know how to extend the renderer an get the stylesheet from other place by doing an api request. I…
Chris Tarasovs
  • 703
  • 2
  • 21
  • 54
12
votes
2 answers

Rails3: How to pass param into custom will_paginate renderer?

I've got a custom will_paginate renderer that overrides WillPaginate::ViewHelpers::LinkRenderer's link method like so: def link(text, target, attributes = {}) "
yalestar
  • 9,334
  • 6
  • 39
  • 52
12
votes
2 answers

3D Scene Panning in perspective projection (OpenGL)

I have designed a C++ class that abstracts the user from trackball rotation, zooming and panning. I have got the rotation (using trackball) and zooming working as expected. However, panning does not behave as expected. When I pick a point and drag,…
Ram
  • 3,045
  • 3
  • 27
  • 42
11
votes
2 answers

Electron - How to use main and renderer processes

At this point, after much research and googling, I understand what the main and the renderer do, and their importance in an Electron app. However, here I am sending out my plea to be answered by all those knowledgeable people out there: Please can I…
half of a glazier
  • 1,864
  • 2
  • 15
  • 45
11
votes
3 answers

Xamarin Forms iOS Renderer - ToolBar Standard Icons

I can create a simple Tab Renderer which will update my Forms ToolBarItems to use the built in iOS icons like below. NavigationController is only NOT NULL in ViewWillAppear If I try it in ViewDidLoad, it is NULL. The problem with this is you get a…
aherrick
  • 19,799
  • 33
  • 112
  • 188
11
votes
1 answer

threejs: rendering multiple scenes in a single webgl renderer

I am trying to include multiple scene into a single webgl renderer as per code below: renderer.render( scene1, camera ); renderer.render( scene2, camera ); I am facing issue where in the last scene object that is passed to the renderer is being…
DSH
  • 199
  • 1
  • 1
  • 9
10
votes
1 answer

Selenium gives "Timed out receiving message from renderer" for all websites after some execution time

I have an application where I need a long running instance of Selenium web driver (I am using Chrome driver 83.0.4103.39 in headless mode). Basically the app continuously pull url-data from a queue and gives the extracted url to Selenium which…
revy
  • 3,945
  • 7
  • 40
  • 85
10
votes
1 answer

Accessing root html tag from an Angular 2 component

So the question is, is it possible to use the Renderer to tweak tags that are outside the main Angular 2 app component, like the tag? If yes, what is the best way to do this? Let me give a bit of background. I'm trying to build a multilanguage site…
Markel Arizaga
  • 383
  • 1
  • 4
  • 13
10
votes
1 answer

PhantomJS 2.0 text not selectable when rendered to PDF

Before few days I compiled PhantomJS 2.0 from source on Linux Debian. It compiled successfully, unfortunately there is a problem with web-fonts - when rendered to PDF, you can NOT select the text in the PDF, it's like a image. I'm using the…
Deepsy
  • 3,769
  • 7
  • 39
  • 71
10
votes
3 answers

Is there any way to right align the text in a JCombobox

I want to have a JComboBox with right align. how can I do that? someone before said "You can set a renderer to the JComboBox which can be a JLabel having JLabel#setHorizontalAlignment(JLabel.RIGHT)" but I don't know how can I do that?
Naeem Baghi
  • 811
  • 2
  • 14
  • 29
10
votes
0 answers

Looking for an OSD supporting align attribute, multiple span or div elements, multiple columns

Please let me know if there is an OSD on-screen-display program or techinque for Xorg/Linux platform which can render XML in a much richer way than pango, at least support align attribute, and multiple span or div elements, so it can display…
Sharad
  • 437
  • 1
  • 5
  • 17
10
votes
2 answers

HighCharts - How to create dynamic chart that exports EVERYTHING

I'm trying to export a dynamically generated chart and I've noticed that some things don't get exported. For example, my chart has PlotBands which are dynamic depending on the data being displayed. As I built my chart, I followed the standard code…
Dr. Cool
  • 3,713
  • 3
  • 22
  • 26
1
2
3
61 62