Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)