Tagged Questions
Rendering is the term for when code formats data for display or print. For example, converting text plus a font specification to points on a printed page. Or converting 3-D model-data to pixels on your screen.
86
votes
13answers
19k views
Render a view as a string
I'm wanting to output two different views (one as a string that will be sent as an email), and the other the page displayed to a user.
Is this possible in ASP.NET MVC beta?
I've tried multiple ...
33
votes
6answers
17k views
In Rails, how do you render JSON using a view?
Suppose you're in your users controller and you want to get a json response for a show request, it'd be nice if you could create a file in your views/users/ dir, named show.json and after your ...
23
votes
13answers
3k views
What options are available for the layout of directed or undirected graphs in .NET?
By graph here I mean something resembling these images:
The ideal solution would:
use only managed code
allow output to a bitmap image
allow output to WPF elements
include some kind of ...
20
votes
3answers
513 views
Rendering Devanagari ligatures (Unicode) in Java Swing JComponent on Mac OS X
I'm trying to get Devanagari ligatures (in Unicode strings) rendered correctly on Mac OS X 10.6.
The strings are drawn on a JComponent and take RenderingHints for Antialiasing. The ligatures are ...
17
votes
6answers
6k views
Why does IE make password boxes smaller than text boxes?
See the simple form below. It's just a text box on top of a password box. If you look at it in Internet Explorer 7 (and 8, and probably others) the text box is 10 pixels wider than the password box.
...
17
votes
7answers
9k views
How do you determine if WPF is using Hardware or Software Rendering?
I'm benchmarking a WPF application on various platforms and I need an easy way to determine if WPF is using hardware or software rendering.
I seem to recall a call to determine this, but can't lay ...
16
votes
8answers
4k views
C++ libraries for rendering/rastering/RIPing PDFs
I'm looking for a (preferably LGPL'ed) PDF-rendering library that I can use on Mac OS X, Windows and Linux using C++.
So far I found:(updated with content from answers below)
Poppler
GPL
very easy ...
16
votes
4answers
1k views
Speed of CSS
This is just a question to help me understand CSS rendering better.
Lets say we have a million lines of this.
<div class="first">
<div class="second">
<span ...
15
votes
5answers
510 views
WPF render thread hangs
I'm experiencing a problem in a wpf app where the render thread stops rendering, but the UI thread and helper threads are still pumping messages.
It appears to be related to the corruption of the ...
15
votes
5answers
2k views
Mixing percent and fixed CSS
This is a duplicate from UI.StackExchange.com:
http://ui.stackexchange.com/questions/1004/mixing-percent-and-fixed-css
Should you ever apply percentage and fixed CSS together? Will it cause ...
14
votes
8answers
3k views
Culling techniques for rendering lots of cubes
I am working on a personal learning project to make a Minecraft clone. It is working very well aside from one thing. Similar to Minecraft, my terrain has lots of cubes stacked on the Y so you can dig ...
14
votes
8answers
15k views
How to render pdfs using C#
I want to load and draw pdf files graphically using C#. I don't need to edit them or anything, just render them at a given zoom level.
The pdf libraries I have found seem to be focussed on ...
13
votes
2answers
1k views
How to create simple music visualizer of an iPhone app?
I want to make a simple drum machine app for iPhone.
Now I'm designing archichecture for it. After some research I've decided to stick with methods described in Apple's Audio Unit Hosting Guide for ...
13
votes
9answers
13k views
Firefox 1 pixel bug with border-collapse, workaround?
Is there any workaround for the following "1 pixel to the left" bug?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
12
votes
16answers
13k views
List of known “Safari on iPad” differences over “Desktop Safari”
In recently testing a web application on Windows/Mac desktop browsers - and then on an iPad I noticed various differences in Safari that I wasn't expecting. even though the version # is the same.
I'd ...
10
votes
1answer
390 views
How to do face removal in a unit-cube world a la Minecraft?
Important note: This question is NOT about geometry culling (frustrum culling, back face culling, occlusion culling or any of their friends.) This question is about geometry elimination at set-up ...
10
votes
2answers
261 views
Why do BITMAPS load “upwards”?
If you have a really really large JPG and a BMP embedded on HTML and you load it into Firefox, you will notice that the JPG will load "downwards" (paint from left to right, then down) and the BMP will ...
10
votes
7answers
1k views
Repeating website background image - size vs speed
I was wondering if anyone has done any tests with background images. We normally create a background that repeats at least in one direction (x or y or both).
Example
Let's say we have a gradient ...
9
votes
6answers
194 views
Does the order of rules in a CSS stylesheet affect rendering speed?
While this could possibly result in a simple yes or no answer I'll go for it anyway
Consider the following example:
HTML
<html>
<head>
</head>
<body>
...
9
votes
3answers
978 views
Ways to improve WPF UI rendering speed
In case a screen of a WPF application contains lots of primitive controls, its rendering becomes sluggish. What are the recommended ways to improve the responsiveness of a WPF application in such a ...
9
votes
3answers
836 views
Hyper-threading… made my renderer 10 times slower!
Executive summary:
How can one specify in his code that OpenMP should only use threads for the REAL cores, i.e. not count the hyper-threading ones?
Detailed analysis: Over the years, I've coded a ...
9
votes
1answer
436 views
OpenGL 3.1-4.1 new and deprecated features
I've been working with OpenGL for about a year now, and have learned a lot of stuff. Unfortunatly the way I learned it was the old pre 3.x way, meaning immediate mode, default shaders, matrix stacks, ...
8
votes
2answers
134 views
How many IE rendering modes are out there?
I think we've all heard about different IE rendering modes, mostly based on their versions (IE6, IE7, IE8, IE9), their "compatibility mode", "quirks mode" and the emulation of previous version ...
8
votes
2answers
238 views
Profiling a graphics rendering without a profiler
Nowadays we have pretty advanced tools to iron out rendering, allowing to see the different stages, time taken by draw calls, etc. But without them the graphics pipeline is quite a black box when it ...
8
votes
3answers
185 views
Volume rendering: confusion with front-to-back compositing
In, for example, GPU Gems the front-to-back compositing equation (for colour) is
C'i = (1 - A'i-1)Ci + C'i-1
where C'i is the output accumulated colour value; A'i-1 is the accumulated alpha ...
8
votes
2answers
1k views
What is the most efficient way to draw voxels (cubes) in opengl?
I would like to draw voxels by using opengl but it doesn't seem like it is supported. I made a cube drawing function that had 24 vertices (4 vertices per face) but it drops the frame rate when you ...
8
votes
5answers
2k views
Why do different browsers render the same HTML differently?
This is an html page :
<html>
<head>
<title>
Frame Set
</title>
<script type="text/javascript" src="jquery-1.4.2.min.js"></script>
<link rel="stylesheet" ...
8
votes
2answers
501 views
WPF: Improving Performance for Running on Older PCs
So, I'm building a WPF app and did a test deployment today, and found that it performed pretty poorly. I was surprised, as we are really not doing much in the way of visual effects or animations.
I ...
8
votes
2answers
1k views
Render multiple control collections in ASP.NET custom control
I've build a custom WebControl, which has the following structure:
<gws:ModalBox ID="ModalBox1" HeaderText="Title" runat="server">
<Contents>
<asp:Label ID="KeywordLabel" ...
8
votes
4answers
3k views
Pure Java HTML viewer / renderer
I wonder what are the available pure embeddable Java HTML viewers? The requirements are:
Should implement JComponent interface to be placed into Scrollable pane.
Should be preferably a free ...
8
votes
6answers
3k views
Can WPF render a line path with 300,000 points on it in a performance-sensitive environment?
A simple XY line graph: The X axis will represent the complete range of possible rating percentages, from 0% on one end to 100% on the other. Specifically, the X value will represent our rating ...
8
votes
1answer
4k views
Rendering UIView with its children (iPhone SDK)
I have a UIView that has an image and some buttons as its subviews. I'd like to get a "snapshot" image of it using - renderInContext, or other method.
[clefView.layer ...
8
votes
5answers
2k views
What are some faster alternatives to Java2d?
I'm looking to do some physics simulations and I need fast rendering in Java.
I've run into performance issues with Java2d in the past, so what are the fast alternatives? Is JOGL significantly faster ...
8
votes
7answers
2k views
What is the best online resource for 3D rendering in JavaScript?
First a little intro:
Last year i wrote this http://dragan.yourtree.org/code/canvas-3d-graph/
Now, i want to make complete rewrite of it, because that old version have some limitations, for example: ...
8
votes
11answers
3k views
What is the best way to read, represent and render map data?
I am interested in writing a simplistic navigation application as a pet project. After searching around for free map-data I have settled on the US Census Bureau TIGER 2007 Line/Shapefile map data. ...
8
votes
3answers
1k views
Are there any free ways to turn an html page into an image with .net
I want to take html, including the text and images and turn it into one image containing everything. Is there a free way to do it?
This is using .net 3.5.
See also:
Server Generated web ...
8
votes
2answers
1k views
MVC Preview 5 - Rendering A View To String For Testing
I was reading a post by Brad Wilson (http://bradwilson.typepad.com/blog/2008/08/partial-renderi.html) on the new ViewEngine changes to MVC Preview 5 and thought that it would be great to be able to ...
7
votes
1answer
233 views
Most sophisticated CSS rendering bug of all time (IE9)
Take a look at this in IE9:
http://jsfiddle.net/dalgard/n6PDB/show/
screen dump:
Read these comments:
/*
* IE9: Upon moving the mouse a ghostly 1px vertical line appears 53px into the
* blue ...
7
votes
3answers
127 views
How would I have to imagine pixel-based rendering in Haskell?
Imagine an imperative rendering engine that blits sprites to a bitmap that later gets displayed. This heavily relies on the ability to efficiently mutate individual pixels in said bitmap. How would I ...
7
votes
2answers
243 views
Typical rendering strategy for many and varied complex objects in directx?
I am learning directx. It provides a huge amount of freedom in how to do things, but presumably different stategies perform differently and it provides little guidance as to what well performing usage ...
7
votes
3answers
591 views
iphone to ipad, iphone 4 uialertview problems
So I've upgraded the code to the ipad (i.e. converted to a universal app). However, the UIAlertview rendering seems to be off for IOS4. Instead of being positioned in the middle, it jumps up and is ...
7
votes
9answers
387 views
Is there a graphics/game engine that supports PC & Mac?
Is there a graphics and/or game engine that runs on both Mac & PC? I've seen Unity and that's a possibility, I'm wondering if there are any other choices.
Ideally I want to port the same C++ game ...
7
votes
2answers
2k views
How do you render tooltip on disabled HTML Button
I have a HTML button. I have tried to render a tooltip on it based on the "title" attribute of the button and it doesn't render. Mainly because it's disabled.
I then tried wrapping the button in a ...
7
votes
2answers
1k views
Java Font Rendering
I have been attempting to enhance my GUI system written in Java to use subpixel antialiasing and have been successful, except for two remaining anomalies. This is a follow on to my other question ...
7
votes
5answers
2k views
Where to specify image dimensions for fastest rendering: in HTML or in CSS?
I've learned that it is a best practice to explicitly specify image dimensions. The browser can then already layout the page while still downloading the images themselves, thereby improving ...
7
votes
11answers
4k views
Which Java based PDF rendering library should I use for printing?
I know about
PDFRenderer
ICEpdf
JPedal
Ghostscript to convert PDF->PS, then print with javax.print.*
My primary concern is printing a PDF file to a printer. The other features like displaying, PDF ...
7
votes
6answers
2k views
Google Analytics - Blocks HTML/page rendering
I have used the "Better Google Analytics JavaScript that doesn’t block page downloading" to load Google Analytics dynamically so that it will not block HTML / page rendering.
However, it appears ...
7
votes
3answers
1k views
Which floating-point image format should I use?
In the past I've saved RGB images (generated from physical simulations) as 8-bits/channel PPM or PNG or JPEG.
Now I want to preserve the dynamic range of the simulation output, which means saving a ...
7
votes
3answers
8k views
iPhone how to create a full screen app?
I've been trying to create a full screen view. I plan on using core graphics for rendering. I am new to iPhone development so please forgive this basic question.
Here's my setup code;
- ...
7
votes
4answers
4k views
Algorithm for drawing an anti-aliased circle?
What's a good algorithm for drawing anti-aliased circles? (Filled and not filled.)