Commit graph

55 commits

Author SHA1 Message Date
Keavon Chambers
d8e15aeb93
Update the video on the project readme
Some checks are pending
Editor: Dev & CI / build (push) Waiting to run
Editor: Dev & CI / cargo-deny (push) Waiting to run
2025-06-30 15:53:02 -07:00
Keavon Chambers
217d112aae
Update the readme with a new video 2025-06-30 08:02:22 -07:00
Keavon Chambers
1700c3a650 Update website with improved student project details 2025-02-11 17:18:57 -08:00
Keavon Chambers
9a25555732 Add marbled mandelbrot as unpublished demo art 2025-01-18 20:00:06 -08:00
Keavon Chambers
b7907bc96f Add Stipe donations to the website and polish other pages 2025-01-17 15:21:57 -08:00
Keavon Chambers
ce0cd39c9b
Update the readme 2024-12-30 03:17:39 -08:00
Keavon Chambers
7453fe01a3 Finalize GSoC 2024 project idea list 2024-02-11 21:20:00 -08:00
Keavon Chambers
4d9e76063d Update website for the unified document graph release
Closes #1394
2023-12-14 05:01:54 -08:00
Keavon Chambers
bfb6df3b74 Update the website's roadmap 2023-10-27 15:46:50 -07:00
Keavon Chambers
a112ab27cf
Dialog redesign and content revamp (#1409)
* Revamp the content and design of dialogs

* Add the Licenses dialog
2023-09-01 01:58:20 -07:00
Keavon Chambers
2412a3def6 Improve responsive design sizing for website 2023-08-14 03:29:40 -07:00
Keavon Chambers
f429db6369 Revamp the Graphite website (#1265)
Revamp the website with more content
2023-08-10 18:37:04 -07:00
Keavon Chambers
4bdb026d9a Update the website with some new content 2023-04-05 02:34:16 -07:00
Keavon Chambers
7e124c8035 Update readme and Task Board links 2023-03-27 11:13:53 -07:00
Keavon Chambers
66e8325362 Update project readme and MSRV 2023-01-24 01:33:30 -08:00
Keavon Chambers
ab75f0fbfb Improve the website and readme with details and cleanup 2022-09-16 01:29:33 -07:00
Keavon Chambers
c4dc999a38 Update readme 2022-05-25 00:27:29 -07:00
Keavon Chambers
f6726c1427 Various website fixes 2022-03-17 02:12:23 -07:00
Keavon Chambers
4cbccbd8cf Update the project readme 2021-12-06 16:51:58 -08:00
Keavon Chambers
7c3f57c25d Postpone 0.1 launch in readme from Aug to early Sept 2021-09-01 06:18:43 -07:00
Keavon Chambers
5c36242aeb Update the readme 2021-08-15 02:40:30 -07:00
Keavon Chambers
26ae4e2751 Fix documentation links 2021-08-10 20:03:15 -07:00
Keavon Chambers
53ad105f57 Restructure project directories (#333)
`/client/web` -> `/frontend`
`/client/cli` -> *delete for now*
`/client/native` -> *delete for now*
`/core/editor` -> `/editor`
`/core/document` -> `/graphene`
`/core/renderer` -> `/charcoal`
`/core/proc-macro` -> `/proc-macros` *(now plural)*
2021-08-07 05:17:18 -07:00
Keavon Chambers
f5376599e9 Improve various code and docs spelling/grammar 2021-07-23 17:25:05 -07:00
Keavon Chambers
5ab610f959 Edit readme with various updates and simplifications 2021-07-16 04:01:32 -07:00
bjorn3
9ed1fccd1d Two improvements to the development workflow (#270)
* Configure rust-analyzer to target wasm32-unknown-unknown

* Watch changes to core rust files
2021-07-16 10:49:52 +02:00
Keavon Chambers
67131a23fd Remove CLI client stub 2021-07-15 03:44:57 -07:00
Keavon Chambers
d1c392b085 Add info to README to help with a possible Windows compilation issue 2021-06-13 16:05:58 -07:00
Keavon Chambers
3b2e460265 Add a contributing section to the project README 2021-06-12 21:34:09 -07:00
Keavon Chambers
0ed6f24664 Update the readme with new progress, details, and mockup screenshot 2021-05-24 00:33:09 -07:00
Keavon Chambers
b91c416611 Change default draw color to orange, plus small fixes 2021-05-08 15:16:59 -07:00
Keavon Chambers
3b32184906 Rename tools: "Sample" to "Eyedropper", "Blur/Sharpen" to "Detail" (#87) 2021-04-29 00:50:55 -07:00
Keavon Chambers
447f0ec2b9 Clean up CI and CD scripts 2021-04-10 21:14:56 -07:00
Keavon Chambers
5ede7a958c Improve ergonomics of npm build system 2021-04-10 19:20:10 -07:00
Keavon Chambers
273aa652df Rename the "Layers" panel to "Layer Graph" 2021-04-01 21:55:15 -07:00
Keavon Chambers
76598c967a Change document, viewport, and canvas terminology 2021-03-29 03:52:08 -07:00
Keavon Chambers
e784234d37 Change Vue CLI's lint results from none to warning 2021-03-28 01:31:52 -07:00
ProTheory8
88b6703a02 Add .gitattributes file (#46)
Add .gitattributes and enforce the use of LF
2021-03-27 15:48:05 +05:00
Keavon Chambers
d9289573b4 Simplify rustfmt settings to remove using unstable rules 2021-03-24 13:37:00 -07:00
Keavon Chambers
bd11f9c865 Fix compiling issue broken while cleaning up last commit 2021-03-23 02:19:57 -07:00
Keavon Chambers
fb5ce7e388 Remove WebPack and let Vue CLI handle WASM. Project restructuring fixes. Add Vue SVG Loader. Fixes #29. 2021-03-23 01:09:29 -07:00
Keavon Chambers
7a9be14a10 Rename more of the project structure. Fixes #39. 2021-03-22 11:49:17 -07:00
Keavon Chambers
4407c671c5 Rename project structure with /core and /client 2021-03-22 11:21:15 -07:00
Keavon Chambers
e03bbc099a Overhaul main readme with recent project updates 2021-03-22 01:19:16 -07:00
Keavon Chambers
99f84f51ba Update README.md 2021-03-08 10:56:58 -08:00
Keavon Chambers
47a748e446 Link to the announcement talk video in the readme 2021-02-17 11:52:00 -08:00
Keavon Chambers
5545b4b87b Update readme logo 2021-02-17 00:51:54 -08:00
Keavon Chambers
df231626c6 Readme clarifications 2021-02-16 03:56:49 -08:00
Keavon Chambers
0a0628202f Add web frontend panel skeleton & Vue environment 2021-02-16 03:21:15 -08:00
Keavon Chambers
81b8c43653 Status update in the readme 2021-02-13 09:15:27 -08:00