Cross Platform Application for Calculating Render Time

Overview

mdsanima-rt-go

GitHub issues GitHub closed issues GitHub Lines of code GitHub top language

Cross Platform Application for Calculating Render Time.

Testing

This is a base application build on Windows Android and Linux.

All build is a debug mode. This is a not production build only for testing.

Linux Ubuntu 20.04

mdsanima rt go-0 3 0-linux64-debug

Microsoft Windows 10

mdsanima rt go-0 3 0-windows64-debug

Samsung S7 Edge Android armeabi-v7a

mdsanimartgo-030-armeabi-v7a-debug_samsung_s7edge_splash mdsanimartgo-030-armeabi-v7a-debug_samsung_s7edge_main omdsanimartgo-030-armeabi-v7a-debug_samsung_s7edge_notification

Requirement

Run this command in wsl-1 and PowerShell on the Windows 10:

python3.8 -m pip install -r requirements.txt

If kivy does not detect opengl add this code to setting.py:

import os
os.environ['KIVY_GL_BACKEND'] = 'angle_sdl2'

Run standard-version

First run standard-version on wsl to generate CHANGELOG.md and bumping verion in __init__.py and spec_windows_version.rc files:

standard-version --skip.commit --skip.tag

Only bump release as minor and check:

standard-version --skip.changelog --skip.commit --skip.tag --release-as minor --dry-run

Add bumping files and commiting:

git add . && git commit -m "chore(release): 0.1.0"

Create tag:

standard-version --skip.bump --skip.changelog --commit-all --sign

Build Windows .exe

Run on PowerShell in Windows:

cd J:\github-mdsanima-dev\mdsanima-rt-go
.\spec_windows_build.cmd

Build Linux

Run on shell in ubuntu_20_04 Virtual Box:

sudo su
cd /media/sf_mdsanima-rt-go
sudo python3.8 -m PyInstaller \
    --distpath /media/sf_mdsanima-rt-go/dist/linux \
    --workpath /media/sf_mdsanima-rt-go/.build \
    --onefile /media/sf_mdsanima-rt-go/spec_linux_onefile.spec

Build Android armeabi-v7a arm64-v8a x86 x86_64

Connect phone to pc and run on PowerShell this command:

cd C:\adb
.\adb.exe devices

If List of devices attached is empty run thic command:

.\adb.exe kill-server
.\adb.exe devices

Now shuld show devices

Run this on wsl to copy all files in to home directory:

