Questions tagged [wireframe]

A website wireframe is a visual guide that represents the skeletal framework of a website. It depicts the page layout or arrangement of the website’s content, including interface elements and navigational systems, and how they work together.

182 questions
126
votes
4 answers

Any open source alternatives to balsamiq mockup

As the title reads, I'm looking for open source alternatives to balsamiq mockup for prototyping. Anyone knows of an equally good alternative that's open source or basically freeware.
Lingo
  • 1,865
  • 2
  • 16
  • 14
33
votes
7 answers

Constructive solid geometry mesh

If I construct a shape using constructive solid geometry techniques, how can I construct a wireframe mesh for rendering? I'm aware of algorithms for directly rendering CSG shapes, but I want to convert it into a wireframe mesh just once so that I…
Martin
  • 12,469
  • 13
  • 64
  • 128
32
votes
1 answer

Qt3D: How to render a mesh in wireframe mode using Qt C++?

Qt3D documentation is increasing but still lacking some information especially on how to do things without Qml/QtQuick. After heavily searching the web about rendering a mesh in wireframe mode, I found a lot of helpful hints and examples that all…
Hans
  • 337
  • 3
  • 6
22
votes
3 answers

colored wireframe plot in matplotlib

I am trying to color a wireframe plot according to the z-value. I can't find any code examples on the internet. Here is an example of a surface plot that has the colors I want and a wireframe plot where I can't manage to get the colors on the…
user1805743
  • 1,175
  • 3
  • 13
  • 22
16
votes
7 answers

Create table / grid in a Wireframe Visio 2010 diagram

I'm loving the added Wireframe template and corresponding shapes in Visio 2010. One thing I can't seem to find though (not in Visio, Office help or using Google) is a good way to draw tabular controls. The only built-in shape that comes close is a…
Jeroen
  • 60,696
  • 40
  • 206
  • 339
15
votes
3 answers

How do I reproduce this heart-shaped mesh in MATLAB?

I want to plot a heart shape wireframe as shown in the following image (source): I have tried to make it by using this MATLAB program: n=100; x=linspace(-3,3,n); y=linspace(-3,3,n); z=linspace(-3,3,n); [X,Y,Z]=ndgrid(x,y,z); F=((-(X.^2) .* (Z.^3)…
izzat
  • 519
  • 4
  • 7
  • 14
13
votes
9 answers

What website wireframing tools are available online, or self-hosted?

I'm looking for an easy to use wireframing tool. I've heard of gliffy, are there any others? Specifically, I'd like something that is Easy to use Supports collaboration export to html and css lets me show the wireframes to the client. Allowing…
Jeff Paquette
  • 7,089
  • 2
  • 31
  • 40
11
votes
1 answer

How to render primitives in wireframe in Open Gl ES

I can see how to render wireframe primitives in open gl. By using glPolygonMode, however this call seems to be missing from Open GL ES. Does anyone know how to render primitives in wireframe on Open GL ES? Thanks Rich
Rich
  • 3,722
  • 5
  • 33
  • 47
10
votes
10 answers

what's the best app to draw UI wireframes on the mac? (And why)

I want to draw user interfaces for web and desktop applications. I need something less print-oriented than omnigraffle. think pixels! Also, need good building blocks (aka stencils). Form elements, tableviews, etc.
kch
  • 77,385
  • 46
  • 136
  • 148
10
votes
2 answers

Is there a substitute for glPolygonMode in Open GL ES/WebGL?

I would like to create a game in wireframe mode however without the glPolygoneMode command I don't know how I would do it. Is it something I could code myself with what is available? I'm completely new to opengl. If anyone has done this and has…
Xavier
  • 8,828
  • 13
  • 64
  • 98
10
votes
2 answers

Plotting a wireframe AND a cloud with lattice in R

I have a nice surface that represents nonlinear multi-part regression results on a regression with two independent variables. I would like to plot the regression predicted values as a nice 3D surface and then show the actual values as point that…
JD Long
  • 59,675
  • 58
  • 202
  • 294
9
votes
2 answers

Mathematica: 3D wire frames

Does Mathematica support hidden line removal for wire frame images? If this isn't the case, has anybody here ever come across a way to do it? Lets start with this: Plot3D[Sin[x+y^2], {x, -3, 3}, {y, -2, 2}, Boxed -> False] To create a wire frame…
jmlopez
  • 4,853
  • 4
  • 40
  • 74
8
votes
1 answer

Modelling an asteroid with Matplotlib using surface and wireframe

I am trying to model an asteroid using plot_surface and plot_wireframe. I have x y and z values for the points on the surface of the asteroid. The wireframe is accurate to the shape of the asteroid but the surface plot does not fit the wireframe.…
7
votes
4 answers

"Sketching font" alternative to Comic Sans?

In sketching (or mockup) tools such as Balsamiq and WireframeSketcher Comic Sans is used to give that "sketchy", hand drawn look. My only problem is, I'm so tired of that font. Any suggestions for alternatives? Edit: WireframeSketcher does not…
Ola Eldøy
  • 5,720
  • 7
  • 49
  • 82
7
votes
1 answer

3d plot in R - Patch

I have the following data in a data frame: **x** in (0,1) **y** in [0,1] **z** in [0,1] For example: X,Y,Z 0.1, 0.2, 0.56 0.1, 0.3, 0.57 ... I'd like to plot them on this type of chart: I tried on R, but all I could get was a not-so-fancy 3d…
Mulone
  • 3,603
  • 9
  • 47
  • 69
1
2 3
12 13