Click here to Skip to main content
15,917,859 members
Home / Discussions / Graphics
   

Graphics

 
QuestionRe: How to AddAlpha Values ?? Pin
Mark Salsbery21-Jun-07 6:59
Mark Salsbery21-Jun-07 6:59 
AnswerRe: How to AddAlpha Values ?? Pin
SandipG 21-Jun-07 18:22
SandipG 21-Jun-07 18:22 
GeneralRe: How to AddAlpha Values ?? Pin
Mark Salsbery22-Jun-07 5:37
Mark Salsbery22-Jun-07 5:37 
GeneralRe: How to AddAlpha Values ?? Pin
SandipG 24-Jun-07 19:47
SandipG 24-Jun-07 19:47 
GeneralRe: How to AddAlpha Values ?? [modified] Pin
Mark Salsbery25-Jun-07 6:28
Mark Salsbery25-Jun-07 6:28 
QuestionImage Warp Function needed. Pin
SandipG 20-Jun-07 2:02
SandipG 20-Jun-07 2:02 
AnswerRe: Image Warp Function needed. Pin
Force Code20-Jun-07 6:39
Force Code20-Jun-07 6:39 
GeneralRe: Image Warp Function needed. Pin
SandipG 20-Jun-07 18:09
SandipG 20-Jun-07 18:09 
QuestionIntelligent Connectors Pin
whatitis17-Jun-07 19:12
whatitis17-Jun-07 19:12 
AnswerRe: Intelligent Connectors Pin
Tim Craig18-Jun-07 18:16
Tim Craig18-Jun-07 18:16 
GeneralRe: Intelligent Connectors Pin
whatitis18-Jun-07 18:39
whatitis18-Jun-07 18:39 
QuestionIntelligent Connectors Pin
whatitis17-Jun-07 19:12
whatitis17-Jun-07 19:12 
QuestionIDirectDrawSurface7::Blt function does not work with secondary screen [modified] Pin
raytracingx17-Jun-07 16:36
raytracingx17-Jun-07 16:36 
QuestionGDI+ How to limit number of PathPoints in GraphicsPath [modified] Pin
shipstech15-Jun-07 7:49
shipstech15-Jun-07 7:49 
QuestionInner and Outer Bevel Effects. Pin
Sameerkumar Namdeo14-Jun-07 23:38
Sameerkumar Namdeo14-Jun-07 23:38 
QuestionAnti-Aliasing routine needed Pin
Force Code14-Jun-07 13:39
Force Code14-Jun-07 13:39 
AnswerRe: Anti-Aliasing routine needed Pin
Christian Graus14-Jun-07 14:09
protectorChristian Graus14-Jun-07 14:09 
GeneralRe: Anti-Aliasing routine needed Pin
Force Code14-Jun-07 14:30
Force Code14-Jun-07 14:30 
GeneralRe: Anti-Aliasing routine needed Pin
Christian Graus14-Jun-07 18:05
protectorChristian Graus14-Jun-07 18:05 
GeneralRe: Anti-Aliasing routine needed Pin
Force Code15-Jun-07 1:52
Force Code15-Jun-07 1:52 
GeneralRe: Anti-Aliasing routine needed Pin
Force Code15-Jun-07 5:17
Force Code15-Jun-07 5:17 
GeneralRe: Anti-Aliasing routine needed [modified] Pin
Force Code20-Jun-07 6:03
Force Code20-Jun-07 6:03 
QuestionWarehouse Visualization Pin
Ali BaderEddin11-Jun-07 22:13
Ali BaderEddin11-Jun-07 22:13 
Guys,

I'm trying to look for the best graphics toolkit to help me out in creating my new application. I'm not sure whether I should choose OpenGL with SDL, Microsoft XNA, etc...

Here is a brief idea about the application:

The Warehouse Watcher is a visualization system that helps warehouse personnel see the warehouse in front of their eyes, navigate through it, and get the information required in significantly lesser time.

Display

The WW system displays warehouse(s) in 3D. It should be capable of displaying one or more warehouses based on the customer needs. The primary objects to be displayed in a warehouse are locations, pallets, items, and labels. The secondary objects are forklifts, staff offices, conveyers, workers, trucks, and other objects that make the graphical representation of the warehouse more realistic. The objects must be displayed in right scale and with appealing graphical representations.

Navigation

The user will have the capability to walk through the warehouse. The user can look and move in any direction. S\he will have the option of exiting the warehouse through its doors and entering into another warehouse. A collision detection system must be implemented in order to make the user’s movement more realistic. The user has the option of whether to enable collision detection or disable it. The user will also have options of magnifying objects, looking into their details and rotating them. The user will also have the capability to increase\decrease his\her speed while walking\running around the warehouse.

Selection

While navigating, the user must have the option of selecting a certain object and looking into its details. When the mouse moves over a certain object, it must be highlighted. This functionality is optional as it would affect performance. In order to implement the selection and highlighting of objects, the selection mode picking method must be used in order to keep track of all objects displayed in the 3D coordinate system. When an object is selected, the user will be taken near to that object and the major information about the object must be displayed on a side pane.

Search

So we were able to walk around the warehouse and navigate the objects, but what if we really want to check a single SKU? Walking around and trying to find this SKU manually will be as much headache as trying to find it physically. That’s why the search functionality would prove to be very useful in trying to find specific objects in the warehouse. For example, if the user is trying to see how an SKU is distributed in a warehouse, s\he can simple search for it, and the system will highlight all the occurrences of this SKU in the warehouse and take the user to its first occurrence.

Data Analysis

This should be the most important part of the project and the reason why a customer would purchase such a product. This part would analyze the customer data and give customers key performance indicators and tips on improving their warehouse operations.

Database Connectivity

Libraries I am thinking of are DLINQ and NHibernate.. Would appreciate if someone can tell me which is better it if there is some other alternative.





Best Regards,
Ali B,

AnswerRe: Warehouse Visualization Pin
Christian Graus12-Jun-07 1:50
protectorChristian Graus12-Jun-07 1:50 
GeneralRe: Warehouse Visualization Pin
Ali BaderEddin14-Jun-07 20:54
Ali BaderEddin14-Jun-07 20:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.