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.7k
create-babylon-appを軽率にアプデしたい / update create babylon app
Babylon.js勉強会 ゆるほめLT vol.3で発表した資料です
にー兄さん
July 15, 2024
Tweet
Share
More Decks by にー兄さん
See All by にー兄さん
フォークギター with VFXの 制作を軽率に振り返ろう! / look back fork guitar with vfx
drumath2237
0
7
軽率に始まった Babylon.js勉強会運営の 1年間をふりかえって / look back babylonjs japan activity
drumath2237
0
34
利己的利他、 あるいは軽率2.0に備えよ。 / prepare-for-keisotsu-2.0
drumath2237
0
23
軽率にAndroidXRのJetpack SceneCoreを使って3Dモデルを表示してみる / androidxr-scenecore-3dmodels
drumath2237
0
56
あなたの知らないWebXR Device APIの話を軽率に / about-webxr-device-api-you-dont-know
drumath2237
0
9
UnJSを使って軽率にCLIを作ってみたらめちゃくちゃ便利だった / create CLI with UnJS
drumath2237
4
1.5k
Babylon.js 7注目機能を 軽率にまとめてみる/whats-new-in-babylonjs-v7
drumath2237
1
360
軽率にVFX Graphと Compute Shaderを 組み合わせるテクニック/integrate-vfxgraph-and-compute-shader
drumath2237
1
460
軽率にVue 3で リアルタイム3Dアプリを作れる ライブラリを作ってみた/vue-with-3d-app
drumath2237
3
1.9k
Other Decks in Programming
See All in Programming
AI Agents with JavaScript
slobodan
0
220
Boost Your Performance and Developer Productivity with Jakarta EE 11
ivargrimstad
0
1.4k
List とは何か? / PHPerKaigi 2025
meihei3
0
780
Agentic Applications with Symfony
el_stoffel
2
270
DomainException と Result 型で作る型安全なエラーハンドリング
karszawa
0
900
技術選定を未来に繋いで活用していく
sakito
3
110
The Evolution of the CRuby Build System
kateinoigakukun
0
110
Building a macOS screen saver with Kotlin (Android Makers 2025)
zsmb
1
140
remix + cloudflare workers (DO) docker上でいい感じに開発する
yoshidatomoaki
0
130
Signal-Based Data FetchingWith the New httpResource
manfredsteyer
PRO
0
170
AIコーディングワークフローの試行 〜AIエージェント×ワークフローでの自動化を目指して〜
rkaga
2
3.5k
フロントエンドテストの育て方
quramy
11
3k
Featured
See All Featured
Facilitating Awesome Meetings
lara
54
6.3k
GraphQLとの向き合い方2022年版
quramy
46
14k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2k
Into the Great Unknown - MozCon
thekraken
37
1.7k
How to Think Like a Performance Engineer
csswizardry
23
1.5k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.5k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
Scaling GitHub
holman
459
140k
Done Done
chrislema
183
16k
Optimizing for Happiness
mojombo
377
70k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
30
2.3k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
32
5.3k
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