Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Writing Tools Faster - Design Decisions to Accelerate Tool Development
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 In This Talk
- 3 Bitsquid/Stingray Problems
- 4 Why Change Frameworks?
- 5 Why Did Writing Tools Take So Long?
- 6 Why Did We Have Performance Problems?
- 7 How Do We Fix it?
- 8 Lock-Free Multithread Access
- 9 Undo
- 10 Prefabs/Prototypes
- 11 The Truth: Pros & Cons
- 12 Our Stack
- 13 Draw 2D: 2D Drawing Library For UI
- 14 Draw 2D: Clipping
- 15 Draw 2D: Overlays
- 16 IMGUI: Pros & Cons
- 17 IMGUI Gotchas Example: Overlap
- 18 Layouting
- 19 Custom Controls
- 20 In Summary
- 21 Motivation
- 22 Example: Properties Panel
- 23 Custom Properties
- 24 Conclusion/Post-Mortem II