Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
0d8c468
OCCT bottle demos added to playcanvas/threejs/babylonjs runner exampl…
matas-bitbybit-dev Jan 8, 2026
f748481
update texts
matas-bitbybit-dev Jan 8, 2026
47ae5ab
new example of runner setup in typescript project for simple fast vib…
matas-bitbybit-dev Jan 9, 2026
49bc50a
threejs complete project setup and bitbybit-ai setup start
matas-bitbybit-dev Jan 10, 2026
fc68fce
simplifying bitbybit initialization process
matas-bitbybit-dev Jan 11, 2026
f01800b
first iteration of orbit camera for threejs implemented
matas-bitbybit-dev Jan 11, 2026
fea30ea
synced property value with playcanvas
matas-bitbybit-dev Jan 11, 2026
022451e
initThreeJS helper function implemented that simplifies initial setup…
matas-bitbybit-dev Jan 11, 2026
9db8041
init methods for each game engine to provide convenience approach to …
matas-bitbybit-dev Jan 12, 2026
0d41849
working unit tests for scene-helpers
matas-bitbybit-dev Jan 13, 2026
1b68849
refactored unit tests, moved mocks to common mocks folder
matas-bitbybit-dev Jan 13, 2026
2f2e7fc
New npm package @bitbybit-dev/create-app. CLI tool to scaffold Bit By…
matas-bitbybit-dev Jan 13, 2026
ee15875
removed tmp accidentally commited
matas-bitbybit-dev Jan 13, 2026
12e7856
refactored to use 'new' for options in some runner examples
matas-bitbybit-dev Jan 13, 2026
b351227
Fixed csv parsing to escape \n
matas-bitbybit-dev Jan 13, 2026
514192b
llms.txt
matas-bitbybit-dev Jan 13, 2026
789d245
renamed txt to md files for ai prompts
matas-bitbybit-dev Jan 13, 2026
5b1958e
v0.21.1
matas-bitbybit-dev Jan 14, 2026
842adca
adjusted llms.txt a bit on docs
matas-bitbybit-dev Jan 14, 2026
c75e0ba
update api.md and links from llms.txt
matas-bitbybit-dev Jan 14, 2026
6a3a556
new blog posts and version handling so that package.json would be the…
matas-bitbybit-dev Jan 14, 2026
c32cbaf
refactored all vite examples for v0.21.1 to use integrated worker and…
matas-bitbybit-dev Jan 14, 2026
1706368
update intro docs with new code examples that simplify initialization…
matas-bitbybit-dev Jan 14, 2026
3c77e1c
introduce prompt contexts docs page
matas-bitbybit-dev Jan 14, 2026
2864ea8
included info about npx command inside intro on npm packages
matas-bitbybit-dev Jan 14, 2026
ee8fcd8
Added NPX section to homepage on docusaurus
matas-bitbybit-dev Jan 14, 2026
d680e7c
removed unused icons
matas-bitbybit-dev Jan 14, 2026
13797b1
re-structured some of the tutorials, added getting started tutorials …
matas-bitbybit-dev Jan 14, 2026
d3a0da4
Added AI section to docs
matas-bitbybit-dev Jan 14, 2026
1bd0caf
update card links
matas-bitbybit-dev Jan 14, 2026
79757e2
docs updates
matas-bitbybit-dev Jan 14, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# Generated files
.docusaurus
.cache-loader
/static/llms.txt

# Misc
.DS_Store
Expand Down
Loading