Ради вашего удобства наш сайт использует cookies! Узнать больше! Мы используем cookies

Pulse O.S.

Pulse O.S. was created as a free open-source operating system for other creations to use.
Unlike other OS's this O.S. is modular and allows for free development of any apps granting users freedom to create and use multiple apps in one system.
A lot of things got cut due to space limits set by the game.
You can freely use this operating system in any creation without credit!


Features:

  • Easy Programing
  • Restart button
  • Close button
  • Unlimited possibilities due to composite and video inputs and outputs
  • Free to use (no credit needed)
  • Allows multiple apps to be ran on one screen (not simultaneously)
  • Simple UI
  • Allows for central control
  • Open-source

To Make An App:

You write (or copy/paste) this code into the O.S. and it will initialize at the start!

registerApp({
name = "TEST",
run = function()
screen.drawText(2,2,"Cool App")
drawCloseButton()
end
})