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
0
votes
1 answer

Xna Glowing 3D shape as in Geometry Wars

This is probably a strange question, but I want to know. And this is assuming they did not use 2D sprite sheets. From my understanding of Geometry Wars, the enemy shapes were created with 3D shapes, and the wireframe of the shapes were shown, and…
pjrader1
  • 491
  • 7
  • 22
0
votes
1 answer

Lattice - Matrix-like Strips

I'm trying to add strips to a superimposed wireframe-plot in a matrix-like fashion: library(lattice) g <- expand.grid(x = 1:10, y = 5:15, gr = 1:2) cond1 <- c(rep(1,2*dim(g)[1]),rep(2,2*dim(g)[1])) cond2 <-…
Joseph
  • 3
  • 1
0
votes
2 answers

Please Recommend a HTML Prototype Builder

I know some tools that can create wireframe for web site, but their output format is not HTML. I like HTML prototype since it can be interactive (via Javascript or VBScript) and I can share it on my web site too. Any suggestions?
Cody
  • 33
  • 2
  • 5
0
votes
1 answer

XNA: Is there a way to set the RasterizerState to WireFrame just once?

I have a mesh built that I want to view in WireFrame mode. I am currently setting my GraphicsDevice this way... TheGraphicsDevice.RasterizerState = new RasterizerState() { FillMode = FillMode.WireFrame, CullMode = CullMode.None }; This is…
tvwxyz
  • 195
  • 3
  • 14
0
votes
5 answers

Wireframes Stencil: should I use Visio or Visual Studio?

We need a simple method to put together wireframes. What is the simplest way to achieve this? Visio? Looks like we need to buy a stencil. I also read somewhere online (on msdn) without no links provided that you can do it in Visual Studio. I need…
sarsnake
  • 26,667
  • 58
  • 180
  • 286
0
votes
1 answer

tablet and phone website layout design - which to make first?

I have a project which requires the development of a mobile site which works on both smart phone and tablet devices. I have read much about mobile design, concepts of "mobile first", responsive design, etc. One thing I have not seen covered is…
Benjen
  • 2,835
  • 5
  • 28
  • 42
0
votes
1 answer

3D wireframe in WPF

I would like to create somthing like this o---o---o | | | o---o---o (o are points, -- | are lines) In short a wirefrime. I have a bunch of points of which i know the coordinates and now i would like to connect them to form a wireframe. I am…
benst
  • 553
  • 2
  • 12
  • 32
0
votes
2 answers

Is there a wireframing tool for web apps that can re-use my own custom CSS?

I have been searching for and have not located (I fear it doesn't exist) a wire frame application that will use our current css for objects. We have spent a lot of time perfecting our css to get the look we want, now I want to be able to use that…
davids
  • 5,397
  • 12
  • 57
  • 94
0
votes
2 answers

Is there a software that can make Wireframes from given url or jpg

Is it possible ? Or I just imagine ?
Haim Evgi
  • 123,187
  • 45
  • 217
  • 223
0
votes
3 answers

Twitter Bootstrap Vs Themeforest Admin Themes

I'm building a web application and eventually would want to use Yii framework. But right now I'm in the process or prototyping the web application itself. While I like Twitter Bootstrap, what I'm curious are, If I buy an admin template from…
user456563
  • 335
  • 2
  • 4
  • 10
-1
votes
1 answer

how to navigate to another page in wireframes using ninjamock

how to navigate pages in Ninjamock.For example, I want to navigate to about us page on clicking about us option in menu from home page.
-1
votes
1 answer

Simple Prototype creator

i am looking for simple prototype/wireframe/mockup creator, with that i can show flow of any application to designing team. I have used Jutinmind but found that a little bit time taking. i want simple one that won't take much time
Champ
  • 47
  • 6
-1
votes
2 answers

Using wireframes for UI design and front-end development

I created this wireframe/sketch to have a UI designer bring it to life, however I have some questions about the wireframe and grid system: Link: http://postimg.org/image/npt5zlvu7/ 1) Would I be able to approach a UI designer with the…
paulmars
  • 23
  • 9
-1
votes
1 answer

Rendering UIs / Generating GSPs directly from pencil or balsamiq wireframes

Are there any existing tools/combination-of-tools I can use so that my wireframes built using pencil or balsamiq can be directly used by my application (grails) for rendering the UI? Or maybe a way to generate GSP's out of my wireframes (assuming…
techfoobar
  • 65,616
  • 14
  • 114
  • 135
-2
votes
1 answer

React JS when click menu button, entire page shift right

I need your suggestion. I want to develop website in React JS. For start I draw a wireframe. I'm planning to use react libraries if possible. Below is my wireframe. Can I know for a start, what I should search. The 1st image will be the UI. When I…
shalene
  • 33
  • 3
1 2 3
12
13