If you want talk? please, reach out!
bruno [at] abstra.app
- brunovcosta parentNot exactly, since they aren't opinionated in the game engine, they can't control what "primitives" are being used to render.. they probably just encode video
- That's AMAZING!
I will definitively follow that!
- It's possible, but harder than traditional client/server paradigm since the client here is generic so the predictablity should be based on something other than heuristics
I'm thinking about simple ML to predict inputs and feedbacks. Since the amount of data generated in the streaming is massive and well structured, it looks like a possible approach
- good feedback! I'm seeing people really struggly with the control lag + speed.
I'm always biased since I test locally with no delay when developing :)
- I will definitely try it!
I'm using Gzip since it comes with all browsers hence a easy approach
That said, I will find som zstd decompressor for js/wasm and try!
edit:
I just added and the difference was huge! Thank you!
- That's exactly my approach! I'm sending canvas commands instead of pixels, which makes things faster
That said.. I don't think stadia could do that since it's not opinionated about the game engine. Unless they go really deep on the graphics card instructions instead, but then it becomes comparable to pixel rendering I guess
- Thank you!
- Amazing! Never heard of this byond/ss13/14
Thank you for the reference!
- You're correct
My approach lives in some place between video streaming and data streaming in terms of performance
It's not intended to be faster than a proper client that brings a lot of logic and information that diminish the amount of information required to be transfered
My proof of concept is more about: Can my dev exp be much better without relying on the video streaming approach? (which is havier)
- You're right
Especially with today's computer vision
The cheating I'm more protected (just as stadia, etc..) is regarded to client/code exploitation
which we don't have to worry about in this approach
- Yeah.. As people are playing and I'm watching their feedbacks it is becoming clear to me that the main source of input delay comes from the distance to the server.. the whole game is running in a single machine in SFO, so it makes total sense this bad exp in europe
I think this is inevitable unless I add some optimism/interpolation in the client
Also, thanks for the feedback! I will fix the Abstra landing page
try https://www.abstra.io/en instead
- exactly as @iku commented.. there is a cooldown time between shots.. it pulses when you're ready and resets when you try before it's loaded!
It seems that I should add a better visual feedback haha
- Amazing! hahaha.. Tip: Arrows + Z (shoot)
- 79 points
- 2 points
- lol
- 7 points
- Founder of https://abstra.io here (YC S21, a python friendly alternative to Airplane).
Given the abrupt timeline of 3 months, we are urgently prioritizing support for Airplane users.
If you're seeking a more open-source, user-friendly, and secure alternative, please don't hesitate to get in touch:
airplane-to@abstra.io
We promise to make every effort to ensure a smooth and safe transition for you.
- 2 points
- Great work! I love it!
- Hey! You should definitely check Abstra! It is a Python Visual Basic on your vscode that outputs webapps https://www.abstracloud.com/editor
- You should try: https://www.abstracloud.com/editor
It is VB, but for Python and for the web!
- 1 point
- I'm a super fan of Visual Basic!
I'm building a "visual basic" for Python in the VSCode https://www.abstracloud.com/editor
- 2 points
- yes! I'm building it mainly for interactive viz. Also, videos, waveforms, etc.. will have specialized widgets too
- 7 points
- Great project!!
I was trying to build my own python interpreter to my project and this saved me a lot of work!
super nice-to-have ask: could you replace the is_prime test on the README from range(2,x) to range(2,int(math.sqrt(x)))?
- Hey all, I'm Bruno, founder of Abstra, we are building a GUI builder for Python.
This is similar to Retool/Appsmith, but instead of JS queries, you can use Python, also this brings some other differences: - Runs in backend (thus you can pip install anything) - Easier logic handling code (there is no "query" abstraction where you squeeze your code) - It's Python! (Code reuse, unit testing, CI/CD, etc..)
It is still in development, but we plan to fully launch in a few weeks
What would you like to have on a tool like that?