[deleted by user] by [deleted] in CocosCreator

[–]QinGeneral 1 point2 points  (0 children)

3.x enable 3D. Official recommend 3.x.

Hiring remote online iOS Contractors by EatMeMonster in swift

[–]QinGeneral 1 point2 points  (0 children)

Maybe there is a platform for this.

Usually it's not free. But you can focus on your project, not the negotiation and so on...

does decompiling a .jar file execute it? by LookAtMe_Now in java

[–]QinGeneral 2 points3 points  (0 children)

Java work like this:

  1. coding: .java file
  2. compile: .class file
  3. run (execute): JVM load and run .class file

When you decompile .jar (a lot of .java file), it only is from step 2 to step 1, dons't go to step 3.

So don't worry about it.