From 593aa99ffacb5bede05f6fd0841f6f29dbddc93a Mon Sep 17 00:00:00 2001 From: Keavon Chambers Date: Sun, 13 Mar 2022 11:32:53 -0700 Subject: [PATCH] Add features page and fixes to website --- docs/design/feature-goals.md | 10 +---- website/content/features/_index.md | 31 +++++++++++++++ website/content/index/_index.md | 4 +- website/templates/article.scss | 25 ------------ website/templates/base.html | 2 +- website/templates/index.html | 4 +- website/templates/logo.scss | 63 ------------------------------ 7 files changed, 38 insertions(+), 101 deletions(-) create mode 100644 website/content/features/_index.md delete mode 100644 website/templates/article.scss delete mode 100644 website/templates/logo.scss diff --git a/docs/design/feature-goals.md b/docs/design/feature-goals.md index 20f574f6..a4d4b86c 100644 --- a/docs/design/feature-goals.md +++ b/docs/design/feature-goals.md @@ -20,20 +20,14 @@ - Web/digital-focused graphics (marketing, branding, infographics, ads, etc.) - Templates filled with file/spreadsheet data (e.g. prototyping/iterating components of a board/card game) - Illustration -- Digital painting -- Icon design -- Logo design -- UI/UX design - - Mockups - - Wireframing + - Digital painting + - Logo and icon design - Desktop publishing - Templates filled with Markdown/HTML content with export to PDF -- Font design - Video compositing - Data Visualization - Data-powered graphs/charts/etc. - Automated rendering with live/often-updated data -- Traditional Animation - 3D/Gamedev - PBR procedural material authorship - 3D model UV map texturing diff --git a/website/content/features/_index.md b/website/content/features/_index.md new file mode 100644 index 00000000..9441030d --- /dev/null +++ b/website/content/features/_index.md @@ -0,0 +1,31 @@ ++++ +title = "Features and roadmap" +template = "page.html" ++++ + +This page is a work in progress. Below is an incomplete list of planned features in no particular order. Many are long-term aspirations. In the coming days, this will be sequenced into a roadmap and expanded with further details. + +The current order of priorities right now begins with adding a node graph system to the existing vector editing toolset, then building a raster-based render engine. More advanced features will build off those core capabilities. + +- Node graph and layer tree +- Resolution-agnostic rendering +- Procedural generation +- Capable compositing +- Constraint solver +- Advanced typesetting +- RAW photo editing +- Motion graphics and animation +- Live video compositing +- Animated SVG creation +- Physically-based painting +- HDR/WCG color handling +- Real-time collaborative editing +- Custom node scripting +- Asset manager and store +- Portable render engine +- Batch conversion and processing +- Mixed vector and raster design +- Data visualization and graph/charts +- Data-driven template replacement +- Native desktop application +- Distributed rendering system diff --git a/website/content/index/_index.md b/website/content/index/_index.md index d8a1dcd7..c97781a0 100644 --- a/website/content/index/_index.md +++ b/website/content/index/_index.md @@ -1,4 +1,4 @@ +++ -title = "Redefining state-of-the-art graphics editing." +title = "" template = "index.html" -+++ \ No newline at end of file ++++ diff --git a/website/templates/article.scss b/website/templates/article.scss deleted file mode 100644 index 1b01db8e..00000000 --- a/website/templates/article.scss +++ /dev/null @@ -1,25 +0,0 @@ -#article { - max-width: 800px; - - .details { - display: flex; - flex-direction: column; - gap: 20px; - - .publication { - font-weight: 800; - } - - .banner { - margin-top: 0; - display: block; - width: 100%; - height: auto; - } - - hr { - margin-top: calc(40px - 20px); - margin-bottom: 40px; - } - } -} diff --git a/website/templates/base.html b/website/templates/base.html index d33661da..8422ec58 100644 --- a/website/templates/base.html +++ b/website/templates/base.html @@ -71,7 +71,7 @@