Something I'm working on ... - Printable Version +- yab | yet another Basic for HAIKU (https://yab.orgfree.com/forum) +-- Forum: General discussion (https://yab.orgfree.com/forum/forumdisplay.php?fid=8) +--- Forum: yab stuff (https://yab.orgfree.com/forum/forumdisplay.php?fid=10) +--- Thread: Something I'm working on ... (/showthread.php?tid=11) |
RE: Something I'm working on ... - bbjimmy - 05-13-2017 It isn't what you think, but I like it... RE: Something I'm working on ... - lelldorin - 05-14-2017 (05-13-2017, 09:12 PM)bbjimmy Wrote: It isn't what you think, but I like it... Look good :-) Should be a find function included RE: Something I'm working on ... - bbjimmy - 05-14-2017 (05-14-2017, 02:32 AM)lelldorin Wrote: Look good :-) This seems to cover the need. RE: Something I'm working on ... - lelldorin - 05-14-2017 (05-14-2017, 08:12 AM)bbjimmy Wrote:(05-14-2017, 02:32 AM)lelldorin Wrote: Look good :-) It is not the same. If you are searching for a word or line in a long text a search function must be. RE: Something I'm working on ... - clasqm - 05-17-2017 Nothing to show yet, but I am starting on a graphics workflow system. Pete Goodeve pointed out that Imagemagick works in Haiku and I'm setting up a front-end system. https://discuss.haiku-os.org/t/a-gui-for-imagemagick/5685 EDIT: The first applet is done. It does exactly one thing: flip an image vertically. More to follow. RE: Something I'm working on ... - lelldorin - 06-03-2017 I am working on a Spirte Editor in yab: Here is the first screenshot: This is ready: - The editor creates or change 32x32 pixel images - Load a graphic - Save the graphic (png) - Save graphic as (png) At Work: - Set output image format - creating 64x64 pixel images - Set alpha color (i hope this is doable (not checked, but should)) - Change selected color in the imagefile (for example: white to black) - More beatyful color list (now at the moment i have chaos in there) - ready! Not clear: - Sprite editor be a part of my new yab IDE or a stand alone program (or booth) RE: Something I'm working on ... - bbjimmy - 06-05-2017 more on WebViewer: RE: Something I'm working on ... - bbjimmy - 06-14-2017 Webviewer pre-alpha http://coquillemartialarts.com/jim/webviewer-0.0.0.1-1-x86_gcc2.hpkg RE: Something I'm working on ... - clasqm - 06-15-2017 (06-14-2017, 10:42 AM)bbjimmy Wrote: Webviewer pre-alpha http://coquillemartialarts.com/jim/webviewer-0.0.0.1-1-x86_gcc2.hpkg Just a crazy idea, but let me air it so we can move on to saner ground Could this be refactored into a library? I can see how to use this for my own apps, but then how do I know if the user has your repo loaded? if it was a library (and included in the yab distribution, of course), one could activate it with a single IMPORT statement. Then it could be the standard yab help viewer. RE: Something I'm working on ... - bbjimmy - 06-18-2017 Are you looking for the ability to use this code inside a view for your app? It may be possible, but at the moment I am working on getting it working better for my own uses. WebViewer is becoming a tool for my business, it is faster and more reliable than WebPositive for these particular uses. |