Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
create-babylon-appを軽率にアプデしたい / update create ba...
Search
にー兄さん
July 15, 2024
Programming
1
1.5k
create-babylon-appを軽率にアプデしたい / update create babylon app
Babylon.js勉強会 ゆるほめLT vol.3で発表した資料です
にー兄さん
July 15, 2024
Tweet
Share
More Decks by にー兄さん
See All by にー兄さん
軽率にAndroidXRのJetpack SceneCoreを使って3Dモデルを表示してみる / androidxr-scenecore-3dmodels
drumath2237
0
30
UnJSを使って軽率にCLIを作ってみたらめちゃくちゃ便利だった / create CLI with UnJS
drumath2237
4
1.4k
Babylon.js 7注目機能を 軽率にまとめてみる/whats-new-in-babylonjs-v7
drumath2237
1
310
軽率にVFX Graphと Compute Shaderを 組み合わせるテクニック/integrate-vfxgraph-and-compute-shader
drumath2237
1
390
軽率にVue 3で リアルタイム3Dアプリを作れる ライブラリを作ってみた/vue-with-3d-app
drumath2237
3
1.9k
軽率にBabylon.jsを C#で使う技術 / using-babylonjs-with-csharp
drumath2237
1
860
今こそ軽率に理解したい WebXR Device APIとBabylon.jsの話 / understand-webxr-device-api-and-babylonjs
drumath2237
0
210
Vue・Babylon連携ライブラリ BabyuewJSについて / about-babyuewjs
drumath2237
0
190
軽率にBabylon.jsの WebGPUエンジンを使って ComputeShaderに入門した / learn-about-babylonjs-webgpu-computeshader
drumath2237
0
770
Other Decks in Programming
See All in Programming
pylint custom ruleで始めるレビュー自動化
shogoujiie
0
110
Amazon Bedrock Multi Agentsを試してきた
tm2
1
280
DevinとCursorから学ぶAIエージェントメモリーの設計とMoatの考え方
itarutomy
1
680
GAEログのコスト削減
mot_techtalk
0
120
さいきょうのレイヤードアーキテクチャについて考えてみた
yahiru
3
750
ASP. NET CoreにおけるWebAPIの最新情報
tomokusaba
0
370
法律の脱レガシーに学ぶフロントエンド刷新
oguemon
5
740
負債になりにくいCSSをデザイナとつくるには?
fsubal
9
2.4k
ペアーズでの、Langfuseを中心とした評価ドリブンなリリースサイクルのご紹介
fukubaka0825
2
320
お前もAI鬼にならないか?👹Bolt & Cursor & Supabase & Vercelで人間をやめるぞ、ジョジョー!👺
taishiyade
6
4k
パスキーのすべて ── 導入・UX設計・実装の紹介 / 20250213 パスキー開発者の集い
kuralab
3
760
Unity Android XR入門
sakutama_11
0
150
Featured
See All Featured
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
7
630
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.3k
Facilitating Awesome Meetings
lara
51
6.2k
It's Worth the Effort
3n
184
28k
Done Done
chrislema
182
16k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
330
21k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
59k
Faster Mobile Websites
deanohume
306
31k
How STYLIGHT went responsive
nonsquared
98
5.4k
Testing 201, or: Great Expectations
jmmastey
42
7.2k
Transcript
create-babylon-appを 軽率にアプデしたい にー兄さん@ninisan_drumath Babylon.js ゆるほめLT会 vol.3
にー兄さん ソフトウェアエンジニア@HoloLab inc. Babylon.js勉強会運営 Iwaken Lab. 好きなもの Babylon.js / WebXR
Device API / C# ねこ / コーヒー / ウィスキー / ギター アカウント @ninisan_drumath @drumath2237
本日の話 create-babylon-appの開発進捗について共有 Babylon.jsの話はほぼ出てきません(おい)
アジェンダ 1. はじめに 2. アプデの進捗と目標 3. おわりに
はじめに
create-babylon-app とは Babylon.jsのプロジェクトを簡単に作成 するためのCLI コマンドラインから質問に答えるとプロ ジェクトができ、そのまま開発できる手 軽さが売り お手元のターミナルでぜひ試してみてくだ さい! GitHub:
https://github.com/drumath2237/create- babylon-app npm create babylon-app
None
たまにフォーラムに反応があった
もしかしたら公式docsに載せて…もらえなかった 公式docsに載ってるViteのサンプルが普通 ではないフォルダ構造になっていて混乱し たらしい。 公式の内容をこちらに置き換えないか?と いうポスト 「正直なところこのツールは完璧とは程遠 い」 惜しい…!
ちゃんとメンテしよう ある程度需要はある気がしてきた ちゃんと作れば公式ツールになっちゃうかも!? えいやとリリースしてからアプデできていなかった これらにより、開発のモチベが上がってきた
アプデの進捗と目標
None
Road to v1.0.0 GitHub ProjectsのKanban上でタスク管理
対応したい項目たち 1. より便利なテンプレートの追加 2. UnJSパッケージへの移行 3. コマンドライン引数の対応 4. ドキュメントページの作成
テンプレートの追加 現状はPlayground準拠のTypeScript・ JavaScript用テンプレしかない 希望としては下記ラインナップにしたい シンプルなテンプレート Playground準拠テンプレート Babylon.jsライブラリ開発テンプレート コミュニティ提供テンプレート群 WebXR用とかReact用とか… UnJSパッケージへの移行
UnJSから提供されているCLI作成に便利な パッケージ群に移行したい citty consola jiti giget unbuild
おわりに
おわりに create-babylon-appをちゃんとメンテします(宣言) 色んな人に便利に使ってもらえるような状況へ 7月末~8月上旬くらいに1.0リリースを目標に
関連・参考 create-babylon-app(GitHub) https://github.com/drumath2237/create-babylon-app Kanban(GitHub Projects) https://github.com/users/drumath2237/projects/13 create-babylon-app v1.0に向けたアプデ作業(Zenn) https://zenn.dev/drumath2237/scraps/b085d5f90b65f3