The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
20 views

How does Z-Brush Work?

I've been looking for articles describing the technology behind Z-Brush and how it works. I'm really surprised at the fact that my search was a complete failure. I couldn't find any technical ...
0
votes
0answers
66 views

Which open source game or rendering engine should I pick? (D3-BFG vs Irrlicht)

I'm trying to decide how I should approach a project of mine and I'm trying to pick what tools I should use. My dilemma is pretty much if I should go with using the recently open sourced game engine ...
5
votes
1answer
140 views

“Radar approach” to Frustum Culling: fail at first simple test?

Trying to get at least the very simple part 1 of the Lighthouse3D Radar Frustum Culling tutorial to work... and am absolutely baffled that I can't even make that part work in my renderer. So the ...
0
votes
0answers
85 views

Javascript/HTML5 based rendering/game library supporting 9-patch

I am looking for a rendering/game engine/framework in HTML5/javascript that allow me to work with 9-patches. I also need to be able to create them dynamically at runtime. Support for touch (on mobile ...
0
votes
1answer
63 views

Images loaded using AJAX are hidden unless browser window is resized

Please see http://new.damir.com.au. Click one of the two portfolio items being shown under the portfolio section. I'm using AJAX to load HTML (including image tags) from one file and insert it into ...
0
votes
2answers
200 views

Is there any C# 3D Graphics Library that can help me calculating 2D positions of 3D object in space?

My goal is that I put some objects in a 3D space and call Render(),then this library could tell me the rendering position on 2d screen of each object. Or like a 3d game engine,but I want to take over ...
34
votes
6answers
872 views

Which CSS selectors or rules can significantly effect front-end layout / rendering performance in the real world?

The mission There are many articles on the internet on how to write efficient CSS. However, I have yet to find any comprehensive evidence that badly considered CSS actually has a significant impact ...
1
vote
1answer
146 views

IE8 compatibilty view

What is the basic difference between IE8 compatibilty view and normal view from the development stand point? I see that some of the things that does not work properly in IE8 normal view works in ...
2
votes
1answer
281 views

How can I show which cshtml files are building my page?

The scenario My team is building a fairly complex MVC3/C# site. There's been some refactoring lately, and many of the views, partial views, and templates have moved around. When I look at one of our ...
0
votes
1answer
112 views

css prefix for presto engine

According to Wikipedia prefix for presto is -XV- -xv-color: #FF0; /* paragraphs in yellow for Presto browsers */ I wanted to know for presto browser the prefix is -O- or -XV-. Is Wikipedia ...
-7
votes
1answer
404 views

C library for game development [duplicate]

Possible Duplicate: platform for game designing in C I am looking for a game development library using C. The C library should have graphics rendering capacity (in 2D) like drawing ...
3
votes
2answers
689 views

Book on OpenGL _2D_ programming?

I need to draw hundreds (maybe thousands!) of images to the screen. Majority of the work is going to be in 2d. It'll use some 3d for camera, transforms, rotating scene, but mainly concerned with 2d ...
0
votes
1answer
529 views

how to access chrome pdf rendering capability from javascript

I need to know how to access chrome pdf rendering capability from javascript in chrome (but also firefox etc, now I start with chrome). I want to be able to manage single pages and I am interested in ...
13
votes
2answers
1k views

How is CSS applied by the browser, and are repaints affected by it?

Let's say we have an HTML page with a single stylesheet <link>. How does the browser take the rules in this stylesheet and apply it to the HTML? I'm not asking about how to make it faster, I ...
2
votes
1answer
397 views

Which rendering/template engine should I use for node.js?

Right now, I'm using jqtpl in my node's express. However, my coworker said that it took a lot of memory under load testing. So: Is it a problem with express or the rendering engine? is there any ...
7
votes
2answers
279 views

Best technique to handle vertices in OpenGL? C++

I am implementing a map renderer for Quake. I am currently running through the arrays of vertices and sending them one at a time. I was told that by using vertex arrays, I can greatly speed up the ...
1
vote
3answers
2k views

How to detect browser rendering engine in javascript?

I read a book calls 'Professional Javascript For Web Developers 2nd edition' and it state that this code can detect browser rendering engine: <script type="text/javascript"> var client = ...
2
votes
2answers
697 views

Mobile device detection for rendering rich web content

What are the most web-capable mobile phones to date (models and / or user agents) and What rules should be assessed when trying to determine if they will handle a rich mobile-customised site? I am ...
0
votes
4answers
413 views

How does ASP.NET Webforms decide HTML name of a control?

In ASP.NET web forms when a control is rendered on the page, the ID of each field is modified with the ctrl01 as needed to ensure collisions don't happen (aka myField becomes ctrl01$myField or ...
26
votes
3answers
11k views

Vertex shader attribute mapping in GLSL

I'm coding a small rendering engine with GLSL shaders: Each Mesh (well, submesh) has a number of vertex streams (eg. position,normal,texture,tangent,etc) into one big VBO and a MaterialID. Each ...
2
votes
1answer
402 views

I'm confused about what must I do (android rendering engine)

I'm developing an Android application with OpenGL. I'm very new with Android and OpenGL and my English is very poor. Yesterday I earned -4 points because I didn't explain something correctly. I will ...
2
votes
1answer
1k views

C++ rendering or game engine for Android. [closed]

I'm developing an Android application and I need to use a render engine to show some objects that I made with Blend. I'm wondering if there is a C++ game engine or render engine to show my models. ...
9
votes
2answers
2k views

Do you know a good android rendering engine?

What is a rendering engine? Is there any for Android?
3
votes
2answers
428 views

What do internet browsers use for rendering?

very quick one, I was always wondering, do internet browsers use for rendering OS API functions to create buttons, render mages and so, or do they render it all on their own? I first thoght that it ...
1
vote
1answer
4k views

Has anyone figured out a way to render a Reporting Services report at a resolution greater than 96ppi?

I've tried everything I can think of to change the rendering parameters for a report that I need to render as a 300ppi TIFF. Here's one of several attempts using the URL approach. As we went from ...
25
votes
9answers
17k views

What is WebKit and how is it related to CSS?

More recently, I have been seeing questions with the tag "webkit". Such questions usually tend to be web-based questions relating to CSS, jQuery, layouts, cross-browers compatibility issues, etc... ...
0
votes
2answers
225 views

Internet Explorer generates extra br

I have an issue where Internet Explorer is generating an additional br element that is not in my source. The additional br effects the page's layout and is visible when using the developer tool. I've ...
3
votes
1answer
750 views

Drawing reflexive edges in State Machines

I have to draw a small finite state machine that has some reflexive transitions (meaning the start and the end state of the transition are equal. The problem is that rendering that in Graphviz has ...
0
votes
1answer
872 views

Override rails render method and replace content

I want to scan my erb files looking for specific custom HTML tags (I have done this part) and then before rendering, intercept these tags and replace their html output. I can't find any info relating ...
1
vote
0answers
137 views

Which video rendering library do you recommend

I am looking for a library which facilitates video streaming and rendering which can be used to apply visual effects s.a. moving pictures and text over a backgound video or merge different video ...
4
votes
3answers
581 views

Is there any difference in major browsers' rendering across operating systems?

I have long believed that the only difference as far as the rendering of major browsers on different platforms is concerned is operating systems' underlying font-rendering technology, everything else ...
1
vote
1answer
57 views

Is native code considered to be a part of “Layout Engine?”

Is native code of browsers considered to be part of "Layout engine (Rendering engine)" or it is separate from that? In another words, let's say, if we take Mozilla Firefox, does the creation of DOM ...
0
votes
1answer
450 views

Best rendering engines for web applications

I am load testing web applications to compare performance of different rendering engines with the goal to rate NDjango view engine (an implementation of the Django Template Language on the .NET ...
2
votes
7answers
2k views

Finding rendered HTML element positions using WebKit (or Gecko)

I would like to get the dimensions (coordinates) for all the HTML elements of a webpage as they are rendered by a browser, that is the positions they are rendered at. For example, ...
11
votes
6answers
10k views

What is the best HTML Rendering Engine to embed in an application?

At the moment, our application uses the Trident Win32 component, but we want to move away from that for a few reasons, chief among them being our desire to go cross-platform. We're looking at WebKit ...