Hello, I think it isn’t posible but…
Is there anyway to make an operating system with processing?
And to use an executable as OS?
Thanks
Hello, I think it isn’t posible but…
Is there anyway to make an operating system with processing?
And to use an executable as OS?
Thanks
No is my answer to this.
Links that may be of interest to this topic:
https://en.wikipedia.org/wiki/Operating_system
https://en.wikipedia.org/wiki/Application_software
Java
https://en.wikipedia.org/wiki/Processing_(programming_language)
https://processing.org/
:)
I feel like you could make one that runs on top of windows with enough processing and java work. But I’m not sure about one that runs without any other OS. Am I wrong?
Processing is coded in java and needs java to function so the only way to create an operating system in processing would be to create one in java and then add processing.
There’s a github repo to jx if you want to try it
That is a java implementation of an operating system and Processing is an application layer.
But still cool!
:)
And there is anyway to implement processing apps on my own OS (made in C++)?
Another reference:
:)
If you want Processing-like apps in a C++ framework, I highly recommend using OpenFrameworks instead. While it isn’t connected to the Java library ecosystem, it has a Processing-like API and its own libraries and tools all in C++.
Hi! This is kind of related to your question. Yes - but not a real one. Just an application layer. I just published an update to mine today and while I was making a topic post about it today and it said your topic was related, and considering your question you might be interested.