KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
yoda-frame
★ 13
Open GitHub ↗
yoga + sdl2
Download README (.md)
Explore Similar Repositories
Jinja2Cpp.jl
:
Julia wrapper for Jinja2Cpp for Jinja2 template rendering
officesdk
:
Office SDK: Easily view and edit document formats with high fidelity on any platform. Secure and customizable for various use cases.
moodle-local_yeswecanquiz
:
YesWeCanQuiz was a Moodle plugin. It enabled unauthenticated visitors to take quizzes.
homepage
:
No description available.
apollon282
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
yoda-frame
?
Download (.md)
### install sdl2 ``` brew install sdl2 ``` ### build yoga ``` cd yoga/yoga mkdir build cd build cmake .. make ``` ### build quickjs ``` cd slowjs cmake -S . --preset=default -D CMAKE_BUILD_TYPE=Release ``` ### build project ``` mkdir build cd build cmake .. make ``` ### build react-reconciler ``` cd yoda-react-reconciler pnpm install npm run build move dist/*.js ../js/ ``` ### run ``` cd build // rename demo.js to your own file, e.g. demo.txt ./main ../js/demo.txt ``` ### preview #### v0.0.0   #### v0.1.0   ### v0.2.0 Use React to Build APP https://github.com/LeeeeeeM/yoda-react-reconciler  