Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Lucky Clan

Pages: [1] 2 3 ... 163
1
I see, i receive similar bug report from another user. I will try to fix it asap.

2
It was fixed in ver 5.2.3, do you use that version?

Could you give more details (iOS version etc)?

3
Suggestions, Ideas, Bugs / Re: Notestudio - BETA
on: January 16, 2025, 06:31:58 AM
I cannot reproduce that, could you send all steps to repeat it?

Yea,we will rather not publish new features before switch to new engine.

I’d be happy to learn what we should take from Notestudio from the testers ;)

Can you please rollback the colors panel then? those 4 buttons split into 2 with an extra tap each time you want to scroll them is one of the worst UI decisions you have ever taken. They even take more space than before and that panel was already too small for swatches, so please I beg you, roll it back and if you can add a resizable option of the panel for swatches, is what makes sense UI wise.

4
Suggestions, Ideas, Bugs / Re: Notestudio - BETA
on: January 07, 2025, 03:39:48 AM
Generative tools / AI are not planned. However you should know that current Edit > Inpaint is a very basic of generative fill - the difference is that it is searching for content in current image only, and AI generative fill is searching in mulitple images...

Draggable panels - of course we want to keep option to add custom tools, and we will have to make panels not only draggable, but also resizable. Panel system will be extended for new artstudio. And resizing option is on the first place of planned improvements.

Using groups as clipping mask - it is rather not possible to make such option directly because there would be unexpected results for Group using "Passthrough" blending mode. Besides we don't want to break PS compatibility. The plan is implementing "Smart Object" option, so you can convert group to smart object and then use it as Clipping Mask. Smart Object doesn't support "Passthrough" blending, it is treated rather like normal Layer with option to edit it content.

We want to work on all changes together to save time - i mean the big update will have both new UI, new engine and new features.

One more thing we want to change is the file system. Now we use iCloud Documents (like Pages / Numbers). Unfortunately it has very old system bug and sometimes you can see "Saving Problem" alert, mainly when working on large files. I reported that to Apple, but it was ignored. I'm sure the bug comes from system because i can easily repeat it in Pages / Numbers, i even repeated the during live conversation with Apple, with iPad screen sharing. Of course the only advice I had was "please reported the bug in our bug reporting tool - feedbackassistant.apple.com". I did that on March 2023 and have never receive any feedback. I'm not sure if anybody from Apple has ever read it...
So the only solution is to resign from iCloud Document and implement custom gallery, probably with option to synchronize using CloudKit. Documents will be stored on local disk, and will not be visible in Files anymore.
The open problem is how to make a transition from iCloud Documents to custom gallery... Maybe we will have to release new version as a separate app however i'm not sure if it is possible to keep full version for users who have already bought Artstudio Pro.

5
Suggestions, Ideas, Bugs / Re: Notestudio - BETA
on: December 25, 2024, 12:19:57 PM
Thanks for your suggestion, it is very helpful.

Export of individual pages - it is available from Pages panel.

Scrolling has intertia if you use two fingers. Did you mean bouncing? Or maybe scrolling using trackpad?

The rest - we will consider adding them, in version 1.0 or 1.1

I love the idea of Notestudio, but it very much feels incomplete for something that is a 0.9 build.
- Janky scrolling (no inertia and have to first zoom to pan around)
- No individual page setting
- No option to import a custom page background
- No search
- No bookmarks
- No export option for individual pages

Not important but nice to have stuff:
- Please add accent colors like Art Studio Pro

Don’t get me wrong I’m still getting this app when it comes out because I am in the market for a new note taking app.

6
Suggestions, Ideas, Bugs / Re: Latest version bug
on: December 23, 2024, 02:29:28 PM
I suppose you turned on “Hard Edge” option in tool options panel

7
Close all apps and restart your iPad. Let me know if it helped.

8
Suggestions, Ideas, Bugs / Re: Notestudio - BETA
on: December 23, 2024, 08:39:10 AM
We will keep all options from current brush system and abr import

And i'm going to add few more, like color brush stamps
Color brush stamps gives a lot of options - like great looking 3d strokes.

9
Suggestions, Ideas, Bugs / Re: Notestudio - BETA
on: December 22, 2024, 06:19:55 AM
Yea,we will rather not publish new features before switch to new engine.

I’d be happy to learn what we should take from Notestudio from the testers ;)


10
Suggestions, Ideas, Bugs / Re: Notestudio - BETA
on: December 21, 2024, 02:59:50 PM
How long will it take to port Artstudio?

