DCSIMG
Display Technologies - Maxim

Browse by Tags

All Tags » Display Technologies (RSS)
Lagoa Multiphysics 1.0 - Teaser (thanks to tummy for sharing) Technorati Tags: 3D , UI , UX , Physics
This solution can be used in WPF and in WinForms (with some improvements). Many times UI programmer needs to activate window, the activation can be done by using “Activate()” function in window. The problem is that this function will not show window if it is minimized. In that case you can use this workaround: using System ; using System.Windows ;   namespace Test {        public partial class MyWindow        {              ...
בפרויקטים גדולים של מערכות תוכנה עם ממשקי משתמש רבים קיים צורך בכתיבת מסמך סטנדרטים בתחילת הפרויקט. מסמך זה משמש את כל הגורמים המעורבים בעיצוב-פיתוח GUI: מנתחי מערכות (System Analysts), מעצבי מודולים (SW Designers) ומתכנתים (האנשים שבפועל בונים GUI ומקודדים לוגיקת קליינט). מסמך סטנדרטים הנו מרכיב הכרחי בכל שלבי הפרויקט......
Some cool video about HI......
Many 3D editors can export 3D scenes as OBJ files, these files can be easily imported into WPF project and being used to build complex 3D scenes. See how easy to import 3D scene from 3D editors....
In resumption to my previous post “ How to import 3D model to WPF from 3D Max ” I want to present the “ XAML exporter for Blender ” ( Blender is an open-source cross-platform 3D designer). if(Blender.Name == Blend.Name) {      Debug.WriteLine(“Wiiiiii !!!! :)”); } This post will guide you how to use this feature thru simple example. Software requirements for this guide: Blender 2.48a or later, Microsoft Expression Blend 2.0 (Final Release). SDK and Framework requirements: Microsoft...
לאחרונה יצא לי לבקר בסניף ישראלי של חברת VIZRT . החברה עוסקת בפיתוח ושווק של מוצרי תוכנה וחומרה בתחום הטלוויזיה, אינטרנט ומדיה דיגיטלית, בנוסף לחברה יש פעילות בתחומים אחרים . שם VIZRT (או בקיצור VIZ) מוכר בעולם הטלוויזיה, בעיקר בזכות מערכות הגרפיקה לשידורים טלוויזיוניים, VIZRT תופסת נתח נכבד בתחום הנ"ל בהרבה מקומות בעולם ועובדת עם רשתות/תחנות טלוויזיה גדולות כמו CNN , BBC , CBS , SKY , CCTV וגם עם רשתות/תחנות טלוויזיה בארץ כמו " קשת ", YES וכמה נוספות. לחברה יש מספר מרכזי פיתוח ושירות...
Cool UI/UX technology from Mgestyk....
In this post I wrote about some cool project from NUI-Group . See this cool video with implementation-example of their library : They do great things, I think that WPF may be proper for this UI too...   del.icio.us Tags: Video , Multi-Touchlib , Multi-Touch Display , NUI Group , UI , UX