Adding file upload fix
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
# The future of GnommoEditor as I envision it
|
||||
|
||||
The point of GnommoeEditor is to create a presentation as a text document.
|
||||
The text document might contain prompts for the visualization of each slide.
|
||||
|
||||
# Workflow
|
||||
Write script with slide markers annoated as S1, S2 etc.
|
||||
|
||||
Slide instructions can be written in the manuscript as : If they are, then they are imported into the system as follows.
|
||||
[slide:
|
||||
{
|
||||
"type" : "GlitchComponent",
|
||||
"id" : "VideoXGaussian",
|
||||
"slideType": "square",
|
||||
"transition": {
|
||||
"just_gaussian" : "0s",
|
||||
"with_median": "8s",
|
||||
"with_area": "12s",
|
||||
"with_variance" :"18s",
|
||||
"with_squared_std": "30s",
|
||||
"aligns_with_mean": "40s",
|
||||
},
|
||||
"prompt": "Creata GlitchComponent following the styleGuide. The purpose of the Component is to show the Gaussian distribution. The first page named just_gaussian draws up two axes and draws the bell shape. The second page named with_median adds a line at the median and the mean, and the third page "with_area" fills the area under the curve. The fourth page is the capstone, and it's a a visual illustration of how the square of the stanard deviance is equal to the mean. To show this, instead of starting with the std dev, we start with a cursor that displays the height under the line at various position. Animate the cursor going back and forth, and then visualize the value in a textbox."
|
||||
|
||||
}
|
||||
]
|
||||
|
||||
# Triggerin the creation of a glitch component
|
||||
When a user looks at a slide, it can trigger the generation of a GlithComponent slide by a special button.
|
||||
Each slide is a separate repo built and vite.
|
||||
|
||||
|
||||
# Slide types
|
||||
There are two kinds of slides. Full screen (16:9) and square (1:1).
|
||||
|
||||
|
||||
# Device orientation
|
||||
Full screen slides should be used sparingly, or be components that can handle
|
||||
portrait mode. For example, a component with two
|
||||
Reference in New Issue
Block a user