Notestudio seems good so far, does it also have iCloud support? Maybe having a text tool option would be good? Also a way to detect and correct grammar 🤔

I think it may take about a year.

Notestudio - we are working on synchronization through iCloud, and iCloud backup. They will be available in version 1.0.

Text tool - yes, it is the main missing feature in Notestudio, we will add it in version 1.1.

Grammar correction - today we need a kind of AI to do it well. As we are in the time of AI revolution we will rather not spend too much time on that. Fortunately Apple added "Apple Intelligence" in iOS 18.1 with tools like "Writing Tools" which allow to fix written texts. It is support on any "text field" in any app, so we will make it work in Notestudio text tool too.

11
Suggestions, Ideas, Bugs / Re: Notestudio - BETA
on: December 21, 2024, 02:40:10 PM
What will be the benefits/differences for Artstudio Pro once it's ported to the new graphics engine?

1. We wrote ArtKit engine from scratch, in pure Swift, while Artstudio Pro is written in obj-c. Here is the list of advantages:
- it is in pure Swift and supports both OpenGL and Metal, so it will be possible to make Artstudio for Windows / Android, but don't expect that soon
- faster - because Swift is faster than objc)
- faster and more memory efficient - we had a lot of experience from Artstudio so we made many thing in a different, more efficient way
- we separated stroke processing from other things so we have better control on stroke stabilization / smoothing / dynamics etc, we may add more options in brush editor
- we implemented texture compressing so the memory usage will be lower and it will improve performance in large documents (a lot of layer, big dimension) because it will first compress layer data on low memory, then save it to disk if there is still no free memory
- besides we learnt a lot of things when working on a new engine and on Notestudio which is vector based app

2. We switched to SwiftUI in Notestudio and wrote separate framework for the UI - ArtUI. It will improve UI a lot
- we made draggable panel mechanism (used in Notestudio), we are going to use it in Artstudio too
- SwiftUI has better support of localizations, light/dark mode, controls refreshing, small animation here and there etc

Things in iOS are changing very fast. To make Artstudio alive we had to make really big steps every few year. First Artstudio was released in 2010, then rewritten almost from scratch in about 2015, then rewritten almost from scratch again in 2019 and released as Artstudio Pro, it seems it's time for the next big step...

12
Suggestions, Ideas, Bugs / Notestudio - BETA
on: December 20, 2024, 10:09:37 AM
The beta version of our new iOS app, Notestudio, is now available to everyone! Notestudio is a minimalist note-taking app built on our cutting-edge ArtKit graphics engine and ArtUI UI library. We’re planning to port Artstudio Pro to ArtKit/ArtUI soon.
https://testflight.apple.com/join/adzHmR32

Waiting for your feedback! I promise to reply to all questions here immediately!

13
Suggestions, Ideas, Bugs / Re: Anything new on the horizon?
on: November 27, 2024, 06:30:34 AM
Of course we will not stop it.

We developed totally new panel-based UI in new Notestudio app that will be released in December.
We are going to use it in future Artstudio update.

thank you for the update & hearing from the developers! I too love the app (paid the full version) and would be unfortunate if developers deserted it. I think it also has many many potentials like ui improvements. Hopefully when you guys get back to development you add more stuffs to art studio pro :)


also some suggestions for asp: add a sidebar option ( tools in the top are really unintuitive than before which were in the sides. On transform tool it would be cool if the apple pencil pro can rotate the “selected transformed area” by barrel roll. Also I think the quick menu could have an option for the texts to be replaced by icons for aesthetics (maybe custom icons too). Maybe add more gestures to asp like two finger swipe up for maybe like last tool used.

Overall please dont stop developing artstudio pro, maybe take breaks but dont give up on it :). Though on a serious note please invet in sponsors as the app is severely underrated and overthrown by the everpopular procreate (I actually tried it & had it refund for lack of features compare to this awesome thing  :) :) )

14
Suggestions, Ideas, Bugs / Re: Anything new on the horizon?
on: November 27, 2024, 06:27:57 AM
It will be available on Mac probably few weeks after iOS release. We have it working on Mac, but we will have to tweak UI a bit.

Is the new notes app available on MacOS as well?

15
Suggestions, Ideas, Bugs / Re: Anything new on the horizon?
on: October 14, 2024, 03:35:21 AM
Unfortunately however our team is not too big and we just don't have too much time for non-app activities.

Pages: [1] 2 3 ... 163