Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vexcited/synetta
Huge work in progress ! A SolidJS to JavaFX framework that works by running SolidJS through Javet.
https://github.com/vexcited/synetta
javafx javenode javet solidjs typescript
Last synced: 25 days ago
JSON representation
Huge work in progress ! A SolidJS to JavaFX framework that works by running SolidJS through Javet.
- Host: GitHub
- URL: https://github.com/vexcited/synetta
- Owner: Vexcited
- Created: 2024-04-04T05:27:12.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-13T09:36:56.000Z (10 months ago)
- Last Synced: 2024-04-13T16:13:50.459Z (10 months ago)
- Topics: javafx, javenode, javet, solidjs, typescript
- Language: TypeScript
- Homepage:
- Size: 101 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Synetta
> This is currently a work in progress, please come back when a release candidate is finally here !
## Prerequisites
- Maven v3.9.6 (you can probably use older versions, that's what I use)
- JDK v17
- [JavaFX](https://gluonhq.com/products/javafx) v21.0.2## Resources
I learned plenty of stuff thanks to these resources.
I'll put them all here, to give them the credit they deserve.- [nashorn-polyfill](https://github.com/shendepu/nashorn-polyfill)
- [Javet](https://www.caoccao.com/Javet/index.html)
- [Javenode](https://github.com/caoccao/Javenode)
- [GraalJS vs Javet vs Nashorn](https://github.com/caoccao/GraalJS-vs-Javet-vs-Nashorn)
- [GSolid](https://github.com/thislight/gsolid)
- [gsolid-app-starter](https://github.com/thislight/gsolid-app-starter)
- [esbuild-plugin-gsolid](https://github.com/thislight/esbuild-plugin-gsolid)
- [How to Create Your Own Custom Renderer in SolidJS](https://www.thisdot.co/blog/how-to-create-your-own-custom-renderer-in-solidjs)
- [solid-universal-renderer-template](https://github.com/whoisryosuke/solid-universal-renderer-template)
- [`solid-js/universal` README](https://github.com/solidjs/solid/tree/main/packages/solid/universal)