How to make an operating system with processing?

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

1 Like

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/

:)

1 Like

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

6 Likes

That is a java implementation of an operating system and Processing is an application layer.

But still cool!

:)

1 Like

And there is anyway to implement processing apps on my own OS (made in C++)?

Another reference:


And example:

:)

3 Likes

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++.

2 Likes

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.

1 Like