Writing Tools Faster - Design Decisions to Accelerate Tool Development
Offered By: GDC via YouTube
Course Description
Overview
Explore strategies for accelerating tool development in this 1-hour GDC Tools Summit Virtual Talk from 2020. Delve into Niklas Gray's insights from Our Machinery as he examines processes to streamline and expedite tool creation. Learn about design decisions that address common challenges in tool development, including performance issues, multi-threading, undo functionality, and user interface design. Discover the pros and cons of different frameworks and approaches, such as lock-free multithreading, prefabs, and IMGUI. Gain practical knowledge on topics like 2D drawing libraries, custom controls, and property panels. Benefit from Gray's experience and post-mortem analysis to enhance your own tool development practices and create more efficient workflows.
Syllabus
Intro
In This Talk
Bitsquid/Stingray Problems
Why Change Frameworks?
Why Did Writing Tools Take So Long?
Why Did We Have Performance Problems?
How Do We Fix it?
Lock-Free Multithread Access
Undo
Prefabs/Prototypes
The Truth: Pros & Cons
Our Stack
Draw 2D: 2D Drawing Library For UI
Draw 2D: Clipping
Draw 2D: Overlays
IMGUI: Pros & Cons
IMGUI Gotchas Example: Overlap
Layouting
Custom Controls
In Summary
Motivation
Example: Properties Panel
Custom Properties
Conclusion/Post-Mortem II
Taught by
GDC
Related Courses
Blending Gameplay and Storytelling with Timeline - 2019 ImprovementsUnity via YouTube Building Beautiful Worlds with Unity's New Terrain Features
Unity via YouTube Get Started Building World-Class Networked Games with FPS Sample - Unity at GDC
Unity via YouTube Achieving High-Fidelity AR with the Lightweight Render Pipeline
Unity via YouTube Megacity on Mobile - How We Optimized It with Adaptive Performance
Unity via YouTube