Update from Android

This commit is contained in:
Andrea Fazzi 2023-07-06 18:11:09 +02:00
parent 33fd55db84
commit 4bd827e7e7
3 changed files with 5 additions and 2 deletions

View file

@ -23,7 +23,6 @@
npm create skeleton-app@latest frontend # select "Yes, using Typescript syntax"
wails dev
```
<<<<<<< HEAD
- [Riferimento](https://github.com/plihelix/wails-template-sveltekit) su #Github
- **20:05** [[quick capture]]: [A trick to eliminate 2π (sometimes)](https://news.ycombinator.com/item?id=36508477)
- **20:51** [[quick capture]]: [Making Games](https://news.ycombinator.com/item?id=36505035) #gamedev

2
journals/2023_07_06.md Normal file
View file

@ -0,0 +1,2 @@
- **15:26** [[quick capture]]: [Godot 4.1 Is Released](https://news.ycombinator.com/item?id=36614114) #godot #gamedev
- **15:27** [[quick capture]]: https://github.com/Orama-Interactive/Pixelorama #gamedev #art

View file

@ -8,4 +8,6 @@
wails init -n myproject -t vanilla-ts ## template con vanilla TypeScript
wails init -n myproject -t svelte ## template con Svelte
wails init -n myproject -t svelte-ts ## template con Svelte+Typescript
```
```
- **18:51** [[quick capture]]: [SvelteKit without SSR / SSG? · sveltejs/kit · Discussion #3365 · GitHub](https://github.com/sveltejs/kit/discussions/3365#discussioncomment-1976132)
-