Become a sponsor to Parker Bidigare
My Vision
Welcome, I have been a software developer for almost 13 years now, Professionally six years. My big picture of code is not only to build good clean code, but to share it with others. Now my main goal is to do open source as much as possible as I enjoy the community it creates per project. As of making this profile I already have a few open source projects.
Current Projects
PADScript
PAD Script is an easy to use scripting language that is built on Lua. It is ran in .net Core 3.0 and can be ran in a CLI or run a script file through the program as an argument. It has the same syntax as lua with custom commands that are built on the back bone of .net core. You are also able to add your own plugins via DLL file using C# .net core to add your own commands.
Realm
This one is in it's early infancy. Realm is a C++ SDL Open Source Game. For now we are currently working on the basic functions, like images, sprites, camera, etc. Once the core features are integrated, we can begin what direction the video game will go.
JSPY_ParkerEngine
This one is putting JavaScript and Python in one command terminal for running line scripts or script files. It can run JavaScript files and Python files on the desktop. So want to make an automated task, write some javascript and see your script work. This runs on jint + CommonJS with .NET so of course .NET's functionality is built into the scripting engine.
FUTURE PLANS!
First thing is to attend more time to the current open source projects I am working on at the moment, but with that in mind I would love to get into Web Assembly, block chain, and more AI technologies. I want to make the web with web assembly as if all you need is a web browser to perform what an OS can do, like live streaming your OS. With block chain I like how decentralize apps work, and want to build ways to connect one another without a centralized system and share ideas/content.
With AI, the hardware is the limit. I have worked with robotics and AI before they were buzz words. There are lot of options, but I always wanted to build the linux of Robot Operating Systems. To have a system download on an embedded system or computer to run a robot with the developer performing little work to set up their robot.
Thank you!
Featured work
-
sovr610/CustomScriptingLanguage
This was apart of live stream one on my youtube channel, an example for making your own scripting language built on lua in C#.
C# 1 -
sovr610/JSPY_ParkerEngine
JavaScript and Python under one terminal. This allows for the ability to exchange data between javascript and python code in one runtime.
Python -
sovr610/nodeJSCreator
A .NET Core project to export customized API servers using node.js
JavaScript -
sovr610/VueAndNodeJSapp
An example of a basic setup of vue.js, vuex and nodejs with maybe npm addons with mocha and chai.
JavaScript 1 -
sovr610/PADscript
an open source scripting language built upon PAD technology and Lua. From Jarvis home automation inc.
C# 1 -
sovr610/Realm
An opensource attempt to build a universe in a game to the best of our ability. going to use C++ and SDL.
C 1