- Queries
- All Stories
- Search
- Advanced Search
All Stories
May 27 2021
@BAndiT1983 did it
May 26 2021
Do you work with a camera target object currently? If yes you could simply prevent that from going below 0
May 25 2021
great!
We can use same JSON approach which was described for the camera position, as ID we can use the one we set in our parts JSON.
- Yes, just adjust in index.html
- Yes, favicon.ico is the one, just replace existing file
Rotation is restricted, but panning needs additional research.
Already implemented, it works when parts are switched, but needs a small fix when the page re-/loads
Sounds good!
Maybe we can encode JSON with base64 in URL query params:
we went with option 3
Love the new material parameters with SSR @BAndiT1983 !
May 19 2021
Apr 28 2021
Apr 25 2021
Thanks Vinayak
Apr 24 2021
Apr 12 2021
Apr 10 2021
Apr 9 2021
I will create an orientation cube in blender.
The "flip" button option is cool and solves everything mentioned here! Nice!
Apr 7 2021
Apr 6 2021
Apr 5 2021
ROCK Pi 4 (all models seem to fit our bill, 4GB RAM preferred) with USB3 and M.2 PCIE slot: https://rockpi.org/rockpi4 ~100€ - ROCK Pi 4 supports USB Type-C PD 2.0 with 9V/2A, 12V/2A, 15V/2A and 20V/2A. Also, it supports QC 3.0/2.0 with 9V/2A and 12V/1.5A. And you need a USB Type-C charging data cable.
Apr 4 2021
Apr 3 2021
Update & new notes:
Mar 30 2021
Mar 29 2021
Mar 28 2021
Hello, I've started working on this.
Is this the page to discuss this project or is it being discussed on the mailing list as well. For some reason when I try to access the Archives of the mailing list I cannot access them. Also, my understanding of the project based on last GSOC is that the Packet layer is mostly done, it is the layers below that have to be optimized?
Mar 25 2021
Sorry, my English is rather bad, I was saying that for FontManager object, not SetFont() method. But as I have realized and after discussion I am sure, this feature was and is something, that is not needed, in axiom remote. But rest of the points still stand for FontManager .
I see there might be some confusion about the SetFont() usage. The purpose is not to allow a user to select the general size of fonts used in the remote (like operating systems let you set larger fonts that are easier to read for all software). The purpose is to allow drawing headers in a larger font than normal menu text for example.
- current font, and current font height, changes according to SetFont(). In painter we need current font height, while drawing text on screen, only. But the thing is, If we look at Numeric Value Screen , Image Button, Push Button, Toggle Button, Parameter List Screen, they also require the current font's height, and when whenever we set/change the font, the current font and hence current font height changes. So, I thought the sole purpose of current font and and its dimension (height) is not just drawing text on screen, but also in calculation of other objects of firmware, infact current font and its dimension(s) is more needed outside painter, same as GetTextWidth() .
- Font manager could help, but why is current font needed elsewhere than painter? Who uses it and for which reason?
- Are you sure that current font is not belonging to some class? Was under impression that it belonged to painter before.
@sebastian , @BAndiT1983 I am really sorry, I called this task complete (i thought it was), I have not been confident enought to raise proper pull request, that I should have done way earlier, and I would be been having this discussion earlier, instead of jumping to another task. Please help me devise the right approach in this regard.
Mar 23 2021
Mar 22 2021
In T1216#17827, @sebastian wrote:In T1216#17821, @eppisai wrote:Hi Markus :). I have already completed this task.
@eppisai if you work on this please claim the task.
Have you commited a PR already?
I get your point, my P.R for task wasn't made,so saying task was complete would be wrong on my part. sorry.
No, I wanted to check on real board before PR,so was waiting. Had completed it last month. Will create P.R for this and Keyboard today.
In T1216#17821, @eppisai wrote:Hi Markus :). I have already completed this task.
Utils was used to move some general stuff, but we had no time to review the architecture again, as we were trying to fix some things after GSoC2020 and discovered problems. Feel free to propose or add improvements. We can discuss anytime.
Well then, great :)
My question about namespace utils still remains though, is the plan to move all the utility functions into it,
or is there some rationale behind whether a function ends up there or in the global one?
Hi Markus :). I have already completed this task.
Hello, I started looking into this.
Due to my lack of familiarity with the codebase, I have a few questions:
Mar 21 2021
Mar 20 2021
I created a pull request for this: https://github.com/apertus-open-source-cinema/AXIOM-Remote/pull/32