| Разработчик: | Masaya Nagaoka (9) | ||
| Цена: | Бесплатно | ||
| Рейтинги: | 0 | ||
| Отзывы: | 0 Написать отзыв | ||
| Списки: | 0 + 0 | ||
| Очки: | 0 + 0 ¡ | ||
Описание
Voxelamming = Voxel + Programming
Voxelamming Studio is a programming learning application using AR. You can play with voxels (the smallest unit of cube in 3D space as well as pixels) programmed on your PC and placed on the virtual space.
## How to use
### Creating voxel ards from the built-in code editor
Since ver. 1.6.0, you can create, run, save, and load codes from the built-in code editor. Please refer to the sample code to create your own voxel art.
### Preparation of a computer
The PC is compatible with both Windows and Mac computers. If your computer does not have a programming language (Python, Node.js, Ruby, Swift) installed, install the language you wish to use. Data communication between your computer and the device uses an Internet connection (they do not have to be connected to the same line). The computer is now ready to use.
### Set base anchor
Launch the Voxelamming Studio. Tap the "Show Base Anchor" button to set the base anchor (black and white plane). You can place voxel art based on this. The preparation is now complete. You can drag the base anchor to change its position.
### Modeling (programming) voxels
Program "voxel data" to place voxels on your PC (Windows or Mac). Voxel data contains information such as position, color, size, and interval to be placed. Supported languages are Scratch3 MOD, Python, JavaScript (Node.js), Ruby, and Swift.
Let's create a script. Refer to the script in [sample folder](https://github.com/creativival/voxelamming/tree/main/sample). To connect to the WebSocket server room, set the variable room_name ( Remember to match the roomName to the string displayed in the center of the screen of the device.
Next, voxel data is created using repeated statements and conditional expressions in each language. The voxel position is based on a planar anchor, with x-, y-, and z-axis values. x-axis represents left/right, y-axis represents up/down, and z-axis represents depth (front is positive) (unit is centimeters). The size of a voxel is specified in decimals based on 1.0 cm. The color is specified as an RGB value in decimals from 0 to 1. Then, the interval at which voxels are placed is specified in seconds. By specifying the interval between voxels, voxels will be placed over time rather than all at once.
### Building AR voxels
When the script is executed, voxel data will be sent to the device via WebSocket communication. Once the data is received, the AR voxel will be placed based on the flat anchor on the device screen.
When the WebSocket server is idle, data transmission may fail. In that case, please wait for a while and execute again.
Что нового
- Версия: 1.6.0
- Обновлено:
- ver. 1.6.0
Application built-in code editor implemented
15 sample codes are included in the code editor
Sample code can be executed as-is or modified for execution
The created code can be saved and loaded.
Цена
- Сегодня: Бесплатно
- Минимум: Бесплатно
- Максимум: Бесплатно
Отслеживайте цены
Разработчик
- Masaya Nagaoka
- Платформы: iOS Приложения (9)
- Списки: 0 + 0
- Очки: 0 + 0 ¡
- Рейтинги: 0
- Отзывы: 0
- Скидки: 0
- Видео: 0
- RSS: Подписаться
Очки
0 ☹️
Рейтинги
0 ☹️
Списки
0 ☹️
Отзывы
Ваш отзыв будет первым 🌟
Дополнительная информация
- Версия: 1.6.0
- Категория:
iOS Приложения›Образование - Операционные системы:
Apple Vision,visionOS 2.0 и выше - Размер:
327 Mb - Поддерживаемые языки:
English,Japanese - Возрастные ограничения:
4+ - App Store Рейтинг:
0 - Обновлено:
- Дата выпуска:
- 🌟 Поделиться
- App Store
Вам также могут понравиться
-
- Studio Five Dance Company
- iOS Приложения: Образование От: Studio Five Dance Company
- Бесплатно
- Списки: 0 + 0 Рейтинги: 0 Отзывы: 0
- Очки: 0 + 2 (5.0) Версия: 6.3.18 WELCOME TO STUDIO FIVE DANCE COMPANY - We dance together. We grow together. The Studio Five Dance Company app allows you to manage your account with ease, register for classes, ... ⥯
-
- Studio 360 Dance
- iOS Приложения: Образование От: Studio 360 Dance
- Бесплатно
- Списки: 0 + 0 Рейтинги: 0 Отзывы: 0
- Очки: 0 + 1 (5.0) Версия: 6.3.11 WELCOME TO STUDIO 360 DANCE The Studio 360 Dance app allows you to manage your account with ease, register for classes, birthday parties, and special events. You'll also receive ... ⥯
-
- Studio N Dance Center
- iOS Приложения: Образование От: Studio N Dance Center
- Бесплатно
- Списки: 0 + 0 Рейтинги: 0 Отзывы: 0
- Очки: 0 + 0 Версия: 6.3.18 WELCOME TO STUDIO N DANCE CENTER! The Studio N Dance Center app allows you to manage your account with ease, register for classes, parties, and special events. You'll also receive ... ⥯
-
- Studio Wolfe
- iOS Приложения: Образование От: Studio Wolfe
- Бесплатно
- Списки: 0 + 0 Рейтинги: 0 Отзывы: 0
- Очки: 0 + 0 Версия: 1.5 At Studio Wolfe we pride ourselves in giving an opportunity to all children, whatever their ability, to enjoy the Performing Arts and have lasting memories for life. Download the ... ⥯
-
- Studio Think: Self Development
- iOS Приложения: Образование От: Modern Mindset Lifestyle
- Бесплатно
- Списки: 0 + 0 Рейтинги: 0 Отзывы: 0
- Очки: 0 + 8 (4.4) Версия: 1.0.12 Studio Think. Say hello to your best self. There s only one person who can change your life: you. And it all starts with your mind. That s the simple truth behind Studio Think: the App ⥯
-
- Voxelamming
- iOS Приложения: Образование От: Masaya Nagaoka
- Бесплатно
- Списки: 0 + 0 Рейтинги: 0 Отзывы: 0
- Очки: 0 + 0 Версия: 1.6.0 ## What is Voxelamming? Voxelamming = Voxel + Programming Voxelamming is a programming learning app with ARKit. It can be used for free on ARKit-compatible iPhones and iPads (iOS 13 ... ⥯
-
- Studio Island: Song Creator
- iOS Приложения: Образование От: MUS-ED LLC
- Бесплатно
- Списки: 1 + 0 Рейтинги: 0 Отзывы: 0
- Очки: 1 + 131 (5.0) Версия: 1.2 Welcome to Studio Island! Designed by Music Teachers and Early Childhood Educators! No in-app purchases and EVERYTHING is unlocked!! Studio Island is your all-in-one music studio for ... ⥯
-
- Studio Advantage
- iOS Приложения: Образование От: Utah COPA
- Бесплатно
- Списки: 0 + 0 Рейтинги: 0 Отзывы: 0
- Очки: 0 + 6 (4.8) Версия: 1.3 Ignite Creativity; Ignite Success with the Studio Advantage Mobile App--our mobile assistant for Studio Advantage users on the go! Studio Advantage is an efficient performing arts ... ⥯
-
- East Oaks Studio: Atelier Live
- iOS Приложения: Образование От: East Oaks Studio LLC
- * Бесплатно
- Списки: 0 + 0 Рейтинги: 0 Отзывы: 0
- Очки: 0 + 3 (5.0) Версия: 3.27.1 Connect with today s renowned artists from anywhere in the world. East Oaks Studio is an art + production studio dedicated to bringing informative art tutorials straight to your ... ⥯
-
- 4 The One Studio
- iOS Приложения: Образование От: 4 The One Studio LLC
- Бесплатно
- Списки: 0 + 0 Рейтинги: 0 Отзывы: 0
- Очки: 0 + 4 (5.0) Версия: 7.0.002 Unlock a world of creativity with 4 The One Studio. Easily inquire about reserving studio spaces, watch award-winning podcast episodes, explore our library of media, learn about our ... ⥯
-
- Ms. Melinda's Dance Studio
- iOS Приложения: Образование От: Ms. Melinda's Dance Studio
- Бесплатно
- Списки: 0 + 0 Рейтинги: 0 Отзывы: 0
- Очки: 0 + 0 Версия: 6.2.8 WELCOME to Ms. Melinda's Dance Studio - Dreams Begin with a Dance The Ms. Melinda's Dance Studio app allows you to manage your account with ease, register for classes, workshops and ... ⥯
-
- Dancenergy Studio
- iOS Приложения: Образование От: Dancenergy Studio
- Бесплатно
- Списки: 0 + 0 Рейтинги: 0 Отзывы: 0
- Очки: 0 + 0 Версия: 6.3.18 WELCOME TO DANCENERGY STUDIO The Dancenergy Studio app allows you to manage your account with ease, register for classes, view your class schedule, view up-to-date reminders, check ... ⥯
-
- Riches Music Studio
- iOS Приложения: Образование От: Riches Music Studio LLC
- Бесплатно
- Списки: 0 + 0 Рейтинги: 0 Отзывы: 0
- Очки: 0 + 0 Версия: 6.2.8 WELCOME TO RICHES MUSIC STUDIO The Riches Music Studio app allows you to manage your account with ease, register for classes, and update payment info. You'll also receive important ... ⥯
-
- The Studio of Dance
- iOS Приложения: Образование От: The Studio of Dance
- Бесплатно
- Списки: 0 + 0 Рейтинги: 0 Отзывы: 0
- Очки: 0 + 0 Версия: 6.3.18 WELCOME TO The Studio of Dance The Studio of Dance app allows you to manage your account with ease, register for classes, parties, and special events. You'll also receive important ... ⥯