1.7 KiB
1.7 KiB
theme | class | highlighter | lineNumbers | info | drawings | transition | title | ||
---|---|---|---|---|---|---|---|---|---|
eloc | text-center | shiki | false | ## Slidev Starter Template Presentation slides for developers. Learn more at [Sli.dev](https://sli.dev) |
|
slide-left | Unreal Engine 5.4 | 初めてのゲーム制作、世界を作る |
初めてのゲーム制作、世界を作る
Unreal Engine 5.4.4
vrm4u
キャラクターを表示しよう
game animation sample
今後はこの形式が基本になりそう
city sample
最初に難易度と負荷を高くする
sky atmoshpere
+ volumetric cloud
- dynamic volumetric sky -> ultra dynamic sky
whisper
+ chatgpt
+ elevenlabs
- whisper : RuntimeSpeechRecognizer
# perplexity.ai
$ curl https://api.openai.com/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "gpt-4o-mini",
"messages": [{"role": "user", "content": "Your question here"}],
"temperature": 0.7
}'
# perplexity.ai
$ curl -X POST "https://api.elevenlabs.io/v1/text-to-speech/VOICE_ID" \
-H "xi-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"text": "Hello world!",
"model_id": "eleven_monolingual_v1",
"voice_settings": {
"stability": 0.5,
"similarity_boost": 0.5
}
}' \
--output output.mp3
account
- atproto(bluesky)
@syui.ai