Commit Graph

  • 58992ba8ad Simplification and comments for XML parser Keavon Chambers 2020-07-10 02:37:55 -0700
  • ba9caf941c Create readme Keavon Chambers 2020-07-10 02:35:29 -0700
  • f32f39d5a6 Rename GUI Layout to Layout System Keavon Chambers 2020-06-10 14:01:50 -0700
  • 559833be8e Layout language AST building now complete with recursive parsing referenced XML files Keavon Chambers 2020-05-31 22:02:41 -0700
  • 0c7e6bc883 Implement abstract syntax tree parsing of XML layout Keavon Chambers 2020-05-27 04:08:52 -0700
  • decff5681b Rename ComponentLayout to GuiLayout Keavon Chambers 2020-05-25 22:45:42 -0700
  • 870ce74743 Rename ParsedLayoutNode to LayoutParsedNode Keavon Chambers 2020-05-25 22:24:54 -0700
  • f8025b15ea Add parsing of XML layout files into a ParsedLayoutNode tree Keavon Chambers 2020-05-25 22:08:27 -0700
  • 474b2b39f9 Add basic layouts for XML-based GUI system Keavon Chambers 2020-05-24 21:22:16 -0700
  • e72ab7b000 Draw commands are now built by a GuiNode traversing its children Keavon Chambers 2020-05-23 22:44:35 -0700
  • 6e0883e9b6 Move pipeline name and bind groups to DrawCommand Keavon Chambers 2020-05-23 15:43:55 -0700
  • 8fb1a703af Remove unused code Keavon Chambers 2020-05-23 12:47:36 -0700
  • a9859b4bb4 Refactor to generalize pipeline drawing sequence Keavon Chambers 2020-05-23 12:36:47 -0700
  • 9a60ba54fe Add bind group caching Keavon Chambers 2020-05-11 00:38:01 -0700
  • 59cb448872 Caching for resources is now used instead of ignored Keavon Chambers 2020-05-04 03:01:56 -0700
  • 38b36ed4c6 Code cleanup and creation of GuiTree Keavon Chambers 2020-05-03 01:34:14 -0700
  • d64d4d881a Remvoe old cache implementations Keavon Chambers 2020-05-02 22:35:14 -0700
  • f4900dd919 Refactor resource caches and use it with textures now Keavon Chambers 2020-05-02 22:34:23 -0700
  • 2ab74f7ba1 Fix coordinate system so it renders like before wgpu upgrade Keavon Chambers 2020-05-02 17:46:34 -0700
  • 323a951362 Update wgpu from 0.4 to 0.5 (currently it's not rendering) Keavon Chambers 2020-05-02 14:44:28 -0700
  • b30ee294a6 Window with textured polygon Keavon Chambers 2020-04-26 00:28:13 -0700