EnderCommunity / EnderFramework

EnderFramework is a framework that can be used to create apps using HTML, JS, and CSS.
https://enderadel.net/EnderFramework
Apache License 2.0
18 stars 7 forks source link

Rebuild the framework to be more efficient! #145

Open 0xENDER opened 3 years ago

0xENDER commented 3 years ago
0xENDER commented 3 years ago

[empty]

0xENDER commented 3 years ago
{
  "name": "[name]",
  "start": "[file_in_content]",
  "version": "[version]",
  "publisher": "[publisher]",
  "splashScreen": true,
  "splashCooldown": 0,
  "splashText": "Built using EnderStudio!",
  "server": {
    "feedback": "https://example.com/MyServerFiles/Feedback.php?message=[0]",
    "bugTracking": "https://example.com/MyServerFiles/BugsTracking.php?useragent=[0]&appversion=[1]&error=[2]",
    "bugReporting": "https://example.com/MyServerFiles/BugReprots.php?message=[0]"
  },
  "window": {
    "type": "normal",
    "width": 940,
    "height": 560,
    "minWidth": 940,
    "minHeight": 560,
    "maxWidth": null,
    "maxHeight": null,
    "isFullscreenable": true,
    "isClosable": true,
    "isMinimizable": true,
    "isMaximizable": true,
    "maximizeOnStart": true,
    "resizable": true
  },
  "content": {
    "theme": "default",
    "colorScheme": "system",
    "redirectAnimations": true,
    "contextMenu": true,
    "infoScreen": true,
    "protocol": "[this_is_not_working_yet]",
    "coverOnMaximize": false,
    "customStyle": true,
    "customElements": true
  },
  "hardware": {
    "highGPUPerformance": true
  },
  "enable": {
    "JavaScript": true,
    "WebGL": true,
    "devTools": true,
    "spellcheck": true
  },
  "menu": {
    "type": "none"
  }
}
0xENDER commented 3 years ago

https://github.com/EnderAdel/EnderFramework/pull/149 https://github.com/EnderAdel/EnderFramework/pull/150 https://github.com/EnderAdel/EnderFramework/pull/151 https://github.com/EnderAdel/EnderFramework/pull/152

0xENDER commented 3 years ago

https://github.com/EnderAdel/EnderFramework/issues/46

0xENDER commented 3 years ago

https://github.com/electron/remote

0xENDER commented 3 years ago

https://github.com/EnderAdel/EnderFramework/pull/173