-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #58 from brick-a-brack/dev
2.5.0
- Loading branch information
Showing
122 changed files
with
10,189 additions
and
8,309 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
indent_style = space | ||
indent_size = 2 | ||
end_of_line = lf | ||
insert_final_newline = true | ||
trim_trailing_whitespace = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
node_modules | ||
dist | ||
out | ||
.gitignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"folder": "resources/i18n/", | ||
"sourceLngs": [ | ||
"fr", | ||
"en" | ||
], | ||
"destinationLngs": [ | ||
"es", | ||
"de", | ||
"pl", | ||
"pt", | ||
"it", | ||
"eo" | ||
], | ||
"context": "EagleAnimation is an awesome, free and open-source stop motion animation software. It is available for Windows, macOS and Linux.", | ||
"doNotEdit": [ | ||
"Brick à Brack", | ||
"Brickfilms.com", | ||
"Eagle Animation" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
out | ||
dist | ||
pnpm-lock.yaml | ||
LICENSE.md | ||
tsconfig.json | ||
tsconfig.*.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"recommendations": ["dbaeumer.vscode-eslint"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"name": "Debug Main Process", | ||
"type": "node", | ||
"request": "launch", | ||
"cwd": "${workspaceRoot}", | ||
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/electron-vite", | ||
"windows": { | ||
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/electron-vite.cmd" | ||
}, | ||
"runtimeArgs": ["--sourcemap"], | ||
"env": { | ||
"REMOTE_DEBUGGING_PORT": "9222" | ||
} | ||
}, | ||
{ | ||
"name": "Debug Renderer Process", | ||
"port": 9222, | ||
"request": "attach", | ||
"type": "chrome", | ||
"webRoot": "${workspaceFolder}/src/renderer", | ||
"timeout": 60000, | ||
"presentation": { | ||
"hidden": true | ||
} | ||
} | ||
], | ||
"compounds": [ | ||
{ | ||
"name": "Debug All", | ||
"configurations": ["Debug Main Process", "Debug Renderer Process"], | ||
"presentation": { | ||
"order": 1 | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"[typescript]": { | ||
"editor.defaultFormatter": "esbenp.prettier-vscode" | ||
}, | ||
"[javascript]": { | ||
"editor.defaultFormatter": "esbenp.prettier-vscode" | ||
}, | ||
"[json]": { | ||
"editor.defaultFormatter": "esbenp.prettier-vscode" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,41 @@ | ||
# Bugs | ||
- Exported videos are always exported with a 16:9 aspect ratio | ||
- The resolution select can upscale the video | ||
|
||
# Todo | ||
|
||
- Tech: Add camera informations on each photo | ||
- Rework the project deletion to add a confirmation, maybe a new "project settings" page ? | ||
- Add a light theme | ||
- Add the ability to mirror the camera image (X + Y) | ||
- Aspect ratio support and allow opacity configuration on settings page | ||
- Multi scene/take support | ||
- Allow drawing for easing help | ||
- Allow to export/import a project | ||
- Masking | ||
- Support cameras | ||
- Webapp version | ||
- Mobile version (Based on capacitor) | ||
- Group project settings | ||
- Delete button | ||
- Title | ||
- Number of FPS | ||
- Ratio | ||
|
||
- App settings | ||
- Choose the aspect ratio layer opacity | ||
|
||
- Improve UI | ||
- Add light theme | ||
- Rework user experience (based on Fire's screens) | ||
- Rework the mobile version | ||
|
||
- Export | ||
- Limit resolution to max frame height | ||
- Avoid upscale during export | ||
- Support custom ratio | ||
- Allow to export Eagle Animation projects as ZIP (JSON + frames) | ||
- Allow to import Eagle Animation projects | ||
|
||
detecter perte camera + rechargement | ||
- Build | ||
- Build APK using Capacitor (Android) | ||
|
||
--- | ||
- Aspect ratio | ||
- raw support sur canon | ||
- resize images pour opti les perfs | ||
- Nom du projet dans la barre en haut | ||
- Parametre de projet | ||
- opti thumbnail | ||
- Ability to mark frame as "masked" to test an animation without some frames, can be usefull before a deletion | ||
- Core | ||
- Generate picture preview to improve playback performances | ||
- Store frames as PNG for webcams | ||
- Add the ability apply mirror effect to the camera image (X + Y + Both) | ||
- Ability to mark frame as "masked" to test an animation without some frames, can be useful before a deletion | ||
- Support custom ratio | ||
- Support several scene by project | ||
- Support masking | ||
- Add ease-in / ease-out tools | ||
|
||
full screen | ||
- Camera compatilibity | ||
- Phone as remote camera | ||
- gPhoto2 support using WebUSB | ||
- Support Canon cameras on Mac and Linux | ||
- Support Canon RAW capture |
Oops, something went wrong.