Ready to work on GitHub? After a lot of work and make it really open source, the last step was move also the webpage on GitHub. With the last version (2.1 UWP or 1.2.1 for Desktop) you are able to download new mates directly from GitHub and not anymore from this webpage. This means, that everyone can create a mate and upload it to GitHub without giving any information to this webserver. In future,…
Edit and test your pets offline The online editor was a nice project but everything is hosted and managed on the server. Since this is an open source project I want to move everything to GitHub. I am writing a nice editor with a lot of features like adding sounds, xml validation and pet emulator. You can download the beta version 0.3 from GitHub or check for a new version. If something doesn`t…
I found a solution for my certificate, publish it as UWP This application was wrote as .NET application and my big problem was the certificate (30$ each year for a in-utility was too much). With the new API from Microsoft I was able to port it to the store over a bridge. If you have Windows 10 (at least with the 1803 update), you will be able to install this app again with all the auto update…
wrong released pets I begun to remove some pets from the released one. Once you wrote your animation in the editor, you can publish them as beta. In this way you can see your pets inside the app. Do not publish them as release if you are still testing it! Since I want to have it as community application, it would be nice to have working pets, and not unfinished pets. I will remove the pets from…
New project on GitHub As always more people want the web-version, I updated the script and uploaded it to GitHub: https://github.com/Adrianotiger/web-esheep You have to write "var s = new eSheep()" and "s.Start()" now. I will update the script to allow childs in the future or maybe someone can do it (since it is on GitHub now) :D I removed some ugly functionnames and replaced them with a better…
I powered up a little bit the online editor I worked on the online editor in the last days, after a nice user wrote me a ToDo-list :) If you want see the bug issue or the entire list, visit the GitHub page on https://github.com/Adrianotiger/desktopPet/issues/11 Here a changelog for march 2017: Much easier to set the different animations (through select list instead of textboxes) Possibility to…
how simple it is to create a new animation I know, it is always easy if you develop on the platform you developed. But I want to show you how easy it was to create the airplane animation. After downloading the sprite from another webpage ( http://gamebuildingtools.com/product/airplane-pilot-sprite-sheet ) I invested 30 minutes to create the spritesheet and another hour to generate the animation.…
Added a converter for animation writers Robin wrote a converter to show graphically the animation steps graphically. See https://github.com/Adrianotiger/desktopPet/issues/6 . Click on the image to open it in a new window: It will be implemented in the next release. So developers can see the diagram of the animation in 2-3 steps :) After you generated the DOT file, you can generate the graph with…
A simple tutorial to explain how to add this sheep to your webpage Once you have an open source project and everything is saved in a xml, it is easy to port it to other platforms. So I begun to wrote a simple script to animate the sheep also on the webpages (see Microsoft Edge Extension ). What you need is 1 or 2 files: DesktopPet.js to play the animation animation.xml (optional) to select the…
The first step if you want create your pet I think the most difficult part of creating a pet is the sprite sheet. A sprite sheet is a table with all possible positions for the pet. This is used to animate the pet. How generate a sprite sheet? If you want create your own sprite sheet, you can find some online editors: http://www.piskelapp.com/ Not good in design sprites? If you can`t design sprite…