background preloader

Graphical programming

Facebook Twitter

XSLT and XQuery Processing. Official openArchitectureWare Homepage. Lindsay Composer: Bringing Virtual Physiology Alive 2 | LINDSAY Virtual Human. Overview Lindsay Composer (LComposer) provides access to simulations of physiological processes within the human male and female body. LComposer integrates interactive 3-dimensional physiology across scales: from systems and organs to tissues, cells, and sub-cellular structures.

LComposer provides a graphical programming interface for the composition of physiological models, which can be annotated and turned into interactive educational scenarios. Graphical Programming Interface Building a simulation in LINDSAY Composer is done via a drag and drop interface. Connect with Kinect. The LINDSAY Virtual Human team is working to integrate the Microsoft Kinect, a motion-sensing input device for the Xbox 360 gaming console, into LINDSAY Composer. Features 3-dimensional Scene Exploration Similar to first-person 3D computer games, the LINDSAY Composer creates an environment that immerses the user into a virtual 3-dimensional world, with the context of anatomical structures and processes.

Graphics Programming Black Book. Michael Abrash's classic Graphics Programming Black Book is a compilation of Michael's previous writings on assembly language and graphics programming (including from his "Graphics Programming" column in Dr. Dobb's Journal). Much of the focus of this book is on profiling and code testing, as well as performance optimization. It also explores much of the technology behind the Doom and Quake 3-D games, and 3-D graphics problems such as texture mapping, hidden surface removal, and the like. Thanks to Michael for making this book available. The full text of the book is available here in PDF format. If you keep all files in the same directory, the "Previous" and "Next" links at the beginning and end of each chapter will work (provided you have downloaded those chapters).

NOTE: Each chapter also has a "Home" link at its beginning and end. The complete book is 153 MB in size. Source code (1.7 MB) Graphics Programming Black Book © 2001 Michael Abrash. GuiProgramming. Python has a huge number of GUI frameworks (or toolkits) available for it, from TkInter (traditionally bundled with Python, using Tk) to a number of other cross-platform solutions, as well as bindings to platform-specific (also known as "native") technologies. Cross-Browser Frameworks Cross-Platform Frameworks The major cross-platform technologies upon which Python frameworks are based include GTK, Qt, Tk and wxWidgets, although many other technologies provide actively maintained Python bindings.

Platform-specific Frameworks GUI Design Tools and IDEs - Wikipedia article describing several IDE's and GUI Builders. Editorial Notes The above lists should be arranged in ascending alphabetical order - please respect this when adding new frameworks or tools. CategoryPyGUI.