Commit Graph

53 Commits

Author SHA1 Message Date
Keavon Chambers
076491c869 Add web frontend panel skeleton & Vue environment 2021-02-16 03:21:15 -08:00
Keavon Chambers
cd6843a63f Add WASM bindings and web project structure 2021-02-15 03:21:49 -08:00
Keavon Chambers
618e62e5d4 Shelve GUI system, set up new Rust project structure 2021-02-14 17:57:17 -08:00
Keavon Chambers
516d59c8ef Add the GUI markup language spec to the docs 2021-02-14 15:07:18 -08:00
Keavon Chambers
b7127edfd8 Rename the component content special attribute children for consistency with React 2021-02-14 14:30:18 -08:00
Keavon Chambers
065a37d6c7 Status update in the readme 2021-02-13 09:15:27 -08:00
Keavon Chambers
9fb7d54d00 Update attribute parser with refactored symbol names and coments 2020-11-01 01:52:57 -07:00
Keavon Chambers
fbf3271e99 Update the text in window_dom.rs 2020-11-01 01:49:20 -07:00
Keavon Chambers
4913becc08 Rename various symbols and text in layout_system.rs 2020-11-01 01:48:47 -07:00
Keavon Chambers
4144eec8ba Refactor layout AST 2020-11-01 01:48:24 -07:00
Keavon Chambers
f1816e18ca Refactor and rename variables in abstract types definitions 2020-11-01 01:47:50 -07:00
Keavon Chambers
6b42de61a8 Clarified that readme screenshots are mockups 2020-10-09 20:31:00 -07:00
Keavon Chambers
0a48f0fabb Partial implementation of the WindowDom system 2020-09-01 14:06:47 -07:00
Keavon Chambers
062ed8bae2 Layout XML text nodes are now parsed template strings instead of raw text containing {{template tags}} 2020-08-02 23:53:56 -07:00
Keavon Chambers
caa4c25d61 Refactor layout system and abstract data types to separate definitions and tags 2020-08-02 21:41:01 -07:00
Keavon Chambers
803c03cbec Update mockup screenshots in readme 2020-07-19 03:40:00 -07:00
Gabriel Majeri
02b0ba0b51 Use f64 type in layout 2020-07-15 20:39:46 +03:00
Gabriel Majeri
55ae157d6c Rename attributes to user_attributes 2020-07-15 03:13:15 -07:00
Gabriel Majeri
60ddbfbecc Store content as a separate field 2020-07-15 03:13:15 -07:00
Gabriel Majeri
87d7b34ecd Store layout attributes separately 2020-07-15 03:13:15 -07:00
Gabriel Majeri
57a30de2fc Remove unused layout_dom_node module 2020-07-15 03:13:15 -07:00
Keavon Chambers
b0f24b546e Add conversion from component AST to flat component with content attribute (resolves #3), add XML attribute parsing, fix template string attribute parsing bug 2020-07-15 01:11:52 -07:00
Keavon Chambers
c41710ab76 Implement enum for Layout data type 2020-07-13 15:01:24 -07:00
Keavon Chambers
81509afa7e Update readme details and mockup picture 2020-07-13 03:42:00 -07:00
Keavon Chambers
487c0d9312 Rename GuiXml to Layout data type 2020-07-13 03:41:40 -07:00
Keavon Chambers
9e592f67e8 Wrap main.xml in <col> 2020-07-13 03:41:24 -07:00
Keavon Chambers
d462b89c75 Add rustfmt.toml and enable auto formatting (Fixes #7) 2020-07-12 16:23:14 -07:00
Keavon Chambers
fc686a1af7 Add Apache 2 license 2020-07-12 13:58:50 -07:00
Keavon Chambers
9b89745050 Rename last remaining data type to GuiXml 2020-07-12 02:46:11 -07:00
Keavon Chambers
6d3062483e Merge pull request #5 from GabrielMajeri/update-gui-docs
Add docs for GUI system
2020-07-12 02:42:34 -07:00
Gabriel Majeri
c4cbd0690a Add docs for GUI system 2020-07-12 12:39:48 +03:00
Keavon Chambers
c0e092f726 Switch shader texture usage from sampler2D to texture2D plus sampler (fixes #1) 2020-07-11 19:01:48 -07:00
Keavon Chambers
6a94905f61 Simplification and comments for XML parser 2020-07-10 02:37:55 -07:00
Keavon Chambers
6aca84c929 Create readme 2020-07-10 02:35:29 -07:00
Keavon Chambers
f32f39d5a6 Rename GUI Layout to Layout System 2020-06-10 14:01:50 -07:00
Keavon Chambers
559833be8e Layout language AST building now complete with recursive parsing referenced XML files 2020-05-31 22:02:41 -07:00
Keavon Chambers
0c7e6bc883 Implement abstract syntax tree parsing of XML layout 2020-05-27 04:08:52 -07:00
Keavon Chambers
decff5681b Rename ComponentLayout to GuiLayout 2020-05-25 22:45:42 -07:00
Keavon Chambers
870ce74743 Rename ParsedLayoutNode to LayoutParsedNode 2020-05-25 22:24:54 -07:00
Keavon Chambers
f8025b15ea Add parsing of XML layout files into a ParsedLayoutNode tree 2020-05-25 22:08:27 -07:00
Keavon Chambers
474b2b39f9 Add basic layouts for XML-based GUI system 2020-05-24 21:22:16 -07:00
Keavon Chambers
e72ab7b000 Draw commands are now built by a GuiNode traversing its children 2020-05-23 22:44:35 -07:00
Keavon Chambers
6e0883e9b6 Move pipeline name and bind groups to DrawCommand 2020-05-23 15:43:55 -07:00
Keavon Chambers
8fb1a703af Remove unused code 2020-05-23 12:47:36 -07:00
Keavon Chambers
a9859b4bb4 Refactor to generalize pipeline drawing sequence 2020-05-23 12:36:47 -07:00
Keavon Chambers
9a60ba54fe Add bind group caching 2020-05-11 00:38:01 -07:00
Keavon Chambers
59cb448872 Caching for resources is now used instead of ignored 2020-05-04 03:01:56 -07:00
Keavon Chambers
38b36ed4c6 Code cleanup and creation of GuiTree 2020-05-03 01:34:14 -07:00
Keavon Chambers
d64d4d881a Remvoe old cache implementations 2020-05-02 22:35:14 -07:00
Keavon Chambers
f4900dd919 Refactor resource caches and use it with textures now 2020-05-02 22:34:23 -07:00