cd /home/mdsanima/mdsanima-rt-go/
rm -r * && cp -r /mnt/j/github-mdsanima-dev/mdsanima-rt-go/* .

Before building if requirements on buildozer.spec updated:

sudo buildozer android clean

Build and deploy:

sudo buildozer --profile armeabi-v7a -v android debug deploy run logcat
sudo buildozer --profile arm64-v8a -v android debug
sudo buildozer --profile x86 -v android debug
sudo buildozer --profile x86_64 -v android debug

Adb install:

adb install -r /home/mdsanima/mdsanima-rt-go/dist/android/mdsanima.rt.go-0.3.0-armeabi-v7a-debug.apk

Copy .apk to dist folder:

cp dist/android/mdsanima.rt.go-0.1.0-armeabi-v7a-debug.apk \
    /mnt/j/github-mdsanima-dev/mdsanima-rt-go/dist/android/

Connect With Me

Hi there, I'm Marcin Różewski aka MDSANIMA. These are my social media, check it out please. Thanks.

GitHub followers Twitter Follow Twitter Follow Twitter Follow YouTube Channel Subscribers YouTube Channel Views

License

Cross Platform App MDSANIMA RT GO is released under the terms of Apache-2.0 License

You might also like...
Lacmus is a cross-platform application that helps to find people who are lost in the forest using computer vision and neural networks.
Lacmus is a cross-platform application that helps to find people who are lost in the forest using computer vision and neural networks.

lacmus The program for searching through photos from the air of lost people in the forest using Retina Net neural nwtwork. The project is being develo

A cross-platform script to book first available time for getting a passport in Sweden - Ett skript som automatiskt bokar pass hos polisen
A cross-platform script to book first available time for getting a passport in Sweden - Ett skript som automatiskt bokar pass hos polisen

Automatic passport booker - Boka pass automatiskt hos Svenska polisen A cross-platform script to book first available time for getting a passport in S

A python package for calculating the PESQ.

PyPESQ (WIP) Pypesq is a python wrapper for the PESQ score calculation C routine. It only can be used in evaluation purpose. INSTALL pip install https

Discord bot for calculating basic operations and formulas. (Early Development)

MathBot Discord bot for calculating basic operations and formulas. (Early Development) Commits Feel free to contribute to this bot by forking and pull

TextDescriptives - A Python library for calculating a large variety of statistics from text

A Python library for calculating a large variety of statistics from text(s) using spaCy v.3 pipeline components and extensions. TextDescriptives can be used to calculate several descriptive statistics, readability metrics, and metrics related to dependency distance.

CPU benchmark by calculating Pi, powered by Python3

cpu-benchmark Info: CPU benchmark by calculating Pi, powered by Python 3. Algorithm The program calculates pi with an accuracy of 10,000 decimal place

A script depending on VASP output for calculating Fermi-Softness.
A script depending on VASP output for calculating Fermi-Softness.

Fermi softness calculation for Vienna Ab initio Simulation Package (VASP) Update 1.1.0: Big update: Rewrote the code. Use Bader atomic division instea

A program for calculating the divisor function

DivisorsFunctionCalculator A program for calculating the divisor function A script to find the "Sigma" (divisors function) of any number. To find the

Example for Calculating Robot Dynamics Using Pinocchio Library

A Example for Calculating Robot Dynamics Using Pinocchio Library Developed by: Xinyang Tian. Platform: Linux + Pinocchio. In this work, i use Pinocchi

PyPDC is a Python package for calculating asymptotic Partial Directed Coherence estimations for brain connectivity analysis.
PyPDC is a Python package for calculating asymptotic Partial Directed Coherence estimations for brain connectivity analysis.

Python asymptotic Partial Directed Coherence and Directed Coherence estimation package for brain connectivity analysis. Free software: MIT license Doc

A Python program for calculating the 95%CI for GNSS-derived site velocities

GNSS_Vel_95%CI A Python program for calculating the 95%CI for GNSS-derived site velocities Function_GNSS_95CI.py is a Python function for calculating

A super lightweight Lagrangian model for calculating millions of trajectories using ERA5 data
A super lightweight Lagrangian model for calculating millions of trajectories using ERA5 data

Easy-ERA5-Trck Easy-ERA5-Trck Galleries Install Usage Repository Structure Module Files Version iteration Easy-ERA5-Trck is a super lightweight Lagran

Tools for calculating and visualizing Elo-like ratings of MLB teams using Retosheet data
Tools for calculating and visualizing Elo-like ratings of MLB teams using Retosheet data

Overview This project uses historical baseball games data to calculate an Elo-like rating for MLB teams based on regular season match ups. The Elo rat

CALPHAD tools for designing thermodynamic models, calculating phase diagrams and investigating phase equilibria.

CALPHAD tools for designing thermodynamic models, calculating phase diagrams and investigating phase equilibria.

PyDateWaiter helps waiting special day & calculating remain days till that day with Python code.

PyDateWaiter (v.Beta) PyDateWaiter helps waiting special day(aniversary) & calculating remain days till that day with Python code. Made by wallga gith

The best way to have DRY Django forms. The app provides a tag and filter that lets you quickly render forms in a div format while providing an enormous amount of capability to configure and control the rendered HTML.
The best way to have DRY Django forms. The app provides a tag and filter that lets you quickly render forms in a div format while providing an enormous amount of capability to configure and control the rendered HTML.

django-crispy-forms The best way to have Django DRY forms. Build programmatic reusable layouts out of components, having full control of the rendered

Simple plotting for Python. Python wrapper for D3xter - render charts in the browser with simple Python syntax.
Simple plotting for Python. Python wrapper for D3xter - render charts in the browser with simple Python syntax.

PyDexter Simple plotting for Python. Python wrapper for D3xter - render charts in the browser with simple Python syntax. Setup $ pip install PyDexter

Quickly and accurately render even the largest data.
Quickly and accurately render even the largest data.

Turn even the largest data into images, accurately Build Status Coverage Latest dev release Latest release Docs Support What is it? Datashader is a da

Quickly and accurately render even the largest data.
Quickly and accurately render even the largest data.

Turn even the largest data into images, accurately Build Status Coverage Latest dev release Latest release Docs Support What is it? Datashader is a da

Comments
  • Refactor: Clean up code and move class to separate file

    Refactor: Clean up code and move class to separate file

    Clean up code task

    • [x] Class MDSRTGO_layout moved to separate file
    • [x] Class MDSRTGO_scr_1 moved to separate file
    • [x] Class MDSRTGO_scr_2 moved to separate file
    • [x] Class MDSRTGO_scr_3 moved to separate file
    devs 
    opened by mdsanima 0
  • Calculating actual `render time` total frames and put into layout

    Calculating actual `render time` total frames and put into layout

    Add main features

    • [x] Implement sliders values
    • [x] Calculating render time total frames
    • [x] Convert frames to timecode
    • [x] Show animation duration
    • [x] Human friendly render time result
    • [x] Show animation fps
    • [x] Date time render start and complete
    • [ ] #68
    • [ ] #69
    feature task 
    opened by mdsanima 0
Releases(v0.3.0)
Owner
MDSANIMA DEV
MDSANIMA DEV
⌚️Internet Time reference and (eventually) converter site, for planning things with your internet friends who aren't (yet) obsessed with Internet Time 😉

Internet-Ti.me Internet Time reference and (eventually) converter site, for planning things with your internet friends who aren't (yet) obsessed with

Jessica Stokes 17 Nov 2, 2022
Delorean: Time Travel Made Easy

Delorean: Time Travel Made Easy Delorean is a library for clearing up the inconvenient truths that arise dealing with datetimes in Python. Understandi

Mahdi Yusuf 1.8k Dec 20, 2022
PyTime is an easy-use Python module which aims to operate date/time/datetime by string.

PyTime PyTime is an easy-use Python module which aims to operate date/time/datetime by string. PyTime allows you using nonregular datetime string to g

Sinux 148 Dec 9, 2022
TimeTagger is a web-based time-tracking solution that can be run locally or on a server

TimeTagger is a web-based time-tracking solution that can be run locally or on a server. In the latter case, you'll want to add authentication, and also be aware of the license restrictions.

Almar Klein 626 Jan 6, 2023
Parse human-readable date/time strings

parsedatetime Parse human-readable date/time strings. Python 2.6 or greater is required for parsedatetime version 1.0 or greater. While we still test

Mike Taylor 651 Dec 23, 2022
ISO 8601 date/time parser

ISO 8601 date/time parser This module implements ISO 8601 date, time and duration parsing. The implementation follows ISO8601:2004 standard, and imple

null 118 Dec 20, 2022
darts is a Python library for easy manipulation and forecasting of time series.

A python library for easy manipulation and forecasting of time series.

Unit8 5.2k Jan 1, 2023
Cross-platform desktop synchronization client for the Nuxeo platform.

Nuxeo Drive Desktop Synchronization Client for Nuxeo This is an ongoing development project for desktop synchronization of local folders with remote N

Nuxeo 63 Dec 16, 2022
Sentry is cross-platform application monitoring, with a focus on error reporting.

Users and logs provide clues. Sentry provides answers. What's Sentry? Sentry is a service that helps you monitor and fix crashes in realtime. The serv

Sentry 33k Jan 4, 2023
Sentry is cross-platform application monitoring, with a focus on error reporting.

Users and logs provide clues. Sentry provides answers. What's Sentry? Sentry is a service that helps you monitor and fix crashes in realtime. The serv

Sentry 32.9k Dec 31, 2022