|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
D - D GUI class libraries
Hi, gentlemen, While ago I've created JavaVM and system of Java classes better suitable for GUI programming than standard one. Project was named J-SMILE and I would like to port/redesign it in D. J-SMILE project url and Java sources of GUI framework is here: http://terrainformatica.com/org/j-smile/index.htm Main principles of GUI are: 1) "windowless" widgets allowing to build lightweight feauture reach UI with exactly same look-n-feel on different platforms. 2) event capturing/bubbling propagation schema. Very flexible and inspires compact event handlers and interaction. Similar to what is used in DHTML: http://catcode.com/domcontent/events/capture.html 3) Themed UI. CSS alike facilities. I would like also to write wrappers for our HTML rendering and WYSIWYG editing engines : http://terrainformatica.com/htmlayout and http://terrainformatica.com/htmengine using such GUI library. Probably I am inventing the wheel and you know some existing GUI libraries for D? I will appreciate a lot for links then. Any comments, requirements and wishes are also highly useful. Andrew Fedoniouk. http://terrainformatica.com Jan 27 2005
Hello. Welcome to newsgroups. Newsreaders allow you to post a single message to two or more newsgroups simultaneously. This is called crossposting, and is the only appropriate way to share a message across multiple newsgroups. Please see http://smjg.port5.com/faqs/usenet/xpost.html http://www.cs.tut.fi/~jkorpela/usenet/xpost.html and then, since you've multiposted this time, pick a 'group on which you would like people to answer you. Well, since this 'group is deprecated, I guess digitalmars.D would be the best choice. Stewart. -- My e-mail is valid but not my primary mailbox. Please keep replies on the 'group where everyone may benefit. Jan 28 2005
|