Giter Club home page Giter Club logo

zlatnaspirala / cross-k Goto Github PK

View Code? Open in Web Editor NEW
7.0 7.0 1.0 117.2 MB

Visual App-Game Engine Tool CrossK based on kivy 2.0 Scene editor , Assets editor , Package . Don't panic don't react.

License: GNU General Public License v3.0

Python 99.19% Batchfile 0.38% Shell 0.44%
android cross-k debugger engine gui kivy kivy-framework macos multiplatform open-source-community open-source-project python3 scene-management tools ui-components visual-code visual-editor wip

cross-k's Introduction

zlatnaspirala/goldenspiral software

zlatnaspirala/zlatnaspirala is just github readme template. it is my first touch with javaScript. It is funny but this webgl app works on android 3 from 2007 [opengles1.1]. Modern version and scene object orientend version of this code is matrix-engine. Matrix-engine comes with click trigger raycast, bvh animation, transformations, video/camera/canvas2d active textures and more. Matrix-engine at the moment support only opengle300 SL ver but can be manual downgraded to the 1.1 [1.1 openglews will limit engine features] Safir is simple direct DOM update with own return render <div></div> based on ECMA6 special on CustomEvent and literals - i figure why vanilla is best and i push rerender principe in secound plan. Updating direct html tag mehanics with optimal arg LEVEL of saving content [in fly, session storage, local storage ]. Nidza.js is 2dcanvas oriented but also i put special webgl/glmatrix basic/custom shaders for webGL surface.

Global shema for zlatnaspirala software

Database used MongoDB

Ref: https://www.mongodb.com/why-use-mongodb I make uniq shema for database jobs.

REST HTTP SERVER - HANDLING ACCOUNT SESSION

  • Communication only with http request. This project lead in backend part. Used by kickstart/safir, rocket-craft projects.

  • RCS Server

  • Communication only with websockets[webRTC]. Same DB used (like rocketcraftingserver). This project is standalone powered with Node.js/mongoDB/webRTC.

  • Visual-TS GE server part

ROCKET CRAFT - UE4 projetcs

In ue4.24 i use http/https request data format JSON.

  • empty
  • BarbarianRoadMashines
  • Shoot the zombie
  • Hang3d FPShooter

Safir

  • Light virtual DOM.
  • Tech: Based on ECMA6 programming paradigms builded on Template Literals, CustomEvents, Custom Tags.
  • Alternative software - High Performace

Matrix-engine

  • WebGL library based on glmatrix ver 2.xx. Can be downgraded with url param to the glsl 1.1.
  • For networking used broadcaster class.Same used in RCS/Visual-ts GE. Broadcaster don't care about DB record it is singnaling server very usefull in 3d context(multiplayer modes etc.).

Visual-ts Game Engine

Tags: canvas2d-webgl-webrtc-android-sockets-realtime-nodejs-ue4-unity-xcode-visual-studio

Personal dev stage server https://maximumroulette.com

YT Channel https://www.youtube.com/channel/UCc1NtMtvoVzKnOtnai9LGsA/videos

Stackoverflow: https://stackoverflow.com/users/1513187/nikola-lukic

Hackerrank AI Leaderboard https://www.hackerrank.com/leaderboard?page=2&track=ai&type=practice

Open Source hosted projects [standard maximumroulette links]:

Shader playground - I need more skills in this area. All shaders will be part of buildin matrix-engine custom shaders but only with MIT Licence.

Commercial projects:

Ultimate Roulette 0.1 With real physics [only desktop browsers for now]

Kure Orange VideoChat based on kurento media server vs openvidu.

NOT ACTIVE! KURE

cross-k's People

Contributors

aster-nikolalukic avatar zlatnaspirala avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

cross-k's Issues

Installation error in Windows 10

Hello. Could you place on the Internet a ready-made Docker image with all the stuffing installed, if transferring from computer to computer is possible in principle? Because I couldn't install it myself.
Or I ask you to advise how you can solve the problem.

I recorded the video showing problems when running a bat file.
https://youtu.be/8MqFPGLFX1Y

In the log file below, at first I did not enter the command in the right place:
kivy_venv\Scripts\activate
But then I fixed it.

`C:\Users\admin>docker -v
Docker version 20.10.14, build a224086

C:\Users\admin>python -m pip install --upgrade --force-reinstall pip
Collecting pip
Using cached pip-22.0.4-py3-none-any.whl (2.1 MB)
Installing collected packages: pip
Attempting uninstall: pip
Found existing installation: pip 22.0.4
Uninstalling pip-22.0.4:
Successfully uninstalled pip-22.0.4
Successfully installed pip-22.0.4

C:\Users\admin>python -m pip install --upgrade pip setuptools virtualenv
Requirement already satisfied: pip in c:\python39\lib\site-packages (22.0.4)
Requirement already satisfied: setuptools in c:\python39\lib\site-packages (56.0.0)
Collecting setuptools
Downloading setuptools-62.1.0-py3-none-any.whl (1.1 MB)
---------------------------------------- 1.1/1.1 MB 2.2 MB/s eta 0:00:00
Requirement already satisfied: virtualenv in c:\python39\lib\site-packages (20.13.0)
Collecting virtualenv
Downloading virtualenv-20.14.1-py2.py3-none-any.whl (8.8 MB)
---------------------------------------- 8.8/8.8 MB 6.9 MB/s eta 0:00:00
Requirement already satisfied: platformdirs<3,>=2 in c:\python39\lib\site-packages (from virtualenv) (2.4.1)
Requirement already satisfied: filelock<4,>=3.2 in c:\python39\lib\site-packages (from virtualenv) (3.4.2)
Requirement already satisfied: distlib<1,>=0.3.1 in c:\python39\lib\site-packages (from virtualenv) (0.3.4)
Requirement already satisfied: six<2,>=1.9.0 in c:\python39\lib\site-packages (from virtualenv) (1.16.0)
Installing collected packages: virtualenv, setuptools
Attempting uninstall: virtualenv
Found existing installation: virtualenv 20.13.0
Uninstalling virtualenv-20.13.0:
Successfully uninstalled virtualenv-20.13.0
Attempting uninstall: setuptools
Found existing installation: setuptools 56.0.0
Uninstalling setuptools-56.0.0:
Successfully uninstalled setuptools-56.0.0
Successfully installed setuptools-62.1.0 virtualenv-20.14.1

C:\Users\admin>python -m virtualenv kivy_venv
created virtual environment CPython3.9.5.final.0-64 in 9487ms
creator CPython3Windows(dest=C:\Users\admin\kivy_venv, clear=False, no_vcs_ignore=False, global=False)
seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=C:\Users\admin\AppData\Local\pypa\virtualenv)
added seed packages: pip==21.3.1, setuptools==60.5.0, wheel==0.37.1
activators BashActivator,BatchActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator

C:\Users\admin>python crossk.editor
python: can't open file 'C:\Users\admin\crossk.editor': [Errno 2] No such file or directory

C:\Users\admin>kivy_venv\Scripts\activate

(kivy_venv) C:\Users\admin>python crossk.editor
C:\python39\python.exe: can't open file 'C:\Users\admin\crossk.editor': [Errno 2] No such file or directory

(kivy_venv) C:\Users\admin>`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.