DarkApocalypse
DarkApocalypse
i got an issue with an example of code: ``` from steam.client import SteamClient from steam.guard import SteamAuthenticator import os, json wa = SteamClient() wa.cli_login() sa = SteamAuthenticator(backend=wa) sa.add() json.dump(sa.secrets,...
I am working on a game making procedural mesh(subprocess blender with a script, libLoad new blend file). For the moment, i use lod-2.json file made by json.dumps vertices and faces...
I made an android app using this repertory. My code is on this repertory: [https://github.com/DarkApocalypse/QRCode](https://github.com/DarkApocalypse/QRCode) It work pretty fine excepted some troubles.I test my app with:  i crash randomly...