Commit Graph
64 Commits
Author SHA1 Message Date
ProTheory8 f0e27dba6c Add init function to wasm-bindings crate and update dependencies (#33) 2021-03-19 10:57:18 -07:00
Keavon Chambers cf6c857846 Update README.md 2021-03-08 10:56:58 -08:00
Keavon Chambers 1fbdc9abc5 Viewport panel layout scaffolding 2021-02-21 03:11:49 -08:00
Keavon Chambers 3c55f028b2 Window title bar now draws for Windows, Mac, Linux, and Web 2021-02-20 19:42:07 -08:00
Keavon Chambers e25ad5d53d Clean up component files by removing 'name' property 2021-02-20 17:59:23 -08:00
Keavon Chambers d12fec3f3f Link to the announcement talk video in the readme 2021-02-17 11:52:00 -08:00
Keavon Chambers 359e150091 Update readme logo 2021-02-17 00:55:20 -08:00
Keavon Chambers 115d5c7a51 Change UI font to Source Sans Pro 2021-02-16 23:59:23 -08:00
Keavon Chambers f179bcf30f Switch Vue components from class to object syntax 2021-02-16 16:06:58 -08:00
Keavon Chambers d3ff538c4c Update file menu entries; small styling changes 2021-02-16 15:08:31 -08:00
Keavon Chambers 398b969566 Readme clarifications 2021-02-16 03:57:35 -08:00
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