Posts

Showing posts with the label ui design course

The basic principle of robotics and AI

Image
Artificial intelligence applied to robotics development requires a different set of skills from you, the robot designer or developer. You may have made robots before. You probably have a quadcopter or a 3D printer. The familiar world of  Proportional Integral Derivative  ( PID ) controllers, sensor loops, and state machines must give way to artificial neural networks, expert systems, genetic algorithms, and searching path planners. We want a robot that does not just react to its environment as a reflex action, but has goals and intent—and can learn and adapt to the environment. We want to solve problems that would be intractable or impossible otherwise. Robotics or a robotics approach to AI—that is, is the focused learning about robotics or learning about AI? about how to apply AI tools to robotics problems, and thus is primarily an AI using robotics as an example. The tools and techniques learned will have applicability even if you don’t do robotics, but just app...

Fonts, Colors, and the Invisible UI

Image
Many brands, especially those that are not yet established, and constantly looking for ways to stand out, may go through several brand overhauls in their lifetimes. For your modular framework, the ability to update the design to accommodate completely different branding elements should be just as easy as reassigning new font files and new color codes to only a few different variables. You may want to add more fonts or add additional logic by way of additional variables. Our original example only included a headline, body, and UI fonts, when your system can expand based on your content to include things such as a meta-information font, caption font, citation font, or whatever your product might require based on your content. It is ultimately up to you how you wish to construct your system. Read more info at UI Design Course The same goes for colors and assigning new hex codes to only a few existing variables. If anything, you may want to add some complexity to your color system...