A project building cross platform universal programs using web
Tygragon is an engine that can distribute any type of programs to any platforms in one code
flowchart LR
A[High Level Language] --> B[WebAssembly]
B --> C{Tygragon Engine}
C --> D[Desktop]
C --> E[Mobile]
C --> F[Console]
- Suitable for next-generation programming education with low entry barriers and high achievement.
- Easy to maintain by managing with a single code.