|
Hio,welcome to GIFBS.
The goal of this thread is:give bored scripters(like me) an idea of something to work on.
Anyone?
|
|
myrkosJoin Date: 2010-09-06 Post Count: 8072 |
An HTTP server. |
|
|
myrkosJoin Date: 2010-09-06 Post Count: 8072 |
Maybe do something with Lua and OpenGL. |
|
|
Wait,I got a uber idea!!!!
Keep posting ideas though. |
|
|
Make a fancy programmable calculator with a 100*100 pixel screen. It should be programmable using something like assembly :3 |
|
dap300Join Date: 2009-11-23 Post Count: 4738 |
[ Content Deleted ] |
|
thumper10Join Date: 2009-04-17 Post Count: 3304 |
Make a portable version of C++ with debugger, compiler, error reports, and templates like Visual Studio.(Already been done, but very buggy.) |
|
dap300Join Date: 2009-11-23 Post Count: 4738 |
[ Content Deleted ] |
|
|
myrkosJoin Date: 2010-09-06 Post Count: 8072 |
@thumper, I believe there's the GNU C++ Compiler |
|
|
@dap300
Sadly ROBLOX doesn't have any sort of function to get information from a site.
Although we could just make a bunch of tables.. time consuming though D: |
|
1waffle1Join Date: 2007-10-16 Post Count: 16381 |
Electricity. |
|
myrkosJoin Date: 2010-09-06 Post Count: 8072 |
We could make a program that uses Google Translator and makes Lua tables. |
|
|
A collabrative project of English-understanding admin commands anyone can contribute to! PSYCHE! Meh's doing it! |
|
LPGhatguyForum ModeratorJoin Date: 2008-06-27 Post Count: 4725 |
A lightweight and powerful operating system with a Windows-like GUI. |
|
myrkosJoin Date: 2010-09-06 Post Count: 8072 |
That would be hard. xD |
|
LPGhatguyForum ModeratorJoin Date: 2008-06-27 Post Count: 4725 |
Meh, just make an execution shell and some fancy GUI stuff like sliding and you're done. You could even make WPF-like controls. I wanna do that now. |
|
myrkosJoin Date: 2010-09-06 Post Count: 8072 |
Do you know how to make an operating system? You have to control all the devices etc. |
|
|
@myr
That's why it's simplified on ROBLOX. Just create an "Operating System" using a keyboard, mouse, and lua. |
|
LPGhatguyForum ModeratorJoin Date: 2008-06-27 Post Count: 4725 |
Luckily ROBLOX handles all that nicely.
Create some functions to interact with KeyDown, KeyUp, MouseButton1Down, MouseMove, etc. There's your device interaction.
You can use several tables and threads as your programs and environments.
I smell win. |
|
myrkosJoin Date: 2010-09-06 Post Count: 8072 |
Oh so you don't mean a real operating system? xD |
|
|
Of course not :P.
@LPG
I am smelling the win, also... |
|
LPGhatguyForum ModeratorJoin Date: 2008-06-27 Post Count: 4725 |
Sure I do.
Interactions:
ROBLOX Lua -> ROBLOX -> Drivers -> Windows -> Your PC. |
|
|
If only, eh?
game:GetDrivers()
game:GetHardwareReferences() |
|