All Projects → Sketchware-Pro → Sketchware-Pro

Sketchware-Pro / Sketchware-Pro

Licence: other
Sketchware Pro's sources, in Java. Now anyone can contribute to Sketchware Pro.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Sketchware-Pro

remod-sauerbraten
Lightweight mod of sauerbraten server
Stars: ✭ 25 (-95.4%)
Mutual labels:  mod, remod
SketchwareManager
Coroutine-based library for managing Sketchware (Sketchware Pro/Studio) projects, collections and etc.
Stars: ✭ 54 (-90.06%)
Mutual labels:  sketchware, sketchware-pro
ignite
A Mixin and Access Widener mod loader for Spigot/Paper
Stars: ✭ 115 (-78.82%)
Mutual labels:  mod
fae-mod
In "Forever & Ever", you can become closer to Sayori than ever before! You have all the time in the world to build the perfect relationship with our cinnamon bun as the star of the show.
Stars: ✭ 42 (-92.27%)
Mutual labels:  mod
Sophisticated-wolves
sophisticated-wolves.nightkosh.com/
Stars: ✭ 13 (-97.61%)
Mutual labels:  mod
Stationeers.Addons
Stationeers.Addons is a fully-fledged modding framework for Stationeers. Works just like the standard mods (XML) but with sandboxed scripting (C#) and custom-content support!
Stars: ✭ 33 (-93.92%)
Mutual labels:  mod
VJ-Base
An addon for Garry's mod that contains bunch of bases to make many different types of addons.
Stars: ✭ 57 (-89.5%)
Mutual labels:  mod
postman
minecraft anarchy client :)
Stars: ✭ 163 (-69.98%)
Mutual labels:  mod
ShulkerBoxTooltip
What's in my shulker box?
Stars: ✭ 63 (-88.4%)
Mutual labels:  mod
among-us-replay-mod
Replay mod for Among Us
Stars: ✭ 48 (-91.16%)
Mutual labels:  mod
MythicMetals
Fabric based Minecraft mod that adds new materials into the game. Includes new tools, ores, anvils, and sets of armor.
Stars: ✭ 35 (-93.55%)
Mutual labels:  mod
Grimoire-legacy
General-purpose Mixin loader framework, which allows to properly implement mixins on 1.7.10/1.12.2 versions of Minecraft. For updated version check out https://github.com/Aizistral-Studios/Grimoire
Stars: ✭ 27 (-95.03%)
Mutual labels:  mod
Custom-Asteroids
A KSP mod that lets users control where asteroids appear
Stars: ✭ 13 (-97.61%)
Mutual labels:  mod
delver-community-mods
A collection of example mods for the game Delver.
Stars: ✭ 21 (-96.13%)
Mutual labels:  mod
Levels
A small, Minecraft mod focused around the aspect of weapon and armor leveling.
Stars: ✭ 24 (-95.58%)
Mutual labels:  mod
kibe
A miscellaneous mod for Minecraft that adds a bunch of random, and mostly unoriginal things.
Stars: ✭ 42 (-92.27%)
Mutual labels:  mod
Among-Us-Love-Couple-Mod
Among Us Love Couple Mod
Stars: ✭ 45 (-91.71%)
Mutual labels:  mod
VMCAvatar-BS
VRM avatar loader with Virtual Motion Capture for Beat Saber
Stars: ✭ 106 (-80.48%)
Mutual labels:  mod
PMMasterQuest
Take Paper Mario 64, buff old and new enemies to absurd levels, then rebalance Mario's overpowered strategies, and you've got one of the most difficult hacks of all time: Paper Mario Master Quest. The Discord:
Stars: ✭ 58 (-89.32%)
Mutual labels:  mod
ModelDownloader
A PC Beat Saber mod that allows you to download Sabers, Notes, Platforms, and Avatars directly from ModelSaber, all from a convenient window within your game.
Stars: ✭ 27 (-95.03%)
Mutual labels:  mod

Sketchware Pro

GitHub contributors GitHub last commit Discord server stats

Here you'll find the source code of many classes in Sketchware Pro, and most importantly, the place to contribute to Sketchware Pro.

Building the app

You must use Gradle to build the app. It's highly recommended to use Android Studio, though.

There are two build variants with different features:

  • minApi26: Supports exporting AABs from projects, as well as compiling Java 1.8, 1.9, 10, and 11 code. However, it only works on Android 8.0 (O) and above.
  • minApi21: Can't produce AABs from projects, and can only compile Java 1.7 code, but it supports down to Android 5.

You must select the appropriate build variant in Android Studio using the Build Variants tab or use the appropriate build Gradle command.

Source code map

Class Role
a.a.a.Dp Helper for compiling an entire project
a.a.a.Ix Responsible for generating AndroidManifest.xml
a.a.a.Jx Generates source code of activities
a.a.a.Lx Generates source code of components, such as listeners, etc.
a.a.a.Ox Responsible for generating XML files of layouts
a.a.a.qq Registry of built-in libraries' dependencies
a.a.a.tq Responsible for the compiling dialog's quizzes
a.a.a.yq Organizes Sketchware projects' file paths

You can also check the mod package that has the majority of contributors' changes.

Contributing

Fork this repository and contribute back using pull requests.

Any contributions, large or small, major features, or bug fixes, are welcomed and appreciated, but will be thoroughly reviewed.

How to contribute

  • Fork the repository to your GitHub account.
  • Make a branch if necessary.
  • Clone the forked repository to your local device (optional, you can edit files through GitHub's web interface).
  • Make changes to files.
  • (IMPORTANT) Test out those changes.
  • Create a pull request in this repository.
  • The repository members will review your pull request, and merge it when they are accepted.

What changes we'll (most likely) not accept

Most changes might be UI-related, and we think it's more or less a waste of time. If something design-related gets changed, ideally the whole app must follow the new style too, and that's hard to accomplish, especially for mods. That's why:

  • Major changes to the UI (components which exist in vanilla Sketchware) are unlikely to be accepted.

Commit message

When you've made changes to one or more files, you have to commit that file. You also need a message for that commit.

You should read these guidelines, or that summarized:

  • Short and detailed.
  • Prefix one of these commit types:
    • feat: A feature, possibly improving something already existing.
    • fix: A fix, for example of a bug.
    • style: Feature and updates related to styling.
    • refactor: Refactoring a specific section of the codebase.
    • test: Everything related to testing.
    • docs: Everything related to documentation.
    • chore: Code maintenance (you can also use emojis to represent commit types).

Examples:

  • feat: Speed up compiling with new technique
  • fix: Fix crash during launch on certain phones
  • refactor: Reformat code at File.java

Thanks for contributing

They help keeping Sketchware Pro alive. Each (helpful) accepted contribution will get noted down in the "About Modders" activity. We'll use your GitHub name and profile picture initially, but they can be changed of course.

Discord

Wanna chat with us, talk about changes, or just hang out? We have a Discord server just for that.

Join our Discord server!

Disclaimer

This mod was not meant for any harmful purposes, such as harming Sketchware; Quite the opposite actually. It was made to keep Sketchware alive by the community for the community. Please use it at your own discretion and be a Patreon backer of them, for example. Sadly, all other ways to support them aren't working anymore, so it's the only way available currently. Here's their Patreon page.

We love Sketchware very much, and we are grateful to Sketchware's developers for making such an amazing app, but unfortunately, we haven't received updates for a long time. That's why we decided to keep Sketchware alive by making this mod, plus we don't demand any money, it's completely free :)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].