Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » [v3.8.4 released!] [v3.9.0-beta.1/v3.8.4/v3.6.4 LTS] The Catalyst Project
- MagicCrayon9342
- Scratcher
1000+ posts
[v3.8.4 released!] [v3.9.0-beta.1/v3.8.4/v3.6.4 LTS] The Catalyst Project
This topic is for discussion of The Catalyst Project
Github Organization
Catalyst Desktop
Catalyst Mobile (v1.x)
Catalyst Mobile (v2.x)
Github Organization
Catalyst Desktop
Catalyst Mobile (v1.x)
Catalyst Mobile (v2.x)
Last edited by MagicCrayon9342 (Sept. 1, 2024 16:27:03)
- DifferentDance8
- Scratcher
1000+ posts
[v3.8.4 released!] [v3.9.0-beta.1/v3.8.4/v3.6.4 LTS] The Catalyst Project
Why does there need to be another topic?
“'Common Sense Media' is anything but.” - Za-Chary
This is my very first post on any of my accounts (SmurfEthan09 has no posts to talk about)
- BreadcatGames
- Scratcher
1000+ posts
[v3.8.4 released!] [v3.9.0-beta.1/v3.8.4/v3.6.4 LTS] The Catalyst Project
old one got closed because discord link Why does there need to be another topic?
- DifferentDance8
- Scratcher
1000+ posts
[v3.8.4 released!] [v3.9.0-beta.1/v3.8.4/v3.6.4 LTS] The Catalyst Project
what discord link?old one got closed because discord link Why does there need to be another topic?
I know I sounded super sus, but I literally didn't even know there was a discord FOR catalyst
“'Common Sense Media' is anything but.” - Za-Chary
This is my very first post on any of my accounts (SmurfEthan09 has no posts to talk about)
- GIitchInTheMatrix
- Scratcher
1000+ posts
[v3.8.4 released!] [v3.9.0-beta.1/v3.8.4/v3.6.4 LTS] The Catalyst Project
The README filewhat discord link?old one got closed because discord link Why does there need to be another topic?
I know I sounded super sus, but I literally didn't even know there was a discord FOR catalyst
- ajskateboarder
- Scratcher
1000+ posts
[v3.8.4 released!] [v3.9.0-beta.1/v3.8.4/v3.6.4 LTS] The Catalyst Project
removed
Last edited by ajskateboarder (April 6, 2023 22:36:03)
- BreadcatGames
- Scratcher
1000+ posts
[v3.8.4 released!] [v3.9.0-beta.1/v3.8.4/v3.6.4 LTS] The Catalyst Project
in the githubwhat discord link?old one got closed because discord link Why does there need to be another topic?
I know I sounded super sus, but I literally didn't even know there was a discord FOR catalyst
- jellyfishfisher56
- Scratcher
500+ posts
[v3.8.4 released!] [v3.9.0-beta.1/v3.8.4/v3.6.4 LTS] The Catalyst Project
Why is he still talking about Catalyst? There has been basically no updates. Please don't just repeat an old topic.
Besides, it's just a webview straight from Electron.
Besides, it's just a webview straight from Electron.
jellyfishfisher56 | on Scratch for 3½ years | currently semi-active | 750+ posts | long-time forumer | Give me an Internet
- applejuiceproduc
- Scratcher
1000+ posts
[v3.8.4 released!] [v3.9.0-beta.1/v3.8.4/v3.6.4 LTS] The Catalyst Project
still talking about Catalyst? There has been basically no updates. Please don't just repeat an old topic.1. There has been lots of updates Why is he
Besides, it's just a webview straight from Electron.
2. The old topic get taken down so you might aswell make a new one
3. It is still big enough to be hard to find the code for anything so…
A signature
- uwv
- Scratcher
1000+ posts
[v3.8.4 released!] [v3.9.0-beta.1/v3.8.4/v3.6.4 LTS] The Catalyst Project
(#8)actually its a browserview straight from electron now
Besides, it's just a webview straight from Electron.
also it uses react + typescript now for everything
export default class Toolbar extends Component<object, { omniboxValue: string, canGoBack: boolean, canGoForward: boolean, key: number }> { public constructor() { super({}); this.state = { omniboxValue: "", canGoBack: false, canGoForward: false, key: Date.now() }; } public render(): ReactNode { return ( <div id={"toolbar"}> <div id={"history"} className={"icon-group"}> <i className={classNames("material-icons round", { "inactive": !this.state.canGoBack })} onClick={() => preloadExports.tab.goBack()}>arrow_back_ios</i> <i className={classNames("material-icons round", { "inactive": !this.state.canGoForward })} onClick={() => preloadExports.tab.goForward()}>arrow_forward_ios</i> </div> <input type={"text"} id={"omnibox"} placeholder={"Search or type a URL"} defaultValue={this.state.omniboxValue} key={this.state.key} onChange={event => { console.log(event.currentTarget.value) }}/> <div className={"icon-group"}> <i className={"material-icons round"}>refresh</i> <i className={"material-icons inactive"}>more_vert</i> <i className={"material-icons round inactive"}>bookmarks</i> </div> </div> ); } public componentDidMount(): void { rendererEventEmitter.on("tabs-updated", tabData => { const selectedTab = tabData.tabs[tabData.selected]; this.setState({ omniboxValue: selectedTab.url, canGoForward: selectedTab.canGoForward, canGoBack: selectedTab.canGoBack, key: Date.now() }); }); } }
i use arch linux (btw) with the linux zen kernel and enjoy writing silly things in silly languages using silly frameworks
- MichaeIWave
- Scratcher
100+ posts
[v3.8.4 released!] [v3.9.0-beta.1/v3.8.4/v3.6.4 LTS] The Catalyst Project
Wait catalyst actually looks good? FRICK! Now I really wanna download it.
- MagicCrayon9342
- Scratcher
1000+ posts
[v3.8.4 released!] [v3.9.0-beta.1/v3.8.4/v3.6.4 LTS] The Catalyst Project
- MagicCrayon9342
- Scratcher
1000+ posts
[v3.8.4 released!] [v3.9.0-beta.1/v3.8.4/v3.6.4 LTS] The Catalyst Project
- BreadcatGames
- Scratcher
1000+ posts
[v3.8.4 released!] [v3.9.0-beta.1/v3.8.4/v3.6.4 LTS] The Catalyst Project
Epic Catalyst's lack of updates is due to unpublished development of Catalyst 4. The first Caralyst 4 beta will be releasing shortly.
- Redstone1080
- Scratcher
1000+ posts
[v3.8.4 released!] [v3.9.0-beta.1/v3.8.4/v3.6.4 LTS] The Catalyst Project
*Catalyst ignore the typo Catalyst's lack of updates is due to unpublished development of Catalyst 4. The first Caralyst 4 beta will be releasing shortly.
Maintainer of Snazzle | User of Linux (Fedora in particular) | Fan of Rockets
- ajskateboarder
- Scratcher
1000+ posts
[v3.8.4 released!] [v3.9.0-beta.1/v3.8.4/v3.6.4 LTS] The Catalyst Project
Edit button?*Catalyst ignore the typo Catalyst's lack of updates is due to unpublished development of Catalyst 4. The first Caralyst 4 beta will be releasing shortly.
Where do I find this code? The current Catalyst repo (which I can't link (thanks to jdev)) doesn't use React or TypeScript actually its a browserview straight from electron now
also it uses react + typescript now for everything
- MagicCrayon9342
- Scratcher
1000+ posts
[v3.8.4 released!] [v3.9.0-beta.1/v3.8.4/v3.6.4 LTS] The Catalyst Project
- ajskateboarder
- Scratcher
1000+ posts
[v3.8.4 released!] [v3.9.0-beta.1/v3.8.4/v3.6.4 LTS] The Catalyst Project
uvw probably has some secret/very obscured repository then The Catalyst 4 code isn't out yet. Not even I have seen any of the code yet.
Also you spelled “Boogaloo” wrong in the title
- MagicCrayon9342
- Scratcher
1000+ posts
[v3.8.4 released!] [v3.9.0-beta.1/v3.8.4/v3.6.4 LTS] The Catalyst Project
- uwv
- Scratcher
1000+ posts
[v3.8.4 released!] [v3.9.0-beta.1/v3.8.4/v3.6.4 LTS] The Catalyst Project
(#16)https://github.com/Zxnii/Catalyst
Where do I find this code? The current Catalyst repo (which I can't link (thanks to jdev)) doesn't use React or TypeScript
i use arch linux (btw) with the linux zen kernel and enjoy writing silly things in silly languages using silly frameworks
- Discussion Forums
- » Advanced Topics
- » [v3.8.4 released!] [v3.9.0-beta.1/v3.8.4/v3.6.4 LTS] The Catalyst Project