moslime
flipperzero-ufbt
moslime | flipperzero-ufbt | |
---|---|---|
3 | 11 | |
81 | 650 | |
- | 8.0% | |
8.4 | 3.7 | |
9 months ago | 5 months ago | |
Python | Python | |
MIT License | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
moslime
-
Mocopi for VrChat
However there is a project in development called MoSlime which basically turns the Mocopi trackers into SlimeVR trackers giving you better OSC support and improves the PC experience. A dev in the MoSlime Discord confirmed that you could move the head tracker to your chest and the wrist trackers on your knees or wherever. Apparently there's some issues with the mocopi app which causes drifting issues and using MoSlime solves that as well.
-
Sony's Mocopi avatar motion-capture system is coming to the US
Some info from the MoSlime project that might be good to know for anyone on the fence of buying after seeing these complaints:
- moslime - Make your questionable purchase better with the power of SlimeVR!
flipperzero-ufbt
-
How can I print text to the screen?
Sources? No. I don't have an application folder. I use ufbt. (Forgot to write that in the post, sry)
-
Is there a decent guide for developing apps on the F0?
You can build your apps for Flipper in 2 ways: either alongside main firmware, using fbt, or with ufbt. For guides and examples - see the links mentioned by others. And check out stock firmware's components, they are designed exactly the same way as user-created apps runnable from SD card.
-
scons: *** No SConstruct file found.
For separate applications, better use ufbt https://pypi.org/project/ufbt/ - it's designed to be called from app's folder, is faster and easier.
-
Writing software for the flipper
You can also use ufbt https://pypi.org/project/ufbt/ for building apps outside of firmware repo - and automating application building on GitHub.
-
I just got my flipper today and I'm so excited to start building! Hoping someone can help me with a couple of basic questions about development.
You can also use https://github.com/flipperdevices/flipperzero-ufbt for building apps - it's as lightweight as possible and doesn't bring full firmware sources. However, full sources are useful when looking for examples of API usage.
-
Can someone tell me where I can download the software, or how I can create files to make applications in the flipper?
You'll need basic C knowledge. There are official docs on flipper-specific aspects of creating applications. You can also use ufbt to create and build apps outside of full firmware source tree.
-
Firmware Application Crossover
You'll need to build those apps using the vanilla firmware. Try using ufbt to build them.
-
What do you think about a "Arduino-Mode"?
Right now, we already have all the tools you need to build your app and upload it to your Flipper via USB without cloning the firmware, re-flashing it, etc. The tool is called ufbt (https://github.com/flipperdevices/flipperzero-ufbt), and you can use it by creating a new folder for your code, creating the application.fam Manifest (where you define the name and the starting function aka entrypoint for your app), opening up your favorite code editor (we recommend VSCode but you can use any text editor), and writing your program as you would with Arduino (though, using our libraries instead of the incompatible arduino ones).
-
"Roots in session" this Friday. I invite all of you who would like to know how to make your own applications for Flipper Zero. We will cover basics and continue from there. By the end of the stream you should have your first hello_world.fap up and running on your device. Let's document this journey.
I'd greatly appreciate if you covered app development with ufbt - https://github.com/flipperdevices/flipperzero-ufbt (or at least mentioned its core features).
- [GitHub] - uFBT - micro Flipper Build Tool
What are some alternatives?
Mediapipe-VR-Fullbody-Tracking - A repository using the MediaPipe API for fullbody tracking in VR with a single camera.
Flipper-Plugin-Tutorial - Get started with Flipper Zero by building a Custom "Hello world" plugin
cats-blender-plugin - :smiley_cat: A tool designed to shorten steps needed to import and optimize models into VRChat. Compatible models are: MMD, XNALara, Mixamo, DAZ/Poser, Blender Rigify, Sims 2, Motion Builder, 3DS Max and potentially more [Moved to: https://github.com/e63uozicmujivxmyshivi9ao/cats-blender-plugin]
flipper-zero-tutorials - See README.md for link to Discord & YouTube. I will use this repository for my Flipper Zero projects & wiki.
cats-blender-plugin - :smiley_cat: A tool designed to shorten steps needed to import and optimize models into VRChat. Compatible models are: MMD, XNALara, Mixamo, DAZ/Poser, Blender Rigify, Sims 2, Motion Builder, 3DS Max and potentially more [Moved to: https://github.com/GiveMeAllYourCats/cats-blender-plugin]
flipperzero-firmware - Flipper Zero firmware source code
cats-blender-plugin - :smiley_cat: A tool designed to shorten steps needed to import and optimize models into VRChat. Compatible models are: MMD, XNALara, Mixamo, DAZ/Poser, Blender Rigify, Sims 2, Motion Builder, 3DS Max and potentially more
flipper_games - Games for Flipper Zero
EyeTrackVR - Open Source and Affordable, Virtual Reality Eye Tracking Platform.
fap-list - Collection of Flipper Zero applications with .fap files
flipperzero-ufbt-action - Github Action that builds your fap with ufbt tool
UART_Terminal - Uart terminal for Flipper Zero