Screenshots
Here is a BIT of code written in this API
Features you ask? Here:
- Costum launchers/startups
- Desktop manipulation
- Auto Icon creation
- Code Everything IN Lua!
- Easy to learn API.
- Graphics
- Sound
- Dll file including
I'll think about it, I thought I would make so that other people can costumize the os but I will think about it.Hmm, it would be cool if we could code our own desktop environments and shells for this. Could you maybe put in support for this, like making startup files and stuff, so we can make cool stuff like OSes for it?
I'll think about it, I thought I would make so that other people can costumize the os but I will think about it.Hmm, it would be cool if we could code our own desktop environments and shells for this. Could you maybe put in support for this, like making startup files and stuff, so we can make cool stuff like OSes for it?
Yeah, you get it more or less. My raspberry pi has a config file that lets you set an app to run at startup, before loading the GUI. "Scratch" is the program that it boots into right now, but simply pointing it at your (linux port) LoveOS would mean it could boot straight into your app, and seem like an OS, even though linux would be running.Thanks Anfred, but making it like a real os I dont know, mabie if I understand corectly I could import my source to linux and start it on startup, but I dont know really.
local mciSendString = dll.add("winmm.dll", "mciSendStringA", dll.cdecl, dll.aInteger, dll.aString, dll.aString, dll.aInteger, dll.aInteger)
dll.call(mciSendString, "set CDaudio door open", "", 0, 0)
dll.free("winmm.dll")
What's safe mode? I can't find any documentation on it… it sounds pretty interesting though.Oh don't worry, I made so that dll's are imported in safe mode. If I would remove that, you then could make malicious programs/apps and when I reinstalled my Windows and runned my LoveOS.exe I don't get DirectX message. So I don't know what's